COLOR #A4C9EE

HEX: #A4C9EE
RGB: (164,201,238)

Color info

#A4C9EE contains mainly green and blue colors. Web safe color of #A4C9EE is #99CCFF (or #9CF).

RGB color model

#A4C9EE color RGB value is (164,201,238).

  • red value is 164;
  • green value is 201;
  • blue value is 238.
RGB:
(164,201,238)
(64%,79%,93%)

RGB channels and saturation

R 164 of 255 = 64%
G 201 of 255 = 79%
B 238 of 255 = 93%

164
201
238

R + G + B ~ 79%. #A4C9EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 201 + 238 = 603 (100%)
R 164 of 603 ~ 27.2%
G 201 of 603 ~ 33.33%
B 238 of 603 ~ 39.47%

%27.2
%33.33
%39.47

CMYK color model

#A4C9EE color CMYK value is (31,16,0,7).

  • cyan value is 31.09%
  • magenta value is 15.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,16,0,7)
C31M16Y0K7 
(31%,16%,0%,7%)
(0.31/0.16/0.00/0.07)	

CMYK percentages

%31.09
%15.55
%0
%6.67

Codes

Color #A4C9EE in popluar color models

A4C9EE
RGB164201238
HSL210°68.52%78.82%
HSB/HSV210°31.09%93.33%
CMYK31.09%15.55%0.00%
6.67%

Color #A4C9EE in popluar number systems.

HEXA4C9EE
Decimal164201238
Binary101001001100100111101110
Octal244311356

Shades and tints

Shades of #A4C9EE

#A4C9EE
(164,201,238)
#96B7D9
(150,183,217)
#88A5C4
(136,165,196)
#7A93AF
(122,147,175)
#6C819A
(108,129,154)
#5E6F85
(94,111,133)
#505D70
(80,93,112)
#424B5B
(66,75,91)
#343946
(52,57,70)
#262731
(38,39,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #A4C9EE

#A4C9EE
(164,201,238)
#ACCDEF
(172,205,239)
#B4D1F0
(180,209,240)
#BCD5F1
(188,213,241)
#C4D9F2
(196,217,242)
#CCDDF3
(204,221,243)
#D4E1F4
(212,225,244)
#DCE5F5
(220,229,245)
#E4E9F6
(228,233,246)
#ECEDF7
(236,237,247)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C9EE color. Also use rgb(164,201,238) instead hex code.

Text Font Color

.myTextColor { color: #A4C9EE; }

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

This text font color is #A4C9EE.


Background Color

.myBgColor { background-color: #A4C9EE; }

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

This div background color is #A4C9EE.


Border color

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

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

This div border color is #A4C9EE.


Opacity

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

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

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

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

This text has shadow with #A4C9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C9EE on black background.


Color preview on white background

This text has color #A4C9EE on white background.



Black color preview on #A4C9EE background

This text has black color on #A4C9EE background.


White color preview on #A4C9EE background

This text has white color on #A4C9EE background.