COLOR #A4C0D0

HEX: #A4C0D0
RGB: (164,192,208)

Color info

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

RGB color model

#A4C0D0 color RGB value is (164,192,208).

  • red value is 164;
  • green value is 192;
  • blue value is 208.
RGB:
(164,192,208)
(64%,75%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 208 of 255 = 82%

164
192
208

R + G + B ~ 74%. #A4C0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 208 = 564 (100%)
R 164 of 564 ~ 29.08%
G 192 of 564 ~ 34.04%
B 208 of 564 ~ 36.88%

%29.08
%34.04
%36.88

CMYK color model

#A4C0D0 color CMYK value is (21,8,0,18).

  • cyan value is 21.15%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(21,8,0,18)
C21M8Y0K18 
(21%,8%,0%,18%)
(0.21/0.08/0.00/0.18)	

CMYK percentages

%21.15
%7.69
%0
%18.43

Codes

Color #A4C0D0 in popluar color models

A4C0D0
RGB164192208
HSL202°31.88%72.94%
HSB/HSV202°21.15%81.57%
CMYK21.15%7.69%0.00%
18.43%

Color #A4C0D0 in popluar number systems.

HEXA4C0D0
Decimal164192208
Binary101001001100000011010000
Octal244300320

Shades and tints

Shades of #A4C0D0

#A4C0D0
(164,192,208)
#96AFBE
(150,175,190)
#889EAC
(136,158,172)
#7A8D9A
(122,141,154)
#6C7C88
(108,124,136)
#5E6B76
(94,107,118)
#505A64
(80,90,100)
#424952
(66,73,82)
#343840
(52,56,64)
#26272E
(38,39,46)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #A4C0D0

#A4C0D0
(164,192,208)
#ACC5D4
(172,197,212)
#B4CAD8
(180,202,216)
#BCCFDC
(188,207,220)
#C4D4E0
(196,212,224)
#CCD9E4
(204,217,228)
#D4DEE8
(212,222,232)
#DCE3EC
(220,227,236)
#E4E8F0
(228,232,240)
#ECEDF4
(236,237,244)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C0D0 color. Also use rgb(164,192,208) instead hex code.

Text Font Color

.myTextColor { color: #A4C0D0; }

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

This text font color is #A4C0D0.


Background Color

.myBgColor { background-color: #A4C0D0; }

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

This div background color is #A4C0D0.


Border color

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

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

This div border color is #A4C0D0.


Opacity

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

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

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

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

This text has shadow with #A4C0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C0D0 on black background.


Color preview on white background

This text has color #A4C0D0 on white background.



Black color preview on #A4C0D0 background

This text has black color on #A4C0D0 background.


White color preview on #A4C0D0 background

This text has white color on #A4C0D0 background.