COLOR #C8EAB9

HEX: #C8EAB9
RGB: (200,234,185)

Color info

#C8EAB9 contains red, green and blue colors in about the same proportion. Web safe color of #C8EAB9 is #CCFFCC (or #CFC).

RGB color model

#C8EAB9 color RGB value is (200,234,185).

  • red value is 200;
  • green value is 234;
  • blue value is 185.
RGB:
(200,234,185)
(78%,92%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 234 of 255 = 92%
B 185 of 255 = 73%

200
234
185

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

Portions of RGB colors in percentages

R + G + B =
200 + 234 + 185 = 619 (100%)
R 200 of 619 ~ 32.31%
G 234 of 619 ~ 37.8%
B 185 of 619 ~ 29.89%

%32.31
%37.8
%29.89

CMYK color model

#C8EAB9 color CMYK value is (15,0,21,8).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 8.24%
CMYK:
(15,0,21,8)
C15M0Y21K8 
(15%,0%,21%,8%)
(0.15/0.00/0.21/0.08)	

CMYK percentages

%14.53
%0
%20.94
%8.24

Codes

Color #C8EAB9 in popluar color models

C8EAB9
RGB200234185
HSL102°53.85%82.16%
HSB/HSV102°20.94%91.76%
CMYK14.53%0.00%20.94%
8.24%

Color #C8EAB9 in popluar number systems.

HEXC8EAB9
Decimal200234185
Binary110010001110101010111001
Octal310352271

Shades and tints

Shades of #C8EAB9

#C8EAB9
(200,234,185)
#B6D5A9
(182,213,169)
#A4C099
(164,192,153)
#92AB89
(146,171,137)
#809679
(128,150,121)
#6E8169
(110,129,105)
#5C6C59
(92,108,89)
#4A5749
(74,87,73)
#384239
(56,66,57)
#262D29
(38,45,41)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #C8EAB9

#C8EAB9
(200,234,185)
#CDEBBF
(205,235,191)
#D2ECC5
(210,236,197)
#D7EDCB
(215,237,203)
#DCEED1
(220,238,209)
#E1EFD7
(225,239,215)
#E6F0DD
(230,240,221)
#EBF1E3
(235,241,227)
#F0F2E9
(240,242,233)
#F5F3EF
(245,243,239)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EAB9 color. Also use rgb(200,234,185) instead hex code.

Text Font Color

.myTextColor { color: #C8EAB9; }

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

This text font color is #C8EAB9.


Background Color

.myBgColor { background-color: #C8EAB9; }

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

This div background color is #C8EAB9.


Border color

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

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

This div border color is #C8EAB9.


Opacity

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

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

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

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

This text has shadow with #C8EAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EAB9 on black background.


Color preview on white background

This text has color #C8EAB9 on white background.



Black color preview on #C8EAB9 background

This text has black color on #C8EAB9 background.


White color preview on #C8EAB9 background

This text has white color on #C8EAB9 background.