COLOR #C8ECB6

HEX: #C8ECB6
RGB: (200,236,182)

Color info

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

RGB color model

#C8ECB6 color RGB value is (200,236,182).

  • red value is 200;
  • green value is 236;
  • blue value is 182.
RGB:
(200,236,182)
(78%,93%,71%)

RGB channels and saturation

R 200 of 255 = 78%
G 236 of 255 = 93%
B 182 of 255 = 71%

200
236
182

R + G + B ~ 81%. #C8ECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 236 + 182 = 618 (100%)
R 200 of 618 ~ 32.36%
G 236 of 618 ~ 38.19%
B 182 of 618 ~ 29.45%

%32.36
%38.19
%29.45

CMYK color model

#C8ECB6 color CMYK value is (15,0,23,7).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(15,0,23,7)
C15M0Y23K7 
(15%,0%,23%,7%)
(0.15/0.00/0.23/0.07)	

CMYK percentages

%15.25
%0
%22.88
%7.45

Codes

Color #C8ECB6 in popluar color models

C8ECB6
RGB200236182
HSL100°58.70%81.96%
HSB/HSV100°22.88%92.55%
CMYK15.25%0.00%22.88%
7.45%

Color #C8ECB6 in popluar number systems.

HEXC8ECB6
Decimal200236182
Binary110010001110110010110110
Octal310354266

Shades and tints

Shades of #C8ECB6

#C8ECB6
(200,236,182)
#B6D7A6
(182,215,166)
#A4C296
(164,194,150)
#92AD86
(146,173,134)
#809876
(128,152,118)
#6E8366
(110,131,102)
#5C6E56
(92,110,86)
#4A5946
(74,89,70)
#384436
(56,68,54)
#262F26
(38,47,38)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #C8ECB6

#C8ECB6
(200,236,182)
#CDEDBC
(205,237,188)
#D2EEC2
(210,238,194)
#D7EFC8
(215,239,200)
#DCF0CE
(220,240,206)
#E1F1D4
(225,241,212)
#E6F2DA
(230,242,218)
#EBF3E0
(235,243,224)
#F0F4E6
(240,244,230)
#F5F5EC
(245,245,236)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8ECB6 color. Also use rgb(200,236,182) instead hex code.

Text Font Color

.myTextColor { color: #C8ECB6; }

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

This text font color is #C8ECB6.


Background Color

.myBgColor { background-color: #C8ECB6; }

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

This div background color is #C8ECB6.


Border color

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

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

This div border color is #C8ECB6.


Opacity

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

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

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

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

This text has shadow with #C8ECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ECB6 on black background.


Color preview on white background

This text has color #C8ECB6 on white background.



Black color preview on #C8ECB6 background

This text has black color on #C8ECB6 background.


White color preview on #C8ECB6 background

This text has white color on #C8ECB6 background.