COLOR #C8ECB1

HEX: #C8ECB1
RGB: (200,236,177)

Color info

#C8ECB1 contains red, green and blue colors in about the same proportion. Web safe color of #C8ECB1 is #CCFF99 (or #CF9).

RGB color model

#C8ECB1 color RGB value is (200,236,177).

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

RGB channels and saturation

R 200 of 255 = 78%
G 236 of 255 = 93%
B 177 of 255 = 69%

200
236
177

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

Portions of RGB colors in percentages

R + G + B =
200 + 236 + 177 = 613 (100%)
R 200 of 613 ~ 32.63%
G 236 of 613 ~ 38.5%
B 177 of 613 ~ 28.87%

%32.63
%38.5
%28.87

CMYK color model

#C8ECB1 color CMYK value is (15,0,25,7).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 7.45%
CMYK:
(15,0,25,7)
C15M0Y25K7 
(15%,0%,25%,7%)
(0.15/0.00/0.25/0.07)	

CMYK percentages

%15.25
%0
%25
%7.45

Codes

Color #C8ECB1 in popluar color models

C8ECB1
RGB200236177
HSL97°60.82%80.98%
HSB/HSV97°25.00%92.55%
CMYK15.25%0.00%25.00%
7.45%

Color #C8ECB1 in popluar number systems.

HEXC8ECB1
Decimal200236177
Binary110010001110110010110001
Octal310354261

Shades and tints

Shades of #C8ECB1

#C8ECB1
(200,236,177)
#B6D7A1
(182,215,161)
#A4C291
(164,194,145)
#92AD81
(146,173,129)
#809871
(128,152,113)
#6E8361
(110,131,97)
#5C6E51
(92,110,81)
#4A5941
(74,89,65)
#384431
(56,68,49)
#262F21
(38,47,33)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #C8ECB1

#C8ECB1
(200,236,177)
#CDEDB8
(205,237,184)
#D2EEBF
(210,238,191)
#D7EFC6
(215,239,198)
#DCF0CD
(220,240,205)
#E1F1D4
(225,241,212)
#E6F2DB
(230,242,219)
#EBF3E2
(235,243,226)
#F0F4E9
(240,244,233)
#F5F5F0
(245,245,240)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ECB1; }

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

This text font color is #C8ECB1.


Background Color

.myBgColor { background-color: #C8ECB1; }

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

This div background color is #C8ECB1.


Border color

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

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

This div border color is #C8ECB1.


Opacity

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

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

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

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

This text has shadow with #C8ECB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ECB1 on black background.


Color preview on white background

This text has color #C8ECB1 on white background.



Black color preview on #C8ECB1 background

This text has black color on #C8ECB1 background.


White color preview on #C8ECB1 background

This text has white color on #C8ECB1 background.