COLOR #A5CBD2

HEX: #A5CBD2 RGB: (165,203,210)

Color info

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

RGB color model

#A5CBD2 color RGB value is (165,203,210).

RGB: (165,203,210) (65%, 80%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 210 of 255 = 82%

165
203
210

R + G + B ~ 76%. #A5CBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 210 = 578 (100%)
R 165 of 578 ~ 28.55%
G 203 of 578 ~ 35.12%
B 210 of 578 ~ 36.33'%

%28.55
%35.12
%36.33

CMYK color model

#A5CBD2 color CMYK value is (21,3,0,18).

  • cyan value is 21.43%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (21,3,0,18)
C21M3Y0K18 (21%, 3%, 0%, 18%)
(0.21 / 0.03 / 0.00 / 0.18)

CMYK percentages

%21.43
%3.33
%0
%17.65

Codes

Color #A5CBD2 in popluar color models

A5 CB D2
RGB 165 203 210
HSL 189° 33.33% 73.53%
HSB/HSV 189° 21.43% 82.35%
CMYK 21.43% 3.33% 0.00%
17.65%

Color #A5CBD2 in popluar number systems.

HEX A5 CB D2
Decimal 165 203 210
Binary 10100101 11001011 11010010
Octal 245 313 322

Shades and tints

Shades of #A5CBD2

#A5CBD2
(165,203,210)
#96B9BF
(150,185,191)
#87A7AC
(135,167,172)
#789599
(120,149,153)
#698386
(105,131,134)
#5A7173
(90,113,115)
#4B5F60
(75,95,96)
#3C4D4D
(60,77,77)
#2D3B3A
(45,59,58)
#1E2927
(30,41,39)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5CBD2

#A5CBD2
(165,203,210)
#ADCFD6
(173,207,214)
#B5D3DA
(181,211,218)
#BDD7DE
(189,215,222)
#C5DBE2
(197,219,226)
#CDDFE6
(205,223,230)
#D5E3EA
(213,227,234)
#DDE7EE
(221,231,238)
#E5EBF2
(229,235,242)
#EDEFF6
(237,239,246)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBD2; }

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

This text font color is #A5CBD2.

Background Color

.myBgColor { background-color: #A5CBD2; }

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

This div background color is #A5CBD2.

Border color

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

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

This div border color is #A5CBD2.

Opacity

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

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

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

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

This text has shadow with #A5CBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CBD2.

Preview

Color preview on black background

This text has color #A5CBD2 on black background.


Color preview on white background

This text has color #A5CBD2 on white background.


Black color preview on #A5CBD2 background

This text has black color on #A5CBD2 background.


White color preview on #A5CBD2 background

This text has white color on #A5CBD2 background.


Related colors

Complementary color

Complementary color for #hex is #5A342D.


I love getcolorcode.com

Triadic colors

1 #D2A5CB and #CBD2A5 with #A5CBD2 are triadic colors.

2 #D2CBA5 and #CBA5D2 with #A5CBD2 are triadic colors.