COLOR #A4C8DE

HEX: #A4C8DE
RGB: (164,200,222)

Color info

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

RGB color model

#A4C8DE color RGB value is (164,200,222).

  • red value is 164;
  • green value is 200;
  • blue value is 222.
RGB:
(164,200,222)
(64%,78%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 222 of 255 = 87%

164
200
222

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

Portions of RGB colors in percentages

R + G + B =
164 + 200 + 222 = 586 (100%)
R 164 of 586 ~ 27.99%
G 200 of 586 ~ 34.13%
B 222 of 586 ~ 37.88%

%27.99
%34.13
%37.88

CMYK color model

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

  • cyan value is 26.13%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,10,0,13)
C26M10Y0K13 
(26%,10%,0%,13%)
(0.26/0.10/0.00/0.13)	

CMYK percentages

%26.13
%9.91
%0
%12.94

Codes

Color #A4C8DE in popluar color models

A4C8DE
RGB164200222
HSL203°46.77%75.69%
HSB/HSV203°26.13%87.06%
CMYK26.13%9.91%0.00%
12.94%

Color #A4C8DE in popluar number systems.

HEXA4C8DE
Decimal164200222
Binary101001001100100011011110
Octal244310336

Shades and tints

Shades of #A4C8DE

#A4C8DE
(164,200,222)
#96B6CA
(150,182,202)
#88A4B6
(136,164,182)
#7A92A2
(122,146,162)
#6C808E
(108,128,142)
#5E6E7A
(94,110,122)
#505C66
(80,92,102)
#424A52
(66,74,82)
#34383E
(52,56,62)
#26262A
(38,38,42)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #A4C8DE

#A4C8DE
(164,200,222)
#ACCDE1
(172,205,225)
#B4D2E4
(180,210,228)
#BCD7E7
(188,215,231)
#C4DCEA
(196,220,234)
#CCE1ED
(204,225,237)
#D4E6F0
(212,230,240)
#DCEBF3
(220,235,243)
#E4F0F6
(228,240,246)
#ECF5F9
(236,245,249)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C8DE color. Also use rgb(164,200,222) instead hex code.

Text Font Color

.myTextColor { color: #A4C8DE; }

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

This text font color is #A4C8DE.


Background Color

.myBgColor { background-color: #A4C8DE; }

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

This div background color is #A4C8DE.


Border color

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

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

This div border color is #A4C8DE.


Opacity

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

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

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

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

This text has shadow with #A4C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C8DE on black background.


Color preview on white background

This text has color #A4C8DE on white background.



Black color preview on #A4C8DE background

This text has black color on #A4C8DE background.


White color preview on #A4C8DE background

This text has white color on #A4C8DE background.