COLOR #A5CDBC

HEX: #A5CDBC
RGB: (165,205,188)

Color info

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

RGB color model

#A5CDBC color RGB value is (165,205,188).

  • red value is 165;
  • green value is 205;
  • blue value is 188.
RGB:
(165,205,188)
(65%,80%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 188 of 255 = 74%

165
205
188

R + G + B ~ 73%. #A5CDBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 205 + 188 = 558 (100%)
R 165 of 558 ~ 29.57%
G 205 of 558 ~ 36.74%
B 188 of 558 ~ 33.69%

%29.57
%36.74
%33.69

CMYK color model

#A5CDBC color CMYK value is (20,0,8,20).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%
CMYK:
(20,0,8,20)
C20M0Y8K20 
(20%,0%,8%,20%)
(0.20/0.00/0.08/0.20)	

CMYK percentages

%19.51
%0
%8.29
%19.61

Codes

Color #A5CDBC in popluar color models

A5CDBC
RGB165205188
HSL155°28.57%72.55%
HSB/HSV155°19.51%80.39%
CMYK19.51%0.00%8.29%
19.61%

Color #A5CDBC in popluar number systems.

HEXA5CDBC
Decimal165205188
Binary101001011100110110111100
Octal245315274

Shades and tints

Shades of #A5CDBC

#A5CDBC
(165,205,188)
#96BBAB
(150,187,171)
#87A99A
(135,169,154)
#789789
(120,151,137)
#698578
(105,133,120)
#5A7367
(90,115,103)
#4B6156
(75,97,86)
#3C4F45
(60,79,69)
#2D3D34
(45,61,52)
#1E2B23
(30,43,35)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #A5CDBC

#A5CDBC
(165,205,188)
#ADD1C2
(173,209,194)
#B5D5C8
(181,213,200)
#BDD9CE
(189,217,206)
#C5DDD4
(197,221,212)
#CDE1DA
(205,225,218)
#D5E5E0
(213,229,224)
#DDE9E6
(221,233,230)
#E5EDEC
(229,237,236)
#EDF1F2
(237,241,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CDBC color. Also use rgb(165,205,188) instead hex code.

Text Font Color

.myTextColor { color: #A5CDBC; }

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

This text font color is #A5CDBC.


Background Color

.myBgColor { background-color: #A5CDBC; }

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

This div background color is #A5CDBC.


Border color

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

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

This div border color is #A5CDBC.


Opacity

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

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

Text with #A5CDBC 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 #A5CDBC;}

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

This text has shadow with #A5CDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CDBC on black background.


Color preview on white background

This text has color #A5CDBC on white background.



Black color preview on #A5CDBC background

This text has black color on #A5CDBC background.


White color preview on #A5CDBC background

This text has white color on #A5CDBC background.