COLOR #CCF2C1

HEX: #CCF2C1
RGB: (204,242,193)

Color info

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

RGB color model

#CCF2C1 color RGB value is (204,242,193).

  • red value is 204;
  • green value is 242;
  • blue value is 193.
RGB:
(204,242,193)
(80%,95%,76%)

RGB channels and saturation

R 204 of 255 = 80%
G 242 of 255 = 95%
B 193 of 255 = 76%

204
242
193

R + G + B ~ 84%. #CCF2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 242 + 193 = 639 (100%)
R 204 of 639 ~ 31.92%
G 242 of 639 ~ 37.87%
B 193 of 639 ~ 30.2%

%31.92
%37.87
%30.2

CMYK color model

#CCF2C1 color CMYK value is (16,0,20,5).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 5.10%
CMYK:
(16,0,20,5)
C16M0Y20K5 
(16%,0%,20%,5%)
(0.16/0.00/0.20/0.05)	

CMYK percentages

%15.7
%0
%20.25
%5.1

Codes

Color #CCF2C1 in popluar color models

CCF2C1
RGB204242193
HSL107°65.33%85.29%
HSB/HSV107°20.25%94.90%
CMYK15.70%0.00%20.25%
5.10%

Color #CCF2C1 in popluar number systems.

HEXCCF2C1
Decimal204242193
Binary110011001111001011000001
Octal314362301

Shades and tints

Shades of #CCF2C1

#CCF2C1
(204,242,193)
#BADCB0
(186,220,176)
#A8C69F
(168,198,159)
#96B08E
(150,176,142)
#849A7D
(132,154,125)
#72846C
(114,132,108)
#606E5B
(96,110,91)
#4E584A
(78,88,74)
#3C4239
(60,66,57)
#2A2C28
(42,44,40)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #CCF2C1

#CCF2C1
(204,242,193)
#D0F3C6
(208,243,198)
#D4F4CB
(212,244,203)
#D8F5D0
(216,245,208)
#DCF6D5
(220,246,213)
#E0F7DA
(224,247,218)
#E4F8DF
(228,248,223)
#E8F9E4
(232,249,228)
#ECFAE9
(236,250,233)
#F0FBEE
(240,251,238)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF2C1; }

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

This text font color is #CCF2C1.


Background Color

.myBgColor { background-color: #CCF2C1; }

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

This div background color is #CCF2C1.


Border color

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

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

This div border color is #CCF2C1.


Opacity

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

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

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

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

This text has shadow with #CCF2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF2C1 on black background.


Color preview on white background

This text has color #CCF2C1 on white background.



Black color preview on #CCF2C1 background

This text has black color on #CCF2C1 background.


White color preview on #CCF2C1 background

This text has white color on #CCF2C1 background.