COLOR #A5CBB8

HEX: #A5CBB8 RGB: (165,203,184)

Color info

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

RGB color model

#A5CBB8 color RGB value is (165,203,184).

RGB: (165,203,184) (65%, 80%, 72%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 184 of 255 = 72%

165
203
184

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

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 184 = 552 (100%)
R 165 of 552 ~ 29.89%
G 203 of 552 ~ 36.78%
B 184 of 552 ~ 33.33'%

%29.89
%36.78
%33.33

CMYK color model

#A5CBB8 color CMYK value is (19,0,9,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 20.39%
CMYK: (19,0,9,20) C19M0Y9K20 (19%,0%,9%,20%) (0.19/0.00/0.09/0.20) 

CMYK percentages

%18.72
%0
%9.36
%20.39

Codes

Color #A5CBB8 in popluar color models

A5 CB B8
RGB 165 203 184
HSL 150° 26.76% 72.16%
HSB/HSV 150° 18.72% 79.61%
CMYK 18.72% 0.00% 9.36%
20.39%

Color #A5CBB8 in popluar number systems.

HEX A5 CB B8
Decimal 165 203 184
Binary 10100101 11001011 10111000
Octal 245 313 270

Shades and tints

Shades of #A5CBB8

#A5CBB8
(165,203,184)
#96B9A8
(150,185,168)
#87A798
(135,167,152)
#789588
(120,149,136)
#698378
(105,131,120)
#5A7168
(90,113,104)
#4B5F58
(75,95,88)
#3C4D48
(60,77,72)
#2D3B38
(45,59,56)
#1E2928
(30,41,40)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #A5CBB8

#A5CBB8
(165,203,184)
#ADCFBE
(173,207,190)
#B5D3C4
(181,211,196)
#BDD7CA
(189,215,202)
#C5DBD0
(197,219,208)
#CDDFD6
(205,223,214)
#D5E3DC
(213,227,220)
#DDE7E2
(221,231,226)
#E5EBE8
(229,235,232)
#EDEFEE
(237,239,238)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBB8; }

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

This text font color is #A5CBB8.

Background Color

.myBgColor { background-color: #A5CBB8; }

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

This div background color is #A5CBB8.

Border color

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

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

This div border color is #A5CBB8.

Opacity

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

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

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

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

This text has shadow with #A5CBB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CBB8.

Preview

Color preview on black background

This text has color #A5CBB8 on black background.


Color preview on white background

This text has color #A5CBB8 on white background.


Black color preview on #A5CBB8 background

This text has black color on #A5CBB8 background.


White color preview on #A5CBB8 background

This text has white color on #A5CBB8 background.


Related colors

Complementary color

Complementary color for #hex is #5A3447.


I love getcolorcode.com

Triadic colors

1 #B8A5CB and #CBB8A5 with #A5CBB8 are triadic colors.

2 #B8CBA5 and #CBA5B8 with #A5CBB8 are triadic colors.