COLOR #C8EBD6

HEX: #C8EBD6
RGB: (200,235,214)

Color info

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

RGB color model

#C8EBD6 color RGB value is (200,235,214).

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

RGB channels and saturation

R 200 of 255 = 78%
G 235 of 255 = 92%
B 214 of 255 = 84%

200
235
214

R + G + B ~ 85%. #C8EBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 235 + 214 = 649 (100%)
R 200 of 649 ~ 30.82%
G 235 of 649 ~ 36.21%
B 214 of 649 ~ 32.97%

%30.82
%36.21
%32.97

CMYK color model

#C8EBD6 color CMYK value is (15,0,9,8).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(15,0,9,8)
C15M0Y9K8 
(15%,0%,9%,8%)
(0.15/0.00/0.09/0.08)	

CMYK percentages

%14.89
%0
%8.94
%7.84

Codes

Color #C8EBD6 in popluar color models

C8EBD6
RGB200235214
HSL144°46.67%85.29%
HSB/HSV144°14.89%92.16%
CMYK14.89%0.00%8.94%
7.84%

Color #C8EBD6 in popluar number systems.

HEXC8EBD6
Decimal200235214
Binary110010001110101111010110
Octal310353326

Shades and tints

Shades of #C8EBD6

#C8EBD6
(200,235,214)
#B6D6C3
(182,214,195)
#A4C1B0
(164,193,176)
#92AC9D
(146,172,157)
#80978A
(128,151,138)
#6E8277
(110,130,119)
#5C6D64
(92,109,100)
#4A5851
(74,88,81)
#38433E
(56,67,62)
#262E2B
(38,46,43)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #C8EBD6

#C8EBD6
(200,235,214)
#CDECD9
(205,236,217)
#D2EDDC
(210,237,220)
#D7EEDF
(215,238,223)
#DCEFE2
(220,239,226)
#E1F0E5
(225,240,229)
#E6F1E8
(230,241,232)
#EBF2EB
(235,242,235)
#F0F3EE
(240,243,238)
#F5F4F1
(245,244,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EBD6; }

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

This text font color is #C8EBD6.


Background Color

.myBgColor { background-color: #C8EBD6; }

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

This div background color is #C8EBD6.


Border color

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

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

This div border color is #C8EBD6.


Opacity

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

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

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

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

This text has shadow with #C8EBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EBD6 on black background.


Color preview on white background

This text has color #C8EBD6 on white background.



Black color preview on #C8EBD6 background

This text has black color on #C8EBD6 background.


White color preview on #C8EBD6 background

This text has white color on #C8EBD6 background.