COLOR #C8F4C4

HEX: #C8F4C4
RGB: (200,244,196)

Color info

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

RGB color model

#C8F4C4 color RGB value is (200,244,196).

  • red value is 200;
  • green value is 244;
  • blue value is 196.
RGB:
(200,244,196)
(78%,96%,77%)

RGB channels and saturation

R 200 of 255 = 78%
G 244 of 255 = 96%
B 196 of 255 = 77%

200
244
196

R + G + B ~ 84%. #C8F4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 244 + 196 = 640 (100%)
R 200 of 640 ~ 31.25%
G 244 of 640 ~ 38.13%
B 196 of 640 ~ 30.63%

%31.25
%38.13
%30.63

CMYK color model

#C8F4C4 color CMYK value is (18,0,20,4).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 4.31%
CMYK:
(18,0,20,4)
C18M0Y20K4 
(18%,0%,20%,4%)
(0.18/0.00/0.20/0.04)	

CMYK percentages

%18.03
%0
%19.67
%4.31

Codes

Color #C8F4C4 in popluar color models

C8F4C4
RGB200244196
HSL115°68.57%86.27%
HSB/HSV115°19.67%95.69%
CMYK18.03%0.00%19.67%
4.31%

Color #C8F4C4 in popluar number systems.

HEXC8F4C4
Decimal200244196
Binary110010001111010011000100
Octal310364304

Shades and tints

Shades of #C8F4C4

#C8F4C4
(200,244,196)
#B6DEB3
(182,222,179)
#A4C8A2
(164,200,162)
#92B291
(146,178,145)
#809C80
(128,156,128)
#6E866F
(110,134,111)
#5C705E
(92,112,94)
#4A5A4D
(74,90,77)
#38443C
(56,68,60)
#262E2B
(38,46,43)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #C8F4C4

#C8F4C4
(200,244,196)
#CDF5C9
(205,245,201)
#D2F6CE
(210,246,206)
#D7F7D3
(215,247,211)
#DCF8D8
(220,248,216)
#E1F9DD
(225,249,221)
#E6FAE2
(230,250,226)
#EBFBE7
(235,251,231)
#F0FCEC
(240,252,236)
#F5FDF1
(245,253,241)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F4C4 color. Also use rgb(200,244,196) instead hex code.

Text Font Color

.myTextColor { color: #C8F4C4; }

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

This text font color is #C8F4C4.


Background Color

.myBgColor { background-color: #C8F4C4; }

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

This div background color is #C8F4C4.


Border color

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

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

This div border color is #C8F4C4.


Opacity

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

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

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

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

This text has shadow with #C8F4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F4C4 on black background.


Color preview on white background

This text has color #C8F4C4 on white background.



Black color preview on #C8F4C4 background

This text has black color on #C8F4C4 background.


White color preview on #C8F4C4 background

This text has white color on #C8F4C4 background.