COLOR #C8EAB1

HEX: #C8EAB1
RGB: (200,234,177)

Color info

#C8EAB1 contains red, green and blue colors in about the same proportion. Web safe color of #C8EAB1 is #CCFF99 (or #CF9).

RGB color model

#C8EAB1 color RGB value is (200,234,177).

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

RGB channels and saturation

R 200 of 255 = 78%
G 234 of 255 = 92%
B 177 of 255 = 69%

200
234
177

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

Portions of RGB colors in percentages

R + G + B =
200 + 234 + 177 = 611 (100%)
R 200 of 611 ~ 32.73%
G 234 of 611 ~ 38.3%
B 177 of 611 ~ 28.97%

%32.73
%38.3
%28.97

CMYK color model

#C8EAB1 color CMYK value is (15,0,24,8).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 8.24%
CMYK:
(15,0,24,8)
C15M0Y24K8 
(15%,0%,24%,8%)
(0.15/0.00/0.24/0.08)	

CMYK percentages

%14.53
%0
%24.36
%8.24

Codes

Color #C8EAB1 in popluar color models

C8EAB1
RGB200234177
HSL96°57.58%80.59%
HSB/HSV96°24.36%91.76%
CMYK14.53%0.00%24.36%
8.24%

Color #C8EAB1 in popluar number systems.

HEXC8EAB1
Decimal200234177
Binary110010001110101010110001
Octal310352261

Shades and tints

Shades of #C8EAB1

#C8EAB1
(200,234,177)
#B6D5A1
(182,213,161)
#A4C091
(164,192,145)
#92AB81
(146,171,129)
#809671
(128,150,113)
#6E8161
(110,129,97)
#5C6C51
(92,108,81)
#4A5741
(74,87,65)
#384231
(56,66,49)
#262D21
(38,45,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #C8EAB1

#C8EAB1
(200,234,177)
#CDEBB8
(205,235,184)
#D2ECBF
(210,236,191)
#D7EDC6
(215,237,198)
#DCEECD
(220,238,205)
#E1EFD4
(225,239,212)
#E6F0DB
(230,240,219)
#EBF1E2
(235,241,226)
#F0F2E9
(240,242,233)
#F5F3F0
(245,243,240)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EAB1; }

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

This text font color is #C8EAB1.


Background Color

.myBgColor { background-color: #C8EAB1; }

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

This div background color is #C8EAB1.


Border color

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

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

This div border color is #C8EAB1.


Opacity

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

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

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

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

This text has shadow with #C8EAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EAB1 on black background.


Color preview on white background

This text has color #C8EAB1 on white background.



Black color preview on #C8EAB1 background

This text has black color on #C8EAB1 background.


White color preview on #C8EAB1 background

This text has white color on #C8EAB1 background.