COLOR #CCF5B9

HEX: #CCF5B9
RGB: (204,245,185)

Color info

#CCF5B9 contains mainly red and green colors. Web safe color of #CCF5B9 is #CCFFCC (or #CFC).

RGB color model

#CCF5B9 color RGB value is (204,245,185).

  • red value is 204;
  • green value is 245;
  • blue value is 185.
RGB:
(204,245,185)
(80%,96%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 185 of 255 = 73%

204
245
185

R + G + B ~ 83%. #CCF5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 185 = 634 (100%)
R 204 of 634 ~ 32.18%
G 245 of 634 ~ 38.64%
B 185 of 634 ~ 29.18%

%32.18
%38.64
%29.18

CMYK color model

#CCF5B9 color CMYK value is (17,0,24,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 3.92%
CMYK:
(17,0,24,4)
C17M0Y24K4 
(17%,0%,24%,4%)
(0.17/0.00/0.24/0.04)	

CMYK percentages

%16.73
%0
%24.49
%3.92

Codes

Color #CCF5B9 in popluar color models

CCF5B9
RGB204245185
HSL101°75.00%84.31%
HSB/HSV101°24.49%96.08%
CMYK16.73%0.00%24.49%
3.92%

Color #CCF5B9 in popluar number systems.

HEXCCF5B9
Decimal204245185
Binary110011001111010110111001
Octal314365271

Shades and tints

Shades of #CCF5B9

#CCF5B9
(204,245,185)
#BADFA9
(186,223,169)
#A8C999
(168,201,153)
#96B389
(150,179,137)
#849D79
(132,157,121)
#728769
(114,135,105)
#607159
(96,113,89)
#4E5B49
(78,91,73)
#3C4539
(60,69,57)
#2A2F29
(42,47,41)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCF5B9

#CCF5B9
(204,245,185)
#D0F5BF
(208,245,191)
#D4F5C5
(212,245,197)
#D8F5CB
(216,245,203)
#DCF5D1
(220,245,209)
#E0F5D7
(224,245,215)
#E4F5DD
(228,245,221)
#E8F5E3
(232,245,227)
#ECF5E9
(236,245,233)
#F0F5EF
(240,245,239)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5B9; }

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

This text font color is #CCF5B9.


Background Color

.myBgColor { background-color: #CCF5B9; }

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

This div background color is #CCF5B9.


Border color

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

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

This div border color is #CCF5B9.


Opacity

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

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

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

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

This text has shadow with #CCF5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5B9 on black background.


Color preview on white background

This text has color #CCF5B9 on white background.



Black color preview on #CCF5B9 background

This text has black color on #CCF5B9 background.


White color preview on #CCF5B9 background

This text has white color on #CCF5B9 background.