COLOR #A5CBD1

HEX: #A5CBD1 RGB: (165,203,209)

Color info

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

RGB color model

#A5CBD1 color RGB value is (165,203,209).

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

RGB channels and saturation

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

165
203
209

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

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 209 = 577 (100%)
R 165 of 577 ~ 28.6%
G 203 of 577 ~ 35.18%
B 209 of 577 ~ 36.22'%

%28.6
%35.18
%36.22

CMYK color model

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

  • cyan value is 21.05%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 18.04%

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

CMYK percentages

%21.05
%2.87
%0
%18.04

Codes

Color #A5CBD1 in popluar color models

A5 CB D1
RGB 165 203 209
HSL 188° 32.35% 73.33%
HSB/HSV 188° 21.05% 81.96%
CMYK 21.05% 2.87% 0.00%
18.04%

Color #A5CBD1 in popluar number systems.

HEX A5 CB D1
Decimal 165 203 209
Binary 10100101 11001011 11010001
Octal 245 313 321

Shades and tints

Shades of #A5CBD1

#A5CBD1
(165,203,209)
#96B9BE
(150,185,190)
#87A7AB
(135,167,171)
#789598
(120,149,152)
#698385
(105,131,133)
#5A7172
(90,113,114)
#4B5F5F
(75,95,95)
#3C4D4C
(60,77,76)
#2D3B39
(45,59,57)
#1E2926
(30,41,38)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5CBD1

#A5CBD1
(165,203,209)
#ADCFD5
(173,207,213)
#B5D3D9
(181,211,217)
#BDD7DD
(189,215,221)
#C5DBE1
(197,219,225)
#CDDFE5
(205,223,229)
#D5E3E9
(213,227,233)
#DDE7ED
(221,231,237)
#E5EBF1
(229,235,241)
#EDEFF5
(237,239,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBD1; }

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

This text font color is #A5CBD1.

Background Color

.myBgColor { background-color: #A5CBD1; }

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

This div background color is #A5CBD1.

Border color

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

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

This div border color is #A5CBD1.

Opacity

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

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

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

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

This text has shadow with #A5CBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CBD1.

Preview

Color preview on black background

This text has color #A5CBD1 on black background.


Color preview on white background

This text has color #A5CBD1 on white background.


Black color preview on #A5CBD1 background

This text has black color on #A5CBD1 background.


White color preview on #A5CBD1 background

This text has white color on #A5CBD1 background.


Related colors

Complementary color

Complementary color for #A5CBD1 is #5A342E.


I love getcolorcode.com

Triadic colors

1 #D1A5CB and #CBD1A5 with #A5CBD1 are triadic colors.

2 #D1CBA5 and #CBA5D1 with #A5CBD1 are triadic colors.