COLOR #A8CEE7

HEX: #A8CEE7
RGB: (168,206,231)

Color info

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

RGB color model

#A8CEE7 color RGB value is (168,206,231).

  • red value is 168;
  • green value is 206;
  • blue value is 231.
RGB:
(168,206,231)
(66%,81%,91%)

RGB channels and saturation

R 168 of 255 = 66%
G 206 of 255 = 81%
B 231 of 255 = 91%

168
206
231

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

Portions of RGB colors in percentages

R + G + B =
168 + 206 + 231 = 605 (100%)
R 168 of 605 ~ 27.77%
G 206 of 605 ~ 34.05%
B 231 of 605 ~ 38.18%

%27.77
%34.05
%38.18

CMYK color model

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

  • cyan value is 27.27%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(27,11,0,9)
C27M11Y0K9 
(27%,11%,0%,9%)
(0.27/0.11/0.00/0.09)	

CMYK percentages

%27.27
%10.82
%0
%9.41

Codes

Color #A8CEE7 in popluar color models

A8CEE7
RGB168206231
HSL204°56.76%78.24%
HSB/HSV204°27.27%90.59%
CMYK27.27%10.82%0.00%
9.41%

Color #A8CEE7 in popluar number systems.

HEXA8CEE7
Decimal168206231
Binary101010001100111011100111
Octal250316347

Shades and tints

Shades of #A8CEE7

#A8CEE7
(168,206,231)
#99BCD2
(153,188,210)
#8AAABD
(138,170,189)
#7B98A8
(123,152,168)
#6C8693
(108,134,147)
#5D747E
(93,116,126)
#4E6269
(78,98,105)
#3F5054
(63,80,84)
#303E3F
(48,62,63)
#212C2A
(33,44,42)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #A8CEE7

#A8CEE7
(168,206,231)
#AFD2E9
(175,210,233)
#B6D6EB
(182,214,235)
#BDDAED
(189,218,237)
#C4DEEF
(196,222,239)
#CBE2F1
(203,226,241)
#D2E6F3
(210,230,243)
#D9EAF5
(217,234,245)
#E0EEF7
(224,238,247)
#E7F2F9
(231,242,249)
#EEF6FB
(238,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CEE7 color. Also use rgb(168,206,231) instead hex code.

Text Font Color

.myTextColor { color: #A8CEE7; }

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

This text font color is #A8CEE7.


Background Color

.myBgColor { background-color: #A8CEE7; }

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

This div background color is #A8CEE7.


Border color

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

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

This div border color is #A8CEE7.


Opacity

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

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

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

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

This text has shadow with #A8CEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CEE7 on black background.


Color preview on white background

This text has color #A8CEE7 on white background.



Black color preview on #A8CEE7 background

This text has black color on #A8CEE7 background.


White color preview on #A8CEE7 background

This text has white color on #A8CEE7 background.