COLOR #A4CEEF

HEX: #A4CEEF
RGB: (164,206,239)

Color info

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

RGB color model

#A4CEEF color RGB value is (164,206,239).

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

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 239 of 255 = 94%

164
206
239

R + G + B ~ 80%. #A4CEEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 206 + 239 = 609 (100%)
R 164 of 609 ~ 26.93%
G 206 of 609 ~ 33.83%
B 239 of 609 ~ 39.24%

%26.93
%33.83
%39.24

CMYK color model

#A4CEEF color CMYK value is (31,14,0,6).

  • cyan value is 31.38%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,14,0,6)
C31M14Y0K6 
(31%,14%,0%,6%)
(0.31/0.14/0.00/0.06)	

CMYK percentages

%31.38
%13.81
%0
%6.27

Codes

Color #A4CEEF in popluar color models

A4CEEF
RGB164206239
HSL206°70.09%79.02%
HSB/HSV206°31.38%93.73%
CMYK31.38%13.81%0.00%
6.27%

Color #A4CEEF in popluar number systems.

HEXA4CEEF
Decimal164206239
Binary101001001100111011101111
Octal244316357

Shades and tints

Shades of #A4CEEF

#A4CEEF
(164,206,239)
#96BCDA
(150,188,218)
#88AAC5
(136,170,197)
#7A98B0
(122,152,176)
#6C869B
(108,134,155)
#5E7486
(94,116,134)
#506271
(80,98,113)
#42505C
(66,80,92)
#343E47
(52,62,71)
#262C32
(38,44,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #A4CEEF

#A4CEEF
(164,206,239)
#ACD2F0
(172,210,240)
#B4D6F1
(180,214,241)
#BCDAF2
(188,218,242)
#C4DEF3
(196,222,243)
#CCE2F4
(204,226,244)
#D4E6F5
(212,230,245)
#DCEAF6
(220,234,246)
#E4EEF7
(228,238,247)
#ECF2F8
(236,242,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CEEF; }

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

This text font color is #A4CEEF.


Background Color

.myBgColor { background-color: #A4CEEF; }

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

This div background color is #A4CEEF.


Border color

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

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

This div border color is #A4CEEF.


Opacity

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

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

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

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

This text has shadow with #A4CEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CEEF on black background.


Color preview on white background

This text has color #A4CEEF on white background.



Black color preview on #A4CEEF background

This text has black color on #A4CEEF background.


White color preview on #A4CEEF background

This text has white color on #A4CEEF background.