COLOR #A8CEF7

HEX: #A8CEF7
RGB: (168,206,247)

Color info

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

RGB color model

#A8CEF7 color RGB value is (168,206,247).

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

RGB channels and saturation

R 168 of 255 = 66%
G 206 of 255 = 81%
B 247 of 255 = 97%

168
206
247

R + G + B ~ 81%. #A8CEF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 206 + 247 = 621 (100%)
R 168 of 621 ~ 27.05%
G 206 of 621 ~ 33.17%
B 247 of 621 ~ 39.77%

%27.05
%33.17
%39.77

CMYK color model

#A8CEF7 color CMYK value is (32,17,0,3).

  • cyan value is 31.98%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(32,17,0,3)
C32M17Y0K3 
(32%,17%,0%,3%)
(0.32/0.17/0.00/0.03)	

CMYK percentages

%31.98
%16.6
%0
%3.14

Codes

Color #A8CEF7 in popluar color models

A8CEF7
RGB168206247
HSL211°83.16%81.37%
HSB/HSV211°31.98%96.86%
CMYK31.98%16.60%0.00%
3.14%

Color #A8CEF7 in popluar number systems.

HEXA8CEF7
Decimal168206247
Binary101010001100111011110111
Octal250316367

Shades and tints

Shades of #A8CEF7

#A8CEF7
(168,206,247)
#99BCE1
(153,188,225)
#8AAACB
(138,170,203)
#7B98B5
(123,152,181)
#6C869F
(108,134,159)
#5D7489
(93,116,137)
#4E6273
(78,98,115)
#3F505D
(63,80,93)
#303E47
(48,62,71)
#212C31
(33,44,49)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #A8CEF7

#A8CEF7
(168,206,247)
#AFD2F7
(175,210,247)
#B6D6F7
(182,214,247)
#BDDAF7
(189,218,247)
#C4DEF7
(196,222,247)
#CBE2F7
(203,226,247)
#D2E6F7
(210,230,247)
#D9EAF7
(217,234,247)
#E0EEF7
(224,238,247)
#E7F2F7
(231,242,247)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8CEF7; }

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

This text font color is #A8CEF7.


Background Color

.myBgColor { background-color: #A8CEF7; }

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

This div background color is #A8CEF7.


Border color

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

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

This div border color is #A8CEF7.


Opacity

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

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

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

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

This text has shadow with #A8CEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CEF7 on black background.


Color preview on white background

This text has color #A8CEF7 on white background.



Black color preview on #A8CEF7 background

This text has black color on #A8CEF7 background.


White color preview on #A8CEF7 background

This text has white color on #A8CEF7 background.