COLOR #C8EBD1

HEX: #C8EBD1
RGB: (200,235,209)

Color info

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

RGB color model

#C8EBD1 color RGB value is (200,235,209).

  • red value is 200;
  • green value is 235;
  • blue value is 209.
RGB:
(200,235,209)
(78%,92%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 235 of 255 = 92%
B 209 of 255 = 82%

200
235
209

R + G + B ~ 84%. #C8EBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 235 + 209 = 644 (100%)
R 200 of 644 ~ 31.06%
G 235 of 644 ~ 36.49%
B 209 of 644 ~ 32.45%

%31.06
%36.49
%32.45

CMYK color model

#C8EBD1 color CMYK value is (15,0,11,8).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(15,0,11,8)
C15M0Y11K8 
(15%,0%,11%,8%)
(0.15/0.00/0.11/0.08)	

CMYK percentages

%14.89
%0
%11.06
%7.84

Codes

Color #C8EBD1 in popluar color models

C8EBD1
RGB200235209
HSL135°46.67%85.29%
HSB/HSV135°14.89%92.16%
CMYK14.89%0.00%11.06%
7.84%

Color #C8EBD1 in popluar number systems.

HEXC8EBD1
Decimal200235209
Binary110010001110101111010001
Octal310353321

Shades and tints

Shades of #C8EBD1

#C8EBD1
(200,235,209)
#B6D6BE
(182,214,190)
#A4C1AB
(164,193,171)
#92AC98
(146,172,152)
#809785
(128,151,133)
#6E8272
(110,130,114)
#5C6D5F
(92,109,95)
#4A584C
(74,88,76)
#384339
(56,67,57)
#262E26
(38,46,38)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #C8EBD1

#C8EBD1
(200,235,209)
#CDECD5
(205,236,213)
#D2EDD9
(210,237,217)
#D7EEDD
(215,238,221)
#DCEFE1
(220,239,225)
#E1F0E5
(225,240,229)
#E6F1E9
(230,241,233)
#EBF2ED
(235,242,237)
#F0F3F1
(240,243,241)
#F5F4F5
(245,244,245)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EBD1 color. Also use rgb(200,235,209) instead hex code.

Text Font Color

.myTextColor { color: #C8EBD1; }

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

This text font color is #C8EBD1.


Background Color

.myBgColor { background-color: #C8EBD1; }

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

This div background color is #C8EBD1.


Border color

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

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

This div border color is #C8EBD1.


Opacity

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

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

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

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

This text has shadow with #C8EBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EBD1 on black background.


Color preview on white background

This text has color #C8EBD1 on white background.



Black color preview on #C8EBD1 background

This text has black color on #C8EBD1 background.


White color preview on #C8EBD1 background

This text has white color on #C8EBD1 background.