COLOR #CCF7C5

HEX: #CCF7C5
RGB: (204,247,197)

Color info

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

RGB color model

#CCF7C5 color RGB value is (204,247,197).

  • red value is 204;
  • green value is 247;
  • blue value is 197.
RGB:
(204,247,197)
(80%,97%,77%)

RGB channels and saturation

R 204 of 255 = 80%
G 247 of 255 = 97%
B 197 of 255 = 77%

204
247
197

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

Portions of RGB colors in percentages

R + G + B =
204 + 247 + 197 = 648 (100%)
R 204 of 648 ~ 31.48%
G 247 of 648 ~ 38.12%
B 197 of 648 ~ 30.4%

%31.48
%38.12
%30.4

CMYK color model

#CCF7C5 color CMYK value is (17,0,20,3).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 3.14%
CMYK:
(17,0,20,3)
C17M0Y20K3 
(17%,0%,20%,3%)
(0.17/0.00/0.20/0.03)	

CMYK percentages

%17.41
%0
%20.24
%3.14

Codes

Color #CCF7C5 in popluar color models

CCF7C5
RGB204247197
HSL112°75.76%87.06%
HSB/HSV112°20.24%96.86%
CMYK17.41%0.00%20.24%
3.14%

Color #CCF7C5 in popluar number systems.

HEXCCF7C5
Decimal204247197
Binary110011001111011111000101
Octal314367305

Shades and tints

Shades of #CCF7C5

#CCF7C5
(204,247,197)
#BAE1B4
(186,225,180)
#A8CBA3
(168,203,163)
#96B592
(150,181,146)
#849F81
(132,159,129)
#728970
(114,137,112)
#60735F
(96,115,95)
#4E5D4E
(78,93,78)
#3C473D
(60,71,61)
#2A312C
(42,49,44)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #CCF7C5

#CCF7C5
(204,247,197)
#D0F7CA
(208,247,202)
#D4F7CF
(212,247,207)
#D8F7D4
(216,247,212)
#DCF7D9
(220,247,217)
#E0F7DE
(224,247,222)
#E4F7E3
(228,247,227)
#E8F7E8
(232,247,232)
#ECF7ED
(236,247,237)
#F0F7F2
(240,247,242)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF7C5; }

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

This text font color is #CCF7C5.


Background Color

.myBgColor { background-color: #CCF7C5; }

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

This div background color is #CCF7C5.


Border color

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

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

This div border color is #CCF7C5.


Opacity

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

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

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

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

This text has shadow with #CCF7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF7C5 on black background.


Color preview on white background

This text has color #CCF7C5 on white background.



Black color preview on #CCF7C5 background

This text has black color on #CCF7C5 background.


White color preview on #CCF7C5 background

This text has white color on #CCF7C5 background.