COLOR #CCF1B8

HEX: #CCF1B8
RGB: (204,241,184)

Color info

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

RGB color model

#CCF1B8 color RGB value is (204,241,184).

  • red value is 204;
  • green value is 241;
  • blue value is 184.
RGB:
(204,241,184)
(80%,95%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 184 of 255 = 72%

204
241
184

R + G + B ~ 82%. #CCF1B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 241 + 184 = 629 (100%)
R 204 of 629 ~ 32.43%
G 241 of 629 ~ 38.31%
B 184 of 629 ~ 29.25%

%32.43
%38.31
%29.25

CMYK color model

#CCF1B8 color CMYK value is (15,0,24,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 5.49%
CMYK:
(15,0,24,5)
C15M0Y24K5 
(15%,0%,24%,5%)
(0.15/0.00/0.24/0.05)	

CMYK percentages

%15.35
%0
%23.65
%5.49

Codes

Color #CCF1B8 in popluar color models

CCF1B8
RGB204241184
HSL99°67.06%83.33%
HSB/HSV99°23.65%94.51%
CMYK15.35%0.00%23.65%
5.49%

Color #CCF1B8 in popluar number systems.

HEXCCF1B8
Decimal204241184
Binary110011001111000110111000
Octal314361270

Shades and tints

Shades of #CCF1B8

#CCF1B8
(204,241,184)
#BADCA8
(186,220,168)
#A8C798
(168,199,152)
#96B288
(150,178,136)
#849D78
(132,157,120)
#728868
(114,136,104)
#607358
(96,115,88)
#4E5E48
(78,94,72)
#3C4938
(60,73,56)
#2A3428
(42,52,40)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #CCF1B8

#CCF1B8
(204,241,184)
#D0F2BE
(208,242,190)
#D4F3C4
(212,243,196)
#D8F4CA
(216,244,202)
#DCF5D0
(220,245,208)
#E0F6D6
(224,246,214)
#E4F7DC
(228,247,220)
#E8F8E2
(232,248,226)
#ECF9E8
(236,249,232)
#F0FAEE
(240,250,238)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF1B8 color. Also use rgb(204,241,184) instead hex code.

Text Font Color

.myTextColor { color: #CCF1B8; }

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

This text font color is #CCF1B8.


Background Color

.myBgColor { background-color: #CCF1B8; }

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

This div background color is #CCF1B8.


Border color

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

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

This div border color is #CCF1B8.


Opacity

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

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

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

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

This text has shadow with #CCF1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF1B8 on black background.


Color preview on white background

This text has color #CCF1B8 on white background.



Black color preview on #CCF1B8 background

This text has black color on #CCF1B8 background.


White color preview on #CCF1B8 background

This text has white color on #CCF1B8 background.