COLOR #A5CBC9

HEX: #A5CBC9
RGB: (165,203,201)

Color info

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

RGB color model

#A5CBC9 color RGB value is (165,203,201).

  • red value is 165;
  • green value is 203;
  • blue value is 201.
RGB:
(165,203,201)
(65%,80%,79%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 201 of 255 = 79%

165
203
201

R + G + B ~ 75%. #A5CBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 203 + 201 = 569 (100%)
R 165 of 569 ~ 29%
G 203 of 569 ~ 35.68%
B 201 of 569 ~ 35.33%

%29
%35.68
%35.33

CMYK color model

#A5CBC9 color CMYK value is (19,0,1,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 20.39%
CMYK:
(19,0,1,20)
C19M0Y1K20 
(19%,0%,1%,20%)
(0.19/0.00/0.01/0.20)	

CMYK percentages

%18.72
%0
%0.99
%20.39

Codes

Color #A5CBC9 in popluar color models

A5CBC9
RGB165203201
HSL177°26.76%72.16%
HSB/HSV177°18.72%79.61%
CMYK18.72%0.00%0.99%
20.39%

Color #A5CBC9 in popluar number systems.

HEXA5CBC9
Decimal165203201
Binary101001011100101111001001
Octal245313311

Shades and tints

Shades of #A5CBC9

#A5CBC9
(165,203,201)
#96B9B7
(150,185,183)
#87A7A5
(135,167,165)
#789593
(120,149,147)
#698381
(105,131,129)
#5A716F
(90,113,111)
#4B5F5D
(75,95,93)
#3C4D4B
(60,77,75)
#2D3B39
(45,59,57)
#1E2927
(30,41,39)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5CBC9

#A5CBC9
(165,203,201)
#ADCFCD
(173,207,205)
#B5D3D1
(181,211,209)
#BDD7D5
(189,215,213)
#C5DBD9
(197,219,217)
#CDDFDD
(205,223,221)
#D5E3E1
(213,227,225)
#DDE7E5
(221,231,229)
#E5EBE9
(229,235,233)
#EDEFED
(237,239,237)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CBC9; }

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

This text font color is #A5CBC9.


Background Color

.myBgColor { background-color: #A5CBC9; }

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

This div background color is #A5CBC9.


Border color

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

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

This div border color is #A5CBC9.


Opacity

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

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

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

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

This text has shadow with #A5CBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CBC9 on black background.


Color preview on white background

This text has color #A5CBC9 on white background.



Black color preview on #A5CBC9 background

This text has black color on #A5CBC9 background.


White color preview on #A5CBC9 background

This text has white color on #A5CBC9 background.