COLOR #CCF5BD

HEX: #CCF5BD
RGB: (204,245,189)

Color info

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

RGB color model

#CCF5BD color RGB value is (204,245,189).

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

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 189 of 255 = 74%

204
245
189

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

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 189 = 638 (100%)
R 204 of 638 ~ 31.97%
G 245 of 638 ~ 38.4%
B 189 of 638 ~ 29.62%

%31.97
%38.4
%29.62

CMYK color model

#CCF5BD color CMYK value is (17,0,23,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 3.92%
CMYK:
(17,0,23,4)
C17M0Y23K4 
(17%,0%,23%,4%)
(0.17/0.00/0.23/0.04)	

CMYK percentages

%16.73
%0
%22.86
%3.92

Codes

Color #CCF5BD in popluar color models

CCF5BD
RGB204245189
HSL104°73.68%85.10%
HSB/HSV104°22.86%96.08%
CMYK16.73%0.00%22.86%
3.92%

Color #CCF5BD in popluar number systems.

HEXCCF5BD
Decimal204245189
Binary110011001111010110111101
Octal314365275

Shades and tints

Shades of #CCF5BD

#CCF5BD
(204,245,189)
#BADFAC
(186,223,172)
#A8C99B
(168,201,155)
#96B38A
(150,179,138)
#849D79
(132,157,121)
#728768
(114,135,104)
#607157
(96,113,87)
#4E5B46
(78,91,70)
#3C4535
(60,69,53)
#2A2F24
(42,47,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #CCF5BD

#CCF5BD
(204,245,189)
#D0F5C3
(208,245,195)
#D4F5C9
(212,245,201)
#D8F5CF
(216,245,207)
#DCF5D5
(220,245,213)
#E0F5DB
(224,245,219)
#E4F5E1
(228,245,225)
#E8F5E7
(232,245,231)
#ECF5ED
(236,245,237)
#F0F5F3
(240,245,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5BD; }

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

This text font color is #CCF5BD.


Background Color

.myBgColor { background-color: #CCF5BD; }

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

This div background color is #CCF5BD.


Border color

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

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

This div border color is #CCF5BD.


Opacity

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

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

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

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

This text has shadow with #CCF5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5BD on black background.


Color preview on white background

This text has color #CCF5BD on white background.



Black color preview on #CCF5BD background

This text has black color on #CCF5BD background.


White color preview on #CCF5BD background

This text has white color on #CCF5BD background.