COLOR #CCF0BA

HEX: #CCF0BA
RGB: (204,240,186)

Color info

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

RGB color model

#CCF0BA color RGB value is (204,240,186).

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

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 186 of 255 = 73%

204
240
186

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

Portions of RGB colors in percentages

R + G + B =
204 + 240 + 186 = 630 (100%)
R 204 of 630 ~ 32.38%
G 240 of 630 ~ 38.1%
B 186 of 630 ~ 29.52%

%32.38
%38.1
%29.52

CMYK color model

#CCF0BA color CMYK value is (15,0,23,6).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 5.88%
CMYK:
(15,0,23,6)
C15M0Y23K6 
(15%,0%,23%,6%)
(0.15/0.00/0.23/0.06)	

CMYK percentages

%15
%0
%22.5
%5.88

Codes

Color #CCF0BA in popluar color models

CCF0BA
RGB204240186
HSL100°64.29%83.53%
HSB/HSV100°22.50%94.12%
CMYK15.00%0.00%22.50%
5.88%

Color #CCF0BA in popluar number systems.

HEXCCF0BA
Decimal204240186
Binary110011001111000010111010
Octal314360272

Shades and tints

Shades of #CCF0BA

#CCF0BA
(204,240,186)
#BADBAA
(186,219,170)
#A8C69A
(168,198,154)
#96B18A
(150,177,138)
#849C7A
(132,156,122)
#72876A
(114,135,106)
#60725A
(96,114,90)
#4E5D4A
(78,93,74)
#3C483A
(60,72,58)
#2A332A
(42,51,42)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #CCF0BA

#CCF0BA
(204,240,186)
#D0F1C0
(208,241,192)
#D4F2C6
(212,242,198)
#D8F3CC
(216,243,204)
#DCF4D2
(220,244,210)
#E0F5D8
(224,245,216)
#E4F6DE
(228,246,222)
#E8F7E4
(232,247,228)
#ECF8EA
(236,248,234)
#F0F9F0
(240,249,240)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0BA; }

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

This text font color is #CCF0BA.


Background Color

.myBgColor { background-color: #CCF0BA; }

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

This div background color is #CCF0BA.


Border color

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

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

This div border color is #CCF0BA.


Opacity

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

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

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

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

This text has shadow with #CCF0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF0BA on black background.


Color preview on white background

This text has color #CCF0BA on white background.



Black color preview on #CCF0BA background

This text has black color on #CCF0BA background.


White color preview on #CCF0BA background

This text has white color on #CCF0BA background.