COLOR #A8E8CF

HEX: #A8E8CF RGB: (168,232,207)

Color info

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

RGB color model

#A8E8CF color RGB value is (168,232,207).

RGB: (168,232,207) (66%, 91%, 81%)

RGB channels and saturation

R 168 of 255 = 66%
G 232 of 255 = 91%
B 207 of 255 = 81%

168
232
207

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

Portions of RGB colors in percentages

R + G + B = 168 + 232 + 207 = 607 (100%)
R 168 of 607 ~ 27.68%
G 232 of 607 ~ 38.22%
B 207 of 607 ~ 34.1'%

%27.68
%38.22
%34.1

CMYK color model

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

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

CMYK: (28,0,11,9)
C28M0Y11K9 (28%, 0%, 11%, 9%)
(0.28 / 0.00 / 0.11 / 0.09)

CMYK percentages

%27.59
%0
%10.78
%9.02

Codes

Color #A8E8CF in popluar color models

A8 E8 CF
RGB 168 232 207
HSL 157° 58.18% 78.43%
HSB/HSV 157° 27.59% 90.98%
CMYK 27.59% 0.00% 10.78%
9.02%

Color #A8E8CF in popluar number systems.

HEX A8 E8 CF
Decimal 168 232 207
Binary 10101000 11101000 11001111
Octal 250 350 317

Shades and tints

Shades of #A8E8CF

#A8E8CF
(168,232,207)
#99D3BD
(153,211,189)
#8ABEAB
(138,190,171)
#7BA999
(123,169,153)
#6C9487
(108,148,135)
#5D7F75
(93,127,117)
#4E6A63
(78,106,99)
#3F5551
(63,85,81)
#30403F
(48,64,63)
#212B2D
(33,43,45)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #A8E8CF

#A8E8CF
(168,232,207)
#AFEAD3
(175,234,211)
#B6ECD7
(182,236,215)
#BDEEDB
(189,238,219)
#C4F0DF
(196,240,223)
#CBF2E3
(203,242,227)
#D2F4E7
(210,244,231)
#D9F6EB
(217,246,235)
#E0F8EF
(224,248,239)
#E7FAF3
(231,250,243)
#EEFCF7
(238,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E8CF; }

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

This text font color is #A8E8CF.

Background Color

.myBgColor { background-color: #A8E8CF; }

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

This div background color is #A8E8CF.

Border color

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

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

This div border color is #A8E8CF.

Opacity

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

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

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

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

This text has shadow with #A8E8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E8CF.

Preview

Color preview on black background

This text has color #A8E8CF on black background.


Color preview on white background

This text has color #A8E8CF on white background.


Black color preview on #A8E8CF background

This text has black color on #A8E8CF background.


White color preview on #A8E8CF background

This text has white color on #A8E8CF background.


Related colors

Complementary color

Complementary color for #hex is #571730.


I love getcolorcode.com

Triadic colors

1 #CFA8E8 and #E8CFA8 with #A8E8CF are triadic colors.

2 #CFE8A8 and #E8A8CF with #A8E8CF are triadic colors.