COLOR #A4C5EE

HEX: #A4C5EE
RGB: (164,197,238)

Color info

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

RGB color model

#A4C5EE color RGB value is (164,197,238).

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

RGB channels and saturation

R 164 of 255 = 64%
G 197 of 255 = 77%
B 238 of 255 = 93%

164
197
238

R + G + B ~ 78%. #A4C5EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 197 + 238 = 599 (100%)
R 164 of 599 ~ 27.38%
G 197 of 599 ~ 32.89%
B 238 of 599 ~ 39.73%

%27.38
%32.89
%39.73

CMYK color model

#A4C5EE color CMYK value is (31,17,0,7).

  • cyan value is 31.09%
  • magenta value is 17.23%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,17,0,7)
C31M17Y0K7 
(31%,17%,0%,7%)
(0.31/0.17/0.00/0.07)	

CMYK percentages

%31.09
%17.23
%0
%6.67

Codes

Color #A4C5EE in popluar color models

A4C5EE
RGB164197238
HSL213°68.52%78.82%
HSB/HSV213°31.09%93.33%
CMYK31.09%17.23%0.00%
6.67%

Color #A4C5EE in popluar number systems.

HEXA4C5EE
Decimal164197238
Binary101001001100010111101110
Octal244305356

Shades and tints

Shades of #A4C5EE

#A4C5EE
(164,197,238)
#96B4D9
(150,180,217)
#88A3C4
(136,163,196)
#7A92AF
(122,146,175)
#6C819A
(108,129,154)
#5E7085
(94,112,133)
#505F70
(80,95,112)
#424E5B
(66,78,91)
#343D46
(52,61,70)
#262C31
(38,44,49)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #A4C5EE

#A4C5EE
(164,197,238)
#ACCAEF
(172,202,239)
#B4CFF0
(180,207,240)
#BCD4F1
(188,212,241)
#C4D9F2
(196,217,242)
#CCDEF3
(204,222,243)
#D4E3F4
(212,227,244)
#DCE8F5
(220,232,245)
#E4EDF6
(228,237,246)
#ECF2F7
(236,242,247)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C5EE; }

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

This text font color is #A4C5EE.


Background Color

.myBgColor { background-color: #A4C5EE; }

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

This div background color is #A4C5EE.


Border color

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

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

This div border color is #A4C5EE.


Opacity

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

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

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

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

This text has shadow with #A4C5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C5EE on black background.


Color preview on white background

This text has color #A4C5EE on white background.



Black color preview on #A4C5EE background

This text has black color on #A4C5EE background.


White color preview on #A4C5EE background

This text has white color on #A4C5EE background.