COLOR #C8F6D1

HEX: #C8F6D1
RGB: (200,246,209)

Color info

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

RGB color model

#C8F6D1 color RGB value is (200,246,209).

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

RGB channels and saturation

R 200 of 255 = 78%
G 246 of 255 = 96%
B 209 of 255 = 82%

200
246
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 246 + 209 = 655 (100%)
R 200 of 655 ~ 30.53%
G 246 of 655 ~ 37.56%
B 209 of 655 ~ 31.91%

%30.53
%37.56
%31.91

CMYK color model

#C8F6D1 color CMYK value is (19,0,15,4).

  • cyan value is 18.70%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK:
(19,0,15,4)
C19M0Y15K4 
(19%,0%,15%,4%)
(0.19/0.00/0.15/0.04)	

CMYK percentages

%18.7
%0
%15.04
%3.53

Codes

Color #C8F6D1 in popluar color models

C8F6D1
RGB200246209
HSL132°71.88%87.45%
HSB/HSV132°18.70%96.47%
CMYK18.70%0.00%15.04%
3.53%

Color #C8F6D1 in popluar number systems.

HEXC8F6D1
Decimal200246209
Binary110010001111011011010001
Octal310366321

Shades and tints

Shades of #C8F6D1

#C8F6D1
(200,246,209)
#B6E0BE
(182,224,190)
#A4CAAB
(164,202,171)
#92B498
(146,180,152)
#809E85
(128,158,133)
#6E8872
(110,136,114)
#5C725F
(92,114,95)
#4A5C4C
(74,92,76)
#384639
(56,70,57)
#263026
(38,48,38)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #C8F6D1

#C8F6D1
(200,246,209)
#CDF6D5
(205,246,213)
#D2F6D9
(210,246,217)
#D7F6DD
(215,246,221)
#DCF6E1
(220,246,225)
#E1F6E5
(225,246,229)
#E6F6E9
(230,246,233)
#EBF6ED
(235,246,237)
#F0F6F1
(240,246,241)
#F5F6F5
(245,246,245)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F6D1; }

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

This text font color is #C8F6D1.


Background Color

.myBgColor { background-color: #C8F6D1; }

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

This div background color is #C8F6D1.


Border color

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

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

This div border color is #C8F6D1.


Opacity

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

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

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

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

This text has shadow with #C8F6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F6D1 on black background.


Color preview on white background

This text has color #C8F6D1 on white background.



Black color preview on #C8F6D1 background

This text has black color on #C8F6D1 background.


White color preview on #C8F6D1 background

This text has white color on #C8F6D1 background.