COLOR #CCFCCC

HEX: #CCFCCC
RGB: (204,252,204)

Color info

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

RGB color model

#CCFCCC color RGB value is (204,252,204).

  • red value is 204;
  • green value is 252;
  • blue value is 204.
RGB:
(204,252,204)
(80%,99%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 252 of 255 = 99%
B 204 of 255 = 80%

204
252
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 252 + 204 = 660 (100%)
R 204 of 660 ~ 30.91%
G 252 of 660 ~ 38.18%
B 204 of 660 ~ 30.91%

%30.91
%38.18
%30.91

CMYK color model

#CCFCCC color CMYK value is (19,0,19,1).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 1.18%
CMYK:
(19,0,19,1)
C19M0Y19K1 
(19%,0%,19%,1%)
(0.19/0.00/0.19/0.01)	

CMYK percentages

%19.05
%0
%19.05
%1.18

Codes

Color #CCFCCC in popluar color models

CCFCCC
RGB204252204
HSL120°88.89%89.41%
HSB/HSV120°19.05%98.82%
CMYK19.05%0.00%19.05%
1.18%

Color #CCFCCC in popluar number systems.

HEXCCFCCC
Decimal204252204
Binary110011001111110011001100
Octal314374314

Shades and tints

Shades of #CCFCCC

#CCFCCC
(204,252,204)
#BAE6BA
(186,230,186)
#A8D0A8
(168,208,168)
#96BA96
(150,186,150)
#84A484
(132,164,132)
#728E72
(114,142,114)
#607860
(96,120,96)
#4E624E
(78,98,78)
#3C4C3C
(60,76,60)
#2A362A
(42,54,42)
#182018
(24,32,24)
#000000
(0,0,0)

Tints of #CCFCCC

#CCFCCC
(204,252,204)
#D0FCD0
(208,252,208)
#D4FCD4
(212,252,212)
#D8FCD8
(216,252,216)
#DCFCDC
(220,252,220)
#E0FCE0
(224,252,224)
#E4FCE4
(228,252,228)
#E8FCE8
(232,252,232)
#ECFCEC
(236,252,236)
#F0FCF0
(240,252,240)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFCCC; }

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

This text font color is #CCFCCC.


Background Color

.myBgColor { background-color: #CCFCCC; }

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

This div background color is #CCFCCC.


Border color

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

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

This div border color is #CCFCCC.


Opacity

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

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

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

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

This text has shadow with #CCFCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFCCC on black background.


Color preview on white background

This text has color #CCFCCC on white background.



Black color preview on #CCFCCC background

This text has black color on #CCFCCC background.


White color preview on #CCFCCC background

This text has white color on #CCFCCC background.