COLOR #C8E1BA

HEX: #C8E1BA
RGB: (200,225,186)

Color info

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

RGB color model

#C8E1BA color RGB value is (200,225,186).

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

RGB channels and saturation

R 200 of 255 = 78%
G 225 of 255 = 88%
B 186 of 255 = 73%

200
225
186

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

Portions of RGB colors in percentages

R + G + B =
200 + 225 + 186 = 611 (100%)
R 200 of 611 ~ 32.73%
G 225 of 611 ~ 36.82%
B 186 of 611 ~ 30.44%

%32.73
%36.82
%30.44

CMYK color model

#C8E1BA color CMYK value is (11,0,17,12).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK:
(11,0,17,12)
C11M0Y17K12 
(11%,0%,17%,12%)
(0.11/0.00/0.17/0.12)	

CMYK percentages

%11.11
%0
%17.33
%11.76

Codes

Color #C8E1BA in popluar color models

C8E1BA
RGB200225186
HSL98°39.39%80.59%
HSB/HSV98°17.33%88.24%
CMYK11.11%0.00%17.33%
11.76%

Color #C8E1BA in popluar number systems.

HEXC8E1BA
Decimal200225186
Binary110010001110000110111010
Octal310341272

Shades and tints

Shades of #C8E1BA

#C8E1BA
(200,225,186)
#B6CDAA
(182,205,170)
#A4B99A
(164,185,154)
#92A58A
(146,165,138)
#80917A
(128,145,122)
#6E7D6A
(110,125,106)
#5C695A
(92,105,90)
#4A554A
(74,85,74)
#38413A
(56,65,58)
#262D2A
(38,45,42)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #C8E1BA

#C8E1BA
(200,225,186)
#CDE3C0
(205,227,192)
#D2E5C6
(210,229,198)
#D7E7CC
(215,231,204)
#DCE9D2
(220,233,210)
#E1EBD8
(225,235,216)
#E6EDDE
(230,237,222)
#EBEFE4
(235,239,228)
#F0F1EA
(240,241,234)
#F5F3F0
(245,243,240)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E1BA; }

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

This text font color is #C8E1BA.


Background Color

.myBgColor { background-color: #C8E1BA; }

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

This div background color is #C8E1BA.


Border color

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

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

This div border color is #C8E1BA.


Opacity

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

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

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

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

This text has shadow with #C8E1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E1BA on black background.


Color preview on white background

This text has color #C8E1BA on white background.



Black color preview on #C8E1BA background

This text has black color on #C8E1BA background.


White color preview on #C8E1BA background

This text has white color on #C8E1BA background.