COLOR #A4CEE2

HEX: #A4CEE2
RGB: (164,206,226)

Color info

#A4CEE2 contains mainly green and blue colors. Web safe color of #A4CEE2 is #99CCCC (or #9CC).

RGB color model

#A4CEE2 color RGB value is (164,206,226).

  • red value is 164;
  • green value is 206;
  • blue value is 226.
RGB:
(164,206,226)
(64%,81%,89%)

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 226 of 255 = 89%

164
206
226

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

Portions of RGB colors in percentages

R + G + B =
164 + 206 + 226 = 596 (100%)
R 164 of 596 ~ 27.52%
G 206 of 596 ~ 34.56%
B 226 of 596 ~ 37.92%

%27.52
%34.56
%37.92

CMYK color model

#A4CEE2 color CMYK value is (27,9,0,11).

  • cyan value is 27.43%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(27,9,0,11)
C27M9Y0K11 
(27%,9%,0%,11%)
(0.27/0.09/0.00/0.11)	

CMYK percentages

%27.43
%8.85
%0
%11.37

Codes

Color #A4CEE2 in popluar color models

A4CEE2
RGB164206226
HSL199°51.67%76.47%
HSB/HSV199°27.43%88.63%
CMYK27.43%8.85%0.00%
11.37%

Color #A4CEE2 in popluar number systems.

HEXA4CEE2
Decimal164206226
Binary101001001100111011100010
Octal244316342

Shades and tints

Shades of #A4CEE2

#A4CEE2
(164,206,226)
#96BCCE
(150,188,206)
#88AABA
(136,170,186)
#7A98A6
(122,152,166)
#6C8692
(108,134,146)
#5E747E
(94,116,126)
#50626A
(80,98,106)
#425056
(66,80,86)
#343E42
(52,62,66)
#262C2E
(38,44,46)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #A4CEE2

#A4CEE2
(164,206,226)
#ACD2E4
(172,210,228)
#B4D6E6
(180,214,230)
#BCDAE8
(188,218,232)
#C4DEEA
(196,222,234)
#CCE2EC
(204,226,236)
#D4E6EE
(212,230,238)
#DCEAF0
(220,234,240)
#E4EEF2
(228,238,242)
#ECF2F4
(236,242,244)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CEE2 color. Also use rgb(164,206,226) instead hex code.

Text Font Color

.myTextColor { color: #A4CEE2; }

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

This text font color is #A4CEE2.


Background Color

.myBgColor { background-color: #A4CEE2; }

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

This div background color is #A4CEE2.


Border color

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

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

This div border color is #A4CEE2.


Opacity

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

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

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

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

This text has shadow with #A4CEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CEE2 on black background.


Color preview on white background

This text has color #A4CEE2 on white background.



Black color preview on #A4CEE2 background

This text has black color on #A4CEE2 background.


White color preview on #A4CEE2 background

This text has white color on #A4CEE2 background.