COLOR #CCFFCC

HEX: #CCFFCC RGB: (204,255,204)

Color info

#CCFFCC contains red, green and blue colors in about the same proportion. #CCFFCC color is web safe color. It maybe written shortly as #CFC.

RGB color model

#CCFFCC color RGB value is (204,255,204).

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

RGB channels and saturation

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

204
255
204

R + G + B ~ 87%. #CCFFCC is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 255 + 204 = 663 (100%)
R 204 of 663 ~ 30.77%
G 255 of 663 ~ 38.46%
B 204 of 663 ~ 30.77'%

%30.77
%38.46
%30.77

CMYK color model

#CCFFCC color CMYK value is (20,0,20,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 0.00%

CMYK: (20,0,20,0)
C20M0Y20K0 (20%, 0%, 20%, 0%)
(0.20 / 0.00 / 0.20 / 0.00)

CMYK percentages

%20
%0
%20
%0

Codes

Color #CCFFCC in popluar color models

CC FF CC
RGB 204 255 204
HSL 120° 100.00% 90.00%
HSB/HSV 120° 20.00% 100.00%
CMYK 20.00% 0.00% 20.00%
0.00%

Color #CCFFCC in popluar number systems.

HEX CC FF CC
Decimal 204 255 204
Binary 11001100 11111111 11001100
Octal 314 377 314

Shades and tints

Shades of #CCFFCC

#CCFFCC
(204,255,204)
#BAE8BA
(186,232,186)
#A8D1A8
(168,209,168)
#96BA96
(150,186,150)
#84A384
(132,163,132)
#728C72
(114,140,114)
#607560
(96,117,96)
#4E5E4E
(78,94,78)
#3C473C
(60,71,60)
#2A302A
(42,48,42)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCFFCC

#CCFFCC
(204,255,204)
#D0FFD0
(208,255,208)
#D4FFD4
(212,255,212)
#D8FFD8
(216,255,216)
#DCFFDC
(220,255,220)
#E0FFE0
(224,255,224)
#E4FFE4
(228,255,228)
#E8FFE8
(232,255,232)
#ECFFEC
(236,255,236)
#F0FFF0
(240,255,240)
#F4FFF4
(244,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFCC; }

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

This text font color is #CCFFCC.

Background Color

.myBgColor { background-color: #CCFFCC; }

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

This div background color is #CCFFCC.

Border color

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

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

This div border color is #CCFFCC.

Opacity

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

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

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

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

This text has shadow with #CCFFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFFCC.

Preview

Color preview on black background

This text has color #CCFFCC on black background.


Color preview on white background

This text has color #CCFFCC on white background.


Black color preview on #CCFFCC background

This text has black color on #CCFFCC background.


White color preview on #CCFFCC background

This text has white color on #CCFFCC background.


Related colors

Complementary color

Complementary color for #hex is #330033.


I love getcolorcode.com

Triadic colors

1 #CCCCFF and #FFCCCC with #CCFFCC are triadic colors.

2 #CCFFCC and #FFCCCC with #CCFFCC are triadic colors.