COLOR #CCFEC5

HEX: #CCFEC5
RGB: (204,254,197)

Color info

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

RGB color model

#CCFEC5 color RGB value is (204,254,197).

  • red value is 204;
  • green value is 254;
  • blue value is 197.
RGB:
(204,254,197)
(80%,100%,77%)

RGB channels and saturation

R 204 of 255 = 80%
G 254 of 255 = 100%
B 197 of 255 = 77%

204
254
197

R + G + B ~ 86%. #CCFEC5 is light color.

Portions of RGB colors in percentages

R + G + B =
204 + 254 + 197 = 655 (100%)
R 204 of 655 ~ 31.15%
G 254 of 655 ~ 38.78%
B 197 of 655 ~ 30.08%

%31.15
%38.78
%30.08

CMYK color model

#CCFEC5 color CMYK value is (20,0,22,0).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 22.44%
  • key color value is 0.39%
CMYK:
(20,0,22,0)
C20M0Y22K0 
(20%,0%,22%,0%)
(0.20/0.00/0.22/0.00)	

CMYK percentages

%19.69
%0
%22.44
%0.39

Codes

Color #CCFEC5 in popluar color models

CCFEC5
RGB204254197
HSL113°96.61%88.43%
HSB/HSV113°22.44%99.61%
CMYK19.69%0.00%22.44%
0.39%

Color #CCFEC5 in popluar number systems.

HEXCCFEC5
Decimal204254197
Binary110011001111111011000101
Octal314376305

Shades and tints

Shades of #CCFEC5

#CCFEC5
(204,254,197)
#BAE7B4
(186,231,180)
#A8D0A3
(168,208,163)
#96B992
(150,185,146)
#84A281
(132,162,129)
#728B70
(114,139,112)
#60745F
(96,116,95)
#4E5D4E
(78,93,78)
#3C463D
(60,70,61)
#2A2F2C
(42,47,44)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #CCFEC5

#CCFEC5
(204,254,197)
#D0FECA
(208,254,202)
#D4FECF
(212,254,207)
#D8FED4
(216,254,212)
#DCFED9
(220,254,217)
#E0FEDE
(224,254,222)
#E4FEE3
(228,254,227)
#E8FEE8
(232,254,232)
#ECFEED
(236,254,237)
#F0FEF2
(240,254,242)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFEC5 color. Also use rgb(204,254,197) instead hex code.

Text Font Color

.myTextColor { color: #CCFEC5; }

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

This text font color is #CCFEC5.


Background Color

.myBgColor { background-color: #CCFEC5; }

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

This div background color is #CCFEC5.


Border color

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

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

This div border color is #CCFEC5.


Opacity

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

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

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

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

This text has shadow with #CCFEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFEC5 on black background.


Color preview on white background

This text has color #CCFEC5 on white background.



Black color preview on #CCFEC5 background

This text has black color on #CCFEC5 background.


White color preview on #CCFEC5 background

This text has white color on #CCFEC5 background.