COLOR #CCF9A7

HEX: #CCF9A7
RGB: (204,249,167)

Color info

#CCF9A7 contains mainly red and green colors. Web safe color of #CCF9A7 is #CCFF99 (or #CF9).

RGB color model

#CCF9A7 color RGB value is (204,249,167).

  • red value is 204;
  • green value is 249;
  • blue value is 167.
RGB:
(204,249,167)
(80%,98%,65%)

RGB channels and saturation

R 204 of 255 = 80%
G 249 of 255 = 98%
B 167 of 255 = 65%

204
249
167

R + G + B ~ 81%. #CCF9A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 249 + 167 = 620 (100%)
R 204 of 620 ~ 32.9%
G 249 of 620 ~ 40.16%
B 167 of 620 ~ 26.94%

%32.9
%40.16
%26.94

CMYK color model

#CCF9A7 color CMYK value is (18,0,33,2).

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 2.35%
CMYK:
(18,0,33,2)
C18M0Y33K2 
(18%,0%,33%,2%)
(0.18/0.00/0.33/0.02)	

CMYK percentages

%18.07
%0
%32.93
%2.35

Codes

Color #CCF9A7 in popluar color models

CCF9A7
RGB204249167
HSL93°87.23%81.57%
HSB/HSV93°32.93%97.65%
CMYK18.07%0.00%32.93%
2.35%

Color #CCF9A7 in popluar number systems.

HEXCCF9A7
Decimal204249167
Binary110011001111100110100111
Octal314371247

Shades and tints

Shades of #CCF9A7

#CCF9A7
(204,249,167)
#BAE398
(186,227,152)
#A8CD89
(168,205,137)
#96B77A
(150,183,122)
#84A16B
(132,161,107)
#728B5C
(114,139,92)
#60754D
(96,117,77)
#4E5F3E
(78,95,62)
#3C492F
(60,73,47)
#2A3320
(42,51,32)
#181D11
(24,29,17)
#000000
(0,0,0)

Tints of #CCF9A7

#CCF9A7
(204,249,167)
#D0F9AF
(208,249,175)
#D4F9B7
(212,249,183)
#D8F9BF
(216,249,191)
#DCF9C7
(220,249,199)
#E0F9CF
(224,249,207)
#E4F9D7
(228,249,215)
#E8F9DF
(232,249,223)
#ECF9E7
(236,249,231)
#F0F9EF
(240,249,239)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF9A7; }

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

This text font color is #CCF9A7.


Background Color

.myBgColor { background-color: #CCF9A7; }

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

This div background color is #CCF9A7.


Border color

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

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

This div border color is #CCF9A7.


Opacity

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

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

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

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

This text has shadow with #CCF9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF9A7 on black background.


Color preview on white background

This text has color #CCF9A7 on white background.



Black color preview on #CCF9A7 background

This text has black color on #CCF9A7 background.


White color preview on #CCF9A7 background

This text has white color on #CCF9A7 background.