COLOR #CCF1BB

HEX: #CCF1BB
RGB: (204,241,187)

Color info

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

RGB color model

#CCF1BB color RGB value is (204,241,187).

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

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 187 of 255 = 73%

204
241
187

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

Portions of RGB colors in percentages

R + G + B =
204 + 241 + 187 = 632 (100%)
R 204 of 632 ~ 32.28%
G 241 of 632 ~ 38.13%
B 187 of 632 ~ 29.59%

%32.28
%38.13
%29.59

CMYK color model

#CCF1BB color CMYK value is (15,0,22,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(15,0,22,5)
C15M0Y22K5 
(15%,0%,22%,5%)
(0.15/0.00/0.22/0.05)	

CMYK percentages

%15.35
%0
%22.41
%5.49

Codes

Color #CCF1BB in popluar color models

CCF1BB
RGB204241187
HSL101°65.85%83.92%
HSB/HSV101°22.41%94.51%
CMYK15.35%0.00%22.41%
5.49%

Color #CCF1BB in popluar number systems.

HEXCCF1BB
Decimal204241187
Binary110011001111000110111011
Octal314361273

Shades and tints

Shades of #CCF1BB

#CCF1BB
(204,241,187)
#BADCAA
(186,220,170)
#A8C799
(168,199,153)
#96B288
(150,178,136)
#849D77
(132,157,119)
#728866
(114,136,102)
#607355
(96,115,85)
#4E5E44
(78,94,68)
#3C4933
(60,73,51)
#2A3422
(42,52,34)
#181F11
(24,31,17)
#000000
(0,0,0)

Tints of #CCF1BB

#CCF1BB
(204,241,187)
#D0F2C1
(208,242,193)
#D4F3C7
(212,243,199)
#D8F4CD
(216,244,205)
#DCF5D3
(220,245,211)
#E0F6D9
(224,246,217)
#E4F7DF
(228,247,223)
#E8F8E5
(232,248,229)
#ECF9EB
(236,249,235)
#F0FAF1
(240,250,241)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF1BB; }

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

This text font color is #CCF1BB.


Background Color

.myBgColor { background-color: #CCF1BB; }

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

This div background color is #CCF1BB.


Border color

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

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

This div border color is #CCF1BB.


Opacity

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

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

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

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

This text has shadow with #CCF1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF1BB on black background.


Color preview on white background

This text has color #CCF1BB on white background.



Black color preview on #CCF1BB background

This text has black color on #CCF1BB background.


White color preview on #CCF1BB background

This text has white color on #CCF1BB background.