COLOR #A8E8D3

HEX: #A8E8D3 RGB: (168,232,211)

Color info

#A8E8D3 contains mainly green and blue colors. Web safe color of #A8E8D3 is #99FFCC (or #9FC).

RGB color model

#A8E8D3 color RGB value is (168,232,211).

RGB: (168,232,211) (66%, 91%, 83%)

RGB channels and saturation

R 168 of 255 = 66%
G 232 of 255 = 91%
B 211 of 255 = 83%

168
232
211

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

Portions of RGB colors in percentages

R + G + B = 168 + 232 + 211 = 611 (100%)
R 168 of 611 ~ 27.5%
G 232 of 611 ~ 37.97%
B 211 of 611 ~ 34.53'%

%27.5
%37.97
%34.53

CMYK color model

#A8E8D3 color CMYK value is (28,0,9,9).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 9.02%

CMYK: (28,0,9,9)
C28M0Y9K9 (28%, 0%, 9%, 9%)
(0.28 / 0.00 / 0.09 / 0.09)

CMYK percentages

%27.59
%0
%9.05
%9.02

Codes

Color #A8E8D3 in popluar color models

A8 E8 D3
RGB 168 232 211
HSL 160° 58.18% 78.43%
HSB/HSV 160° 27.59% 90.98%
CMYK 27.59% 0.00% 9.05%
9.02%

Color #A8E8D3 in popluar number systems.

HEX A8 E8 D3
Decimal 168 232 211
Binary 10101000 11101000 11010011
Octal 250 350 323

Shades and tints

Shades of #A8E8D3

#A8E8D3
(168,232,211)
#99D3C0
(153,211,192)
#8ABEAD
(138,190,173)
#7BA99A
(123,169,154)
#6C9487
(108,148,135)
#5D7F74
(93,127,116)
#4E6A61
(78,106,97)
#3F554E
(63,85,78)
#30403B
(48,64,59)
#212B28
(33,43,40)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #A8E8D3

#A8E8D3
(168,232,211)
#AFEAD7
(175,234,215)
#B6ECDB
(182,236,219)
#BDEEDF
(189,238,223)
#C4F0E3
(196,240,227)
#CBF2E7
(203,242,231)
#D2F4EB
(210,244,235)
#D9F6EF
(217,246,239)
#E0F8F3
(224,248,243)
#E7FAF7
(231,250,247)
#EEFCFB
(238,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E8D3 color. Also use rgb(168,232,211) instead hex code.

Text Font Color

.myTextColor { color: #A8E8D3; }

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

This text font color is #A8E8D3.

Background Color

.myBgColor { background-color: #A8E8D3; }

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

This div background color is #A8E8D3.

Border color

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

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

This div border color is #A8E8D3.

Opacity

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

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

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

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

This text has shadow with #A8E8D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E8D3.

Preview

Color preview on black background

This text has color #A8E8D3 on black background.


Color preview on white background

This text has color #A8E8D3 on white background.


Black color preview on #A8E8D3 background

This text has black color on #A8E8D3 background.


White color preview on #A8E8D3 background

This text has white color on #A8E8D3 background.


Related colors

Complementary color

Complementary color for #hex is #57172C.


I love getcolorcode.com

Triadic colors

1 #D3A8E8 and #E8D3A8 with #A8E8D3 are triadic colors.

2 #D3E8A8 and #E8A8D3 with #A8E8D3 are triadic colors.