COLOR #A5CBBD

HEX: #A5CBBD RGB: (165,203,189)

Color info

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

RGB color model

#A5CBBD color RGB value is (165,203,189).

RGB: (165,203,189) (65%, 80%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 189 of 255 = 74%

165
203
189

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

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 189 = 557 (100%)
R 165 of 557 ~ 29.62%
G 203 of 557 ~ 36.45%
B 189 of 557 ~ 33.93'%

%29.62
%36.45
%33.93

CMYK color model

#A5CBBD color CMYK value is (19,0,7,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%

CMYK: (19,0,7,20)
C19M0Y7K20 (19%, 0%, 7%, 20%)
(0.19 / 0.00 / 0.07 / 0.20)

CMYK percentages

%18.72
%0
%6.9
%20.39

Codes

Color #A5CBBD in popluar color models

A5 CB BD
RGB 165 203 189
HSL 158° 26.76% 72.16%
HSB/HSV 158° 18.72% 79.61%
CMYK 18.72% 0.00% 6.90%
20.39%

Color #A5CBBD in popluar number systems.

HEX A5 CB BD
Decimal 165 203 189
Binary 10100101 11001011 10111101
Octal 245 313 275

Shades and tints

Shades of #A5CBBD

#A5CBBD
(165,203,189)
#96B9AC
(150,185,172)
#87A79B
(135,167,155)
#78958A
(120,149,138)
#698379
(105,131,121)
#5A7168
(90,113,104)
#4B5F57
(75,95,87)
#3C4D46
(60,77,70)
#2D3B35
(45,59,53)
#1E2924
(30,41,36)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5CBBD

#A5CBBD
(165,203,189)
#ADCFC3
(173,207,195)
#B5D3C9
(181,211,201)
#BDD7CF
(189,215,207)
#C5DBD5
(197,219,213)
#CDDFDB
(205,223,219)
#D5E3E1
(213,227,225)
#DDE7E7
(221,231,231)
#E5EBED
(229,235,237)
#EDEFF3
(237,239,243)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBBD; }

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

This text font color is #A5CBBD.

Background Color

.myBgColor { background-color: #A5CBBD; }

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

This div background color is #A5CBBD.

Border color

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

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

This div border color is #A5CBBD.

Opacity

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

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

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

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

This text has shadow with #A5CBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CBBD.

Preview

Color preview on black background

This text has color #A5CBBD on black background.


Color preview on white background

This text has color #A5CBBD on white background.


Black color preview on #A5CBBD background

This text has black color on #A5CBBD background.


White color preview on #A5CBBD background

This text has white color on #A5CBBD background.


Related colors

Complementary color

Complementary color for #hex is #5A3442.


I love getcolorcode.com

Triadic colors

1 #BDA5CB and #CBBDA5 with #A5CBBD are triadic colors.

2 #BDCBA5 and #CBA5BD with #A5CBBD are triadic colors.