COLOR #A8CEE6

HEX: #A8CEE6 RGB: (168,206,230)

Color info

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

RGB color model

#A8CEE6 color RGB value is (168,206,230).

RGB: (168,206,230) (66%, 81%, 90%)

RGB channels and saturation

R 168 of 255 = 66%
G 206 of 255 = 81%
B 230 of 255 = 90%

168
206
230

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

Portions of RGB colors in percentages

R + G + B = 168 + 206 + 230 = 604 (100%)
R 168 of 604 ~ 27.81%
G 206 of 604 ~ 34.11%
B 230 of 604 ~ 38.08'%

%27.81
%34.11
%38.08

CMYK color model

#A8CEE6 color CMYK value is (27,10,0,10).

  • cyan value is 26.96%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (27,10,0,10)
C27M10Y0K10 (27%, 10%, 0%, 10%)
(0.27 / 0.10 / 0.00 / 0.10)

CMYK percentages

%26.96
%10.43
%0
%9.8

Codes

Color #A8CEE6 in popluar color models

A8 CE E6
RGB 168 206 230
HSL 203° 55.36% 78.04%
HSB/HSV 203° 26.96% 90.20%
CMYK 26.96% 10.43% 0.00%
9.80%

Color #A8CEE6 in popluar number systems.

HEX A8 CE E6
Decimal 168 206 230
Binary 10101000 11001110 11100110
Octal 250 316 346

Shades and tints

Shades of #A8CEE6

#A8CEE6
(168,206,230)
#99BCD2
(153,188,210)
#8AAABE
(138,170,190)
#7B98AA
(123,152,170)
#6C8696
(108,134,150)
#5D7482
(93,116,130)
#4E626E
(78,98,110)
#3F505A
(63,80,90)
#303E46
(48,62,70)
#212C32
(33,44,50)
#121A1E
(18,26,30)
#000000
(0,0,0)

Tints of #A8CEE6

#A8CEE6
(168,206,230)
#AFD2E8
(175,210,232)
#B6D6EA
(182,214,234)
#BDDAEC
(189,218,236)
#C4DEEE
(196,222,238)
#CBE2F0
(203,226,240)
#D2E6F2
(210,230,242)
#D9EAF4
(217,234,244)
#E0EEF6
(224,238,246)
#E7F2F8
(231,242,248)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CEE6; }

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

This text font color is #A8CEE6.

Background Color

.myBgColor { background-color: #A8CEE6; }

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

This div background color is #A8CEE6.

Border color

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

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

This div border color is #A8CEE6.

Opacity

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

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

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

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

This text has shadow with #A8CEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8CEE6.

Preview

Color preview on black background

This text has color #A8CEE6 on black background.


Color preview on white background

This text has color #A8CEE6 on white background.


Black color preview on #A8CEE6 background

This text has black color on #A8CEE6 background.


White color preview on #A8CEE6 background

This text has white color on #A8CEE6 background.


Related colors

Complementary color

Complementary color for #hex is #573119.


I love getcolorcode.com

Triadic colors

1 #E6A8CE and #CEE6A8 with #A8CEE6 are triadic colors.

2 #E6CEA8 and #CEA8E6 with #A8CEE6 are triadic colors.