COLOR #CCF0B7

HEX: #CCF0B7
RGB: (204,240,183)

Color info

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

RGB color model

#CCF0B7 color RGB value is (204,240,183).

  • red value is 204;
  • green value is 240;
  • blue value is 183.
RGB:
(204,240,183)
(80%,94%,72%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 183 of 255 = 72%

204
240
183

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

Portions of RGB colors in percentages

R + G + B =
204 + 240 + 183 = 627 (100%)
R 204 of 627 ~ 32.54%
G 240 of 627 ~ 38.28%
B 183 of 627 ~ 29.19%

%32.54
%38.28
%29.19

CMYK color model

#CCF0B7 color CMYK value is (15,0,24,6).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 5.88%
CMYK:
(15,0,24,6)
C15M0Y24K6 
(15%,0%,24%,6%)
(0.15/0.00/0.24/0.06)	

CMYK percentages

%15
%0
%23.75
%5.88

Codes

Color #CCF0B7 in popluar color models

CCF0B7
RGB204240183
HSL98°65.52%82.94%
HSB/HSV98°23.75%94.12%
CMYK15.00%0.00%23.75%
5.88%

Color #CCF0B7 in popluar number systems.

HEXCCF0B7
Decimal204240183
Binary110011001111000010110111
Octal314360267

Shades and tints

Shades of #CCF0B7

#CCF0B7
(204,240,183)
#BADBA7
(186,219,167)
#A8C697
(168,198,151)
#96B187
(150,177,135)
#849C77
(132,156,119)
#728767
(114,135,103)
#607257
(96,114,87)
#4E5D47
(78,93,71)
#3C4837
(60,72,55)
#2A3327
(42,51,39)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #CCF0B7

#CCF0B7
(204,240,183)
#D0F1BD
(208,241,189)
#D4F2C3
(212,242,195)
#D8F3C9
(216,243,201)
#DCF4CF
(220,244,207)
#E0F5D5
(224,245,213)
#E4F6DB
(228,246,219)
#E8F7E1
(232,247,225)
#ECF8E7
(236,248,231)
#F0F9ED
(240,249,237)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF0B7 color. Also use rgb(204,240,183) instead hex code.

Text Font Color

.myTextColor { color: #CCF0B7; }

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

This text font color is #CCF0B7.


Background Color

.myBgColor { background-color: #CCF0B7; }

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

This div background color is #CCF0B7.


Border color

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

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

This div border color is #CCF0B7.


Opacity

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

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

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

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

This text has shadow with #CCF0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF0B7 on black background.


Color preview on white background

This text has color #CCF0B7 on white background.



Black color preview on #CCF0B7 background

This text has black color on #CCF0B7 background.


White color preview on #CCF0B7 background

This text has white color on #CCF0B7 background.