COLOR #A5CDB4

HEX: #A5CDB4
RGB: (165,205,180)

Color info

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

RGB color model

#A5CDB4 color RGB value is (165,205,180).

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

RGB channels and saturation

R 165 of 255 = 65%
G 205 of 255 = 80%
B 180 of 255 = 71%

165
205
180

R + G + B ~ 72%. #A5CDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 205 + 180 = 550 (100%)
R 165 of 550 ~ 30%
G 205 of 550 ~ 37.27%
B 180 of 550 ~ 32.73%

%30
%37.27
%32.73

CMYK color model

#A5CDB4 color CMYK value is (20,0,12,20).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 19.61%
CMYK:
(20,0,12,20)
C20M0Y12K20 
(20%,0%,12%,20%)
(0.20/0.00/0.12/0.20)	

CMYK percentages

%19.51
%0
%12.2
%19.61

Codes

Color #A5CDB4 in popluar color models

A5CDB4
RGB165205180
HSL143°28.57%72.55%
HSB/HSV143°19.51%80.39%
CMYK19.51%0.00%12.20%
19.61%

Color #A5CDB4 in popluar number systems.

HEXA5CDB4
Decimal165205180
Binary101001011100110110110100
Octal245315264

Shades and tints

Shades of #A5CDB4

#A5CDB4
(165,205,180)
#96BBA4
(150,187,164)
#87A994
(135,169,148)
#789784
(120,151,132)
#698574
(105,133,116)
#5A7364
(90,115,100)
#4B6154
(75,97,84)
#3C4F44
(60,79,68)
#2D3D34
(45,61,52)
#1E2B24
(30,43,36)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5CDB4

#A5CDB4
(165,205,180)
#ADD1BA
(173,209,186)
#B5D5C0
(181,213,192)
#BDD9C6
(189,217,198)
#C5DDCC
(197,221,204)
#CDE1D2
(205,225,210)
#D5E5D8
(213,229,216)
#DDE9DE
(221,233,222)
#E5EDE4
(229,237,228)
#EDF1EA
(237,241,234)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CDB4; }

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

This text font color is #A5CDB4.


Background Color

.myBgColor { background-color: #A5CDB4; }

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

This div background color is #A5CDB4.


Border color

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

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

This div border color is #A5CDB4.


Opacity

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

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

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

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

This text has shadow with #A5CDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CDB4 on black background.


Color preview on white background

This text has color #A5CDB4 on white background.



Black color preview on #A5CDB4 background

This text has black color on #A5CDB4 background.


White color preview on #A5CDB4 background

This text has white color on #A5CDB4 background.