COLOR #CCF6C8

HEX: #CCF6C8
RGB: (204,246,200)

Color info

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

RGB color model

#CCF6C8 color RGB value is (204,246,200).

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

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 200 of 255 = 78%

204
246
200

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

Portions of RGB colors in percentages

R + G + B =
204 + 246 + 200 = 650 (100%)
R 204 of 650 ~ 31.38%
G 246 of 650 ~ 37.85%
B 200 of 650 ~ 30.77%

%31.38
%37.85
%30.77

CMYK color model

#CCF6C8 color CMYK value is (17,0,19,4).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 3.53%
CMYK:
(17,0,19,4)
C17M0Y19K4 
(17%,0%,19%,4%)
(0.17/0.00/0.19/0.04)	

CMYK percentages

%17.07
%0
%18.7
%3.53

Codes

Color #CCF6C8 in popluar color models

CCF6C8
RGB204246200
HSL115°71.88%87.45%
HSB/HSV115°18.70%96.47%
CMYK17.07%0.00%18.70%
3.53%

Color #CCF6C8 in popluar number systems.

HEXCCF6C8
Decimal204246200
Binary110011001111011011001000
Octal314366310

Shades and tints

Shades of #CCF6C8

#CCF6C8
(204,246,200)
#BAE0B6
(186,224,182)
#A8CAA4
(168,202,164)
#96B492
(150,180,146)
#849E80
(132,158,128)
#72886E
(114,136,110)
#60725C
(96,114,92)
#4E5C4A
(78,92,74)
#3C4638
(60,70,56)
#2A3026
(42,48,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #CCF6C8

#CCF6C8
(204,246,200)
#D0F6CD
(208,246,205)
#D4F6D2
(212,246,210)
#D8F6D7
(216,246,215)
#DCF6DC
(220,246,220)
#E0F6E1
(224,246,225)
#E4F6E6
(228,246,230)
#E8F6EB
(232,246,235)
#ECF6F0
(236,246,240)
#F0F6F5
(240,246,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6C8; }

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

This text font color is #CCF6C8.


Background Color

.myBgColor { background-color: #CCF6C8; }

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

This div background color is #CCF6C8.


Border color

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

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

This div border color is #CCF6C8.


Opacity

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

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

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

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

This text has shadow with #CCF6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF6C8 on black background.


Color preview on white background

This text has color #CCF6C8 on white background.



Black color preview on #CCF6C8 background

This text has black color on #CCF6C8 background.


White color preview on #CCF6C8 background

This text has white color on #CCF6C8 background.