COLOR #A5DBCB

HEX: #A5DBCB RGB: (165,219,203)

Color info

#A5DBCB contains red, green and blue colors in about the same proportion. Web safe color of #A5DBCB is #99CCCC (or #9CC).

RGB color model

#A5DBCB color RGB value is (165,219,203).

RGB: (165,219,203) (65%, 86%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 203 of 255 = 80%

165
219
203

R + G + B ~ 77%. #A5DBCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 219 + 203 = 587 (100%)
R 165 of 587 ~ 28.11%
G 219 of 587 ~ 37.31%
B 203 of 587 ~ 34.58'%

%28.11
%37.31
%34.58

CMYK color model

#A5DBCB color CMYK value is (25,0,7,14).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK: (25,0,7,14) C25M0Y7K14 (25%,0%,7%,14%) (0.25/0.00/0.07/0.14) 

CMYK percentages

%24.66
%0
%7.31
%14.12

Codes

Color #A5DBCB in popluar color models

A5 DB CB
RGB 165 219 203
HSL 162° 42.86% 75.29%
HSB/HSV 162° 24.66% 85.88%
CMYK 24.66% 0.00% 7.31%
14.12%

Color #A5DBCB in popluar number systems.

HEX A5 DB CB
Decimal 165 219 203
Binary 10100101 11011011 11001011
Octal 245 333 313

Shades and tints

Shades of #A5DBCB

#A5DBCB
(165,219,203)
#96C8B9
(150,200,185)
#87B5A7
(135,181,167)
#78A295
(120,162,149)
#698F83
(105,143,131)
#5A7C71
(90,124,113)
#4B695F
(75,105,95)
#3C564D
(60,86,77)
#2D433B
(45,67,59)
#1E3029
(30,48,41)
#0F1D17
(15,29,23)
#000000
(0,0,0)

Tints of #A5DBCB

#A5DBCB
(165,219,203)
#ADDECF
(173,222,207)
#B5E1D3
(181,225,211)
#BDE4D7
(189,228,215)
#C5E7DB
(197,231,219)
#CDEADF
(205,234,223)
#D5EDE3
(213,237,227)
#DDF0E7
(221,240,231)
#E5F3EB
(229,243,235)
#EDF6EF
(237,246,239)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DBCB color. Also use rgb(165,219,203) instead hex code.

Text Font Color

.myTextColor { color: #A5DBCB; }

<p style="color:#A5DBCB">This sample text font color is #A5DBCB.</p>

This text font color is #A5DBCB.

Background Color

.myBgColor { background-color: #A5DBCB; }

<div style="background-color:#A5DBCB">Inner text</div>

This div background color is #A5DBCB.

Border color

.myBorderColor { border: 1px solid #A5DBCB; }

<div style="border:3px solid #A5DBCB">Div</div>

This div border color is #A5DBCB.

Opacity

.myOpacity80 { color: #A5DBCB; opacity: 0.8; }

<p style="color:#A5DBCB;opacity:0.8;">80%</p>

Text with #A5DBCB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5DBCB;}

<p style="text-shadow: 3px 3px 1px #A5DBCB">Text here.</p>

This text has shadow with #A5DBCB color.


.textShadow {text-shadow: 3px 3px 1px #A5DBCB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5DBCB, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5DBCB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5DBCB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5DBCB, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5DBCB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5DBCB;
-webkit-box-shadow: 1px 1px 3px 2px #A5DBCB;
box-shadow: 1px 1px 3px 2px #A5DBCB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5DBCB; -webkit-box-shadow: 1px 1px 3px 2px #A5DBCB; box-shadow:1px 1px 3px 2px #A5DBCB;">
Div content here
</div>

This div box has shadow with color #A5DBCB.

Preview

Color preview on black background

This text has color #A5DBCB on black background.


Color preview on white background

This text has color #A5DBCB on white background.


Black color preview on #A5DBCB background

This text has black color on #A5DBCB background.


White color preview on #A5DBCB background

This text has white color on #A5DBCB background.


Related colors

Complementary color

Complementary color for #hex is #5A2434.


I love getcolorcode.com

Triadic colors

1 #CBA5DB and #DBCBA5 with #A5DBCB are triadic colors.

2 #CBDBA5 and #DBA5CB with #A5DBCB are triadic colors.