COLOR #C8E2AB

HEX: #C8E2AB RGB: (200,226,171)

Color info

#C8E2AB contains red, green and blue colors in about the same proportion. Web safe color of #C8E2AB is #CCCC99 (or #CC9).

RGB color model

#C8E2AB color RGB value is (200,226,171).

RGB: (200,226,171) (78%, 89%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 226 of 255 = 89%
B 171 of 255 = 67%

200
226
171

R + G + B ~ 78%. #C8E2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 226 + 171 = 597 (100%)
R 200 of 597 ~ 33.5%
G 226 of 597 ~ 37.86%
B 171 of 597 ~ 28.64'%

%33.5
%37.86
%28.64

CMYK color model

#C8E2AB color CMYK value is (12,0,24,11).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 11.37%

CMYK: (12,0,24,11)
C12M0Y24K11 (12%, 0%, 24%, 11%)
(0.12 / 0.00 / 0.24 / 0.11)

CMYK percentages

%11.5
%0
%24.34
%11.37

Codes

Color #C8E2AB in popluar color models

C8 E2 AB
RGB 200 226 171
HSL 88° 48.67% 77.84%
HSB/HSV 88° 24.34% 88.63%
CMYK 11.50% 0.00% 24.34%
11.37%

Color #C8E2AB in popluar number systems.

HEX C8 E2 AB
Decimal 200 226 171
Binary 11001000 11100010 10101011
Octal 310 342 253

Shades and tints

Shades of #C8E2AB

#C8E2AB
(200,226,171)
#B6CE9C
(182,206,156)
#A4BA8D
(164,186,141)
#92A67E
(146,166,126)
#80926F
(128,146,111)
#6E7E60
(110,126,96)
#5C6A51
(92,106,81)
#4A5642
(74,86,66)
#384233
(56,66,51)
#262E24
(38,46,36)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #C8E2AB

#C8E2AB
(200,226,171)
#CDE4B2
(205,228,178)
#D2E6B9
(210,230,185)
#D7E8C0
(215,232,192)
#DCEAC7
(220,234,199)
#E1ECCE
(225,236,206)
#E6EED5
(230,238,213)
#EBF0DC
(235,240,220)
#F0F2E3
(240,242,227)
#F5F4EA
(245,244,234)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E2AB color. Also use rgb(200,226,171) instead hex code.

Text Font Color

.myTextColor { color: #C8E2AB; }

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

This text font color is #C8E2AB.

Background Color

.myBgColor { background-color: #C8E2AB; }

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

This div background color is #C8E2AB.

Border color

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

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

This div border color is #C8E2AB.

Opacity

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

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

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

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

This text has shadow with #C8E2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E2AB.

Preview

Color preview on black background

This text has color #C8E2AB on black background.


Color preview on white background

This text has color #C8E2AB on white background.


Black color preview on #C8E2AB background

This text has black color on #C8E2AB background.


White color preview on #C8E2AB background

This text has white color on #C8E2AB background.


Related colors

Complementary color

Complementary color for #hex is #371D54.


I love getcolorcode.com

Triadic colors

1 #ABC8E2 and #E2ABC8 with #C8E2AB are triadic colors.

2 #ABE2C8 and #E2C8AB with #C8E2AB are triadic colors.