COLOR #CCFEC9

HEX: #CCFEC9 RGB: (204,254,201)

Color info

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

RGB color model

#CCFEC9 color RGB value is (204,254,201).

RGB: (204,254,201) (80%, 100%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 254 of 255 = 100%
B 201 of 255 = 79%

204
254
201

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

Portions of RGB colors in percentages

R + G + B = 204 + 254 + 201 = 659 (100%)
R 204 of 659 ~ 30.96%
G 254 of 659 ~ 38.54%
B 201 of 659 ~ 30.5'%

%30.96
%38.54
%30.5

CMYK color model

#CCFEC9 color CMYK value is (20,0,21,0).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 0.39%

CMYK: (20,0,21,0)
C20M0Y21K0 (20%, 0%, 21%, 0%)
(0.20 / 0.00 / 0.21 / 0.00)

CMYK percentages

%19.69
%0
%20.87
%0.39

Codes

Color #CCFEC9 in popluar color models

CC FE C9
RGB 204 254 201
HSL 117° 96.36% 89.22%
HSB/HSV 117° 20.87% 99.61%
CMYK 19.69% 0.00% 20.87%
0.39%

Color #CCFEC9 in popluar number systems.

HEX CC FE C9
Decimal 204 254 201
Binary 11001100 11111110 11001001
Octal 314 376 311

Shades and tints

Shades of #CCFEC9

#CCFEC9
(204,254,201)
#BAE7B7
(186,231,183)
#A8D0A5
(168,208,165)
#96B993
(150,185,147)
#84A281
(132,162,129)
#728B6F
(114,139,111)
#60745D
(96,116,93)
#4E5D4B
(78,93,75)
#3C4639
(60,70,57)
#2A2F27
(42,47,39)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #CCFEC9

#CCFEC9
(204,254,201)
#D0FECD
(208,254,205)
#D4FED1
(212,254,209)
#D8FED5
(216,254,213)
#DCFED9
(220,254,217)
#E0FEDD
(224,254,221)
#E4FEE1
(228,254,225)
#E8FEE5
(232,254,229)
#ECFEE9
(236,254,233)
#F0FEED
(240,254,237)
#F4FEF1
(244,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFEC9; }

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

This text font color is #CCFEC9.

Background Color

.myBgColor { background-color: #CCFEC9; }

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

This div background color is #CCFEC9.

Border color

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

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

This div border color is #CCFEC9.

Opacity

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

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

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

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

This text has shadow with #CCFEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFEC9.

Preview

Color preview on black background

This text has color #CCFEC9 on black background.


Color preview on white background

This text has color #CCFEC9 on white background.


Black color preview on #CCFEC9 background

This text has black color on #CCFEC9 background.


White color preview on #CCFEC9 background

This text has white color on #CCFEC9 background.


Related colors

Complementary color

Complementary color for #hex is #330136.


I love getcolorcode.com

Triadic colors

1 #C9CCFE and #FEC9CC with #CCFEC9 are triadic colors.

2 #C9FECC and #FECCC9 with #CCFEC9 are triadic colors.