COLOR #C8EBCC

HEX: #C8EBCC
RGB: (200,235,204)

Color info

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

RGB color model

#C8EBCC color RGB value is (200,235,204).

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

RGB channels and saturation

R 200 of 255 = 78%
G 235 of 255 = 92%
B 204 of 255 = 80%

200
235
204

R + G + B ~ 83%. #C8EBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 235 + 204 = 639 (100%)
R 200 of 639 ~ 31.3%
G 235 of 639 ~ 36.78%
B 204 of 639 ~ 31.92%

%31.3
%36.78
%31.92

CMYK color model

#C8EBCC color CMYK value is (15,0,13,8).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(15,0,13,8)
C15M0Y13K8 
(15%,0%,13%,8%)
(0.15/0.00/0.13/0.08)	

CMYK percentages

%14.89
%0
%13.19
%7.84

Codes

Color #C8EBCC in popluar color models

C8EBCC
RGB200235204
HSL127°46.67%85.29%
HSB/HSV127°14.89%92.16%
CMYK14.89%0.00%13.19%
7.84%

Color #C8EBCC in popluar number systems.

HEXC8EBCC
Decimal200235204
Binary110010001110101111001100
Octal310353314

Shades and tints

Shades of #C8EBCC

#C8EBCC
(200,235,204)
#B6D6BA
(182,214,186)
#A4C1A8
(164,193,168)
#92AC96
(146,172,150)
#809784
(128,151,132)
#6E8272
(110,130,114)
#5C6D60
(92,109,96)
#4A584E
(74,88,78)
#38433C
(56,67,60)
#262E2A
(38,46,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #C8EBCC

#C8EBCC
(200,235,204)
#CDECD0
(205,236,208)
#D2EDD4
(210,237,212)
#D7EED8
(215,238,216)
#DCEFDC
(220,239,220)
#E1F0E0
(225,240,224)
#E6F1E4
(230,241,228)
#EBF2E8
(235,242,232)
#F0F3EC
(240,243,236)
#F5F4F0
(245,244,240)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EBCC; }

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

This text font color is #C8EBCC.


Background Color

.myBgColor { background-color: #C8EBCC; }

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

This div background color is #C8EBCC.


Border color

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

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

This div border color is #C8EBCC.


Opacity

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

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

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

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

This text has shadow with #C8EBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EBCC on black background.


Color preview on white background

This text has color #C8EBCC on white background.



Black color preview on #C8EBCC background

This text has black color on #C8EBCC background.


White color preview on #C8EBCC background

This text has white color on #C8EBCC background.