COLOR #CCFFC9

HEX: #CCFFC9 RGB: (204,255,201)

Color info

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

RGB color model

#CCFFC9 color RGB value is (204,255,201).

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

RGB channels and saturation

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

204
255
201

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

Portions of RGB colors in percentages

R + G + B = 204 + 255 + 201 = 660 (100%)
R 204 of 660 ~ 30.91%
G 255 of 660 ~ 38.64%
B 201 of 660 ~ 30.45'%

%30.91
%38.64
%30.45

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK: (20,0,21,0) C20M0Y21K0 (20%,0%,21%,0%) (0.20/0.00/0.21/0.00) 

CMYK percentages

%20
%0
%21.18
%0

Codes

Color #CCFFC9 in popluar color models

CC FF C9
RGB 204 255 201
HSL 117° 100.00% 89.41%
HSB/HSV 117° 21.18% 100.00%
CMYK 20.00% 0.00% 21.18%
0.00%

Color #CCFFC9 in popluar number systems.

HEX CC FF C9
Decimal 204 255 201
Binary 11001100 11111111 11001001
Octal 314 377 311

Shades and tints

Shades of #CCFFC9

#CCFFC9
(204,255,201)
#BAE8B7
(186,232,183)
#A8D1A5
(168,209,165)
#96BA93
(150,186,147)
#84A381
(132,163,129)
#728C6F
(114,140,111)
#60755D
(96,117,93)
#4E5E4B
(78,94,75)
#3C4739
(60,71,57)
#2A3027
(42,48,39)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCFFC9

#CCFFC9
(204,255,201)
#D0FFCD
(208,255,205)
#D4FFD1
(212,255,209)
#D8FFD5
(216,255,213)
#DCFFD9
(220,255,217)
#E0FFDD
(224,255,221)
#E4FFE1
(228,255,225)
#E8FFE5
(232,255,229)
#ECFFE9
(236,255,233)
#F0FFED
(240,255,237)
#F4FFF1
(244,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFC9; }

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

This text font color is #CCFFC9.

Background Color

.myBgColor { background-color: #CCFFC9; }

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

This div background color is #CCFFC9.

Border color

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

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

This div border color is #CCFFC9.

Opacity

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

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

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

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

This text has shadow with #CCFFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFFC9.

Preview

Color preview on black background

This text has color #CCFFC9 on black background.


Color preview on white background

This text has color #CCFFC9 on white background.


Black color preview on #CCFFC9 background

This text has black color on #CCFFC9 background.


White color preview on #CCFFC9 background

This text has white color on #CCFFC9 background.


Related colors

Complementary color

Complementary color for #hex is #330036.


I love getcolorcode.com

Triadic colors

1 #C9CCFF and #FFC9CC with #CCFFC9 are triadic colors.

2 #C9FFCC and #FFCCC9 with #CCFFC9 are triadic colors.