COLOR #C8E1B7

HEX: #C8E1B7
RGB: (200,225,183)

Color info

#C8E1B7 contains red, green and blue colors in about the same proportion. Web safe color of #C8E1B7 is #CCCCCC (or #CCC).

RGB color model

#C8E1B7 color RGB value is (200,225,183).

  • red value is 200;
  • green value is 225;
  • blue value is 183.
RGB:
(200,225,183)
(78%,88%,72%)

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 183 of 255 = 72%

200
225
183

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

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 183 = 608 (100%)
R 200 of 608 ~ 32.89%
G 225 of 608 ~ 37.01%
B 183 of 608 ~ 30.1%

%32.89
%37.01
%30.1

CMYK color model

#C8E1B7 color CMYK value is (11,0,19,12).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(11,0,19,12)
C11M0Y19K12 
(11%,0%,19%,12%)
(0.11/0.00/0.19/0.12)	

CMYK percentages

%11.11
%0
%18.67
%11.76

Codes

Color #C8E1B7 in popluar color models

C8E1B7
RGB200225183
HSL96°41.18%80.00%
HSB/HSV96°18.67%88.24%
CMYK11.11%0.00%18.67%
11.76%

Color #C8E1B7 in popluar number systems.

HEXC8E1B7
Decimal200225183
Binary110010001110000110110111
Octal310341267

Shades and tints

Shades of #C8E1B7

#C8E1B7
(200,225,183)
#B6CDA7
(182,205,167)
#A4B997
(164,185,151)
#92A587
(146,165,135)
#809177
(128,145,119)
#6E7D67
(110,125,103)
#5C6957
(92,105,87)
#4A5547
(74,85,71)
#384137
(56,65,55)
#262D27
(38,45,39)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #C8E1B7

#C8E1B7
(200,225,183)
#CDE3BD
(205,227,189)
#D2E5C3
(210,229,195)
#D7E7C9
(215,231,201)
#DCE9CF
(220,233,207)
#E1EBD5
(225,235,213)
#E6EDDB
(230,237,219)
#EBEFE1
(235,239,225)
#F0F1E7
(240,241,231)
#F5F3ED
(245,243,237)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E1B7 color. Also use rgb(200,225,183) instead hex code.

Text Font Color

.myTextColor { color: #C8E1B7; }

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

This text font color is #C8E1B7.


Background Color

.myBgColor { background-color: #C8E1B7; }

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

This div background color is #C8E1B7.


Border color

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

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

This div border color is #C8E1B7.


Opacity

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

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

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

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

This text has shadow with #C8E1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E1B7 on black background.


Color preview on white background

This text has color #C8E1B7 on white background.



Black color preview on #C8E1B7 background

This text has black color on #C8E1B7 background.


White color preview on #C8E1B7 background

This text has white color on #C8E1B7 background.