COLOR #A4C0DD

HEX: #A4C0DD
RGB: (164,192,221)

Color info

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

RGB color model

#A4C0DD color RGB value is (164,192,221).

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

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 221 of 255 = 87%

164
192
221

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

Portions of RGB colors in percentages

R + G + B =
164 + 192 + 221 = 577 (100%)
R 164 of 577 ~ 28.42%
G 192 of 577 ~ 33.28%
B 221 of 577 ~ 38.3%

%28.42
%33.28
%38.3

CMYK color model

#A4C0DD color CMYK value is (26,13,0,13).

  • cyan value is 25.79%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(26,13,0,13)
C26M13Y0K13 
(26%,13%,0%,13%)
(0.26/0.13/0.00/0.13)	

CMYK percentages

%25.79
%13.12
%0
%13.33

Codes

Color #A4C0DD in popluar color models

A4C0DD
RGB164192221
HSL211°45.60%75.49%
HSB/HSV211°25.79%86.67%
CMYK25.79%13.12%0.00%
13.33%

Color #A4C0DD in popluar number systems.

HEXA4C0DD
Decimal164192221
Binary101001001100000011011101
Octal244300335

Shades and tints

Shades of #A4C0DD

#A4C0DD
(164,192,221)
#96AFC9
(150,175,201)
#889EB5
(136,158,181)
#7A8DA1
(122,141,161)
#6C7C8D
(108,124,141)
#5E6B79
(94,107,121)
#505A65
(80,90,101)
#424951
(66,73,81)
#34383D
(52,56,61)
#262729
(38,39,41)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A4C0DD

#A4C0DD
(164,192,221)
#ACC5E0
(172,197,224)
#B4CAE3
(180,202,227)
#BCCFE6
(188,207,230)
#C4D4E9
(196,212,233)
#CCD9EC
(204,217,236)
#D4DEEF
(212,222,239)
#DCE3F2
(220,227,242)
#E4E8F5
(228,232,245)
#ECEDF8
(236,237,248)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C0DD; }

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

This text font color is #A4C0DD.


Background Color

.myBgColor { background-color: #A4C0DD; }

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

This div background color is #A4C0DD.


Border color

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

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

This div border color is #A4C0DD.


Opacity

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

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

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

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

This text has shadow with #A4C0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C0DD on black background.


Color preview on white background

This text has color #A4C0DD on white background.



Black color preview on #A4C0DD background

This text has black color on #A4C0DD background.


White color preview on #A4C0DD background

This text has white color on #A4C0DD background.