COLOR #A4CBD7

HEX: #A4CBD7
RGB: (164,203,215)

Color info

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

RGB color model

#A4CBD7 color RGB value is (164,203,215).

  • red value is 164;
  • green value is 203;
  • blue value is 215.
RGB:
(164,203,215)
(64%,80%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 215 of 255 = 84%

164
203
215

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

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 215 = 582 (100%)
R 164 of 582 ~ 28.18%
G 203 of 582 ~ 34.88%
B 215 of 582 ~ 36.94%

%28.18
%34.88
%36.94

CMYK color model

#A4CBD7 color CMYK value is (24,6,0,16).

  • cyan value is 23.72%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,6,0,16)
C24M6Y0K16 
(24%,6%,0%,16%)
(0.24/0.06/0.00/0.16)	

CMYK percentages

%23.72
%5.58
%0
%15.69

Codes

Color #A4CBD7 in popluar color models

A4CBD7
RGB164203215
HSL194°38.93%74.31%
HSB/HSV194°23.72%84.31%
CMYK23.72%5.58%0.00%
15.69%

Color #A4CBD7 in popluar number systems.

HEXA4CBD7
Decimal164203215
Binary101001001100101111010111
Octal244313327

Shades and tints

Shades of #A4CBD7

#A4CBD7
(164,203,215)
#96B9C4
(150,185,196)
#88A7B1
(136,167,177)
#7A959E
(122,149,158)
#6C838B
(108,131,139)
#5E7178
(94,113,120)
#505F65
(80,95,101)
#424D52
(66,77,82)
#343B3F
(52,59,63)
#26292C
(38,41,44)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #A4CBD7

#A4CBD7
(164,203,215)
#ACCFDA
(172,207,218)
#B4D3DD
(180,211,221)
#BCD7E0
(188,215,224)
#C4DBE3
(196,219,227)
#CCDFE6
(204,223,230)
#D4E3E9
(212,227,233)
#DCE7EC
(220,231,236)
#E4EBEF
(228,235,239)
#ECEFF2
(236,239,242)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CBD7 color. Also use rgb(164,203,215) instead hex code.

Text Font Color

.myTextColor { color: #A4CBD7; }

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

This text font color is #A4CBD7.


Background Color

.myBgColor { background-color: #A4CBD7; }

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

This div background color is #A4CBD7.


Border color

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

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

This div border color is #A4CBD7.


Opacity

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

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

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

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

This text has shadow with #A4CBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CBD7 on black background.


Color preview on white background

This text has color #A4CBD7 on white background.



Black color preview on #A4CBD7 background

This text has black color on #A4CBD7 background.


White color preview on #A4CBD7 background

This text has white color on #A4CBD7 background.