COLOR #CCFCC2

HEX: #CCFCC2
RGB: (204,252,194)

Color info

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

RGB color model

#CCFCC2 color RGB value is (204,252,194).

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

RGB channels and saturation

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

204
252
194

R + G + B ~ 85%. #CCFCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 252 + 194 = 650 (100%)
R 204 of 650 ~ 31.38%
G 252 of 650 ~ 38.77%
B 194 of 650 ~ 29.85%

%31.38
%38.77
%29.85

CMYK color model

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

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

CMYK percentages

%19.05
%0
%23.02
%1.18

Codes

Color #CCFCC2 in popluar color models

CCFCC2
RGB204252194
HSL110°90.63%87.45%
HSB/HSV110°23.02%98.82%
CMYK19.05%0.00%23.02%
1.18%

Color #CCFCC2 in popluar number systems.

HEXCCFCC2
Decimal204252194
Binary110011001111110011000010
Octal314374302

Shades and tints

Shades of #CCFCC2

#CCFCC2
(204,252,194)
#BAE6B1
(186,230,177)
#A8D0A0
(168,208,160)
#96BA8F
(150,186,143)
#84A47E
(132,164,126)
#728E6D
(114,142,109)
#60785C
(96,120,92)
#4E624B
(78,98,75)
#3C4C3A
(60,76,58)
#2A3629
(42,54,41)
#182018
(24,32,24)
#000000
(0,0,0)

Tints of #CCFCC2

#CCFCC2
(204,252,194)
#D0FCC7
(208,252,199)
#D4FCCC
(212,252,204)
#D8FCD1
(216,252,209)
#DCFCD6
(220,252,214)
#E0FCDB
(224,252,219)
#E4FCE0
(228,252,224)
#E8FCE5
(232,252,229)
#ECFCEA
(236,252,234)
#F0FCEF
(240,252,239)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFCC2; }

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

This text font color is #CCFCC2.


Background Color

.myBgColor { background-color: #CCFCC2; }

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

This div background color is #CCFCC2.


Border color

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

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

This div border color is #CCFCC2.


Opacity

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

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

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

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

This text has shadow with #CCFCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFCC2 on black background.


Color preview on white background

This text has color #CCFCC2 on white background.



Black color preview on #CCFCC2 background

This text has black color on #CCFCC2 background.


White color preview on #CCFCC2 background

This text has white color on #CCFCC2 background.