COLOR #A8E2D6

HEX: #A8E2D6
RGB: (168,226,214)

Color info

#A8E2D6 contains red, green and blue colors in about the same proportion. Web safe color of #A8E2D6 is #99CCCC (or #9CC).

RGB color model

#A8E2D6 color RGB value is (168,226,214).

  • red value is 168;
  • green value is 226;
  • blue value is 214.
RGB:
(168,226,214)
(66%,89%,84%)

RGB channels and saturation

R 168 of 255 = 66%
G 226 of 255 = 89%
B 214 of 255 = 84%

168
226
214

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

Portions of RGB colors in percentages

R + G + B =
168 + 226 + 214 = 608 (100%)
R 168 of 608 ~ 27.63%
G 226 of 608 ~ 37.17%
B 214 of 608 ~ 35.2%

%27.63
%37.17
%35.2

CMYK color model

#A8E2D6 color CMYK value is (26,0,5,11).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(26,0,5,11)
C26M0Y5K11 
(26%,0%,5%,11%)
(0.26/0.00/0.05/0.11)	

CMYK percentages

%25.66
%0
%5.31
%11.37

Codes

Color #A8E2D6 in popluar color models

A8E2D6
RGB168226214
HSL168°50.00%77.25%
HSB/HSV168°25.66%88.63%
CMYK25.66%0.00%5.31%
11.37%

Color #A8E2D6 in popluar number systems.

HEXA8E2D6
Decimal168226214
Binary101010001110001011010110
Octal250342326

Shades and tints

Shades of #A8E2D6

#A8E2D6
(168,226,214)
#99CEC3
(153,206,195)
#8ABAB0
(138,186,176)
#7BA69D
(123,166,157)
#6C928A
(108,146,138)
#5D7E77
(93,126,119)
#4E6A64
(78,106,100)
#3F5651
(63,86,81)
#30423E
(48,66,62)
#212E2B
(33,46,43)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #A8E2D6

#A8E2D6
(168,226,214)
#AFE4D9
(175,228,217)
#B6E6DC
(182,230,220)
#BDE8DF
(189,232,223)
#C4EAE2
(196,234,226)
#CBECE5
(203,236,229)
#D2EEE8
(210,238,232)
#D9F0EB
(217,240,235)
#E0F2EE
(224,242,238)
#E7F4F1
(231,244,241)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E2D6 color. Also use rgb(168,226,214) instead hex code.

Text Font Color

.myTextColor { color: #A8E2D6; }

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

This text font color is #A8E2D6.


Background Color

.myBgColor { background-color: #A8E2D6; }

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

This div background color is #A8E2D6.


Border color

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

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

This div border color is #A8E2D6.


Opacity

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

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

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

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

This text has shadow with #A8E2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E2D6 on black background.


Color preview on white background

This text has color #A8E2D6 on white background.



Black color preview on #A8E2D6 background

This text has black color on #A8E2D6 background.


White color preview on #A8E2D6 background

This text has white color on #A8E2D6 background.