COLOR #CCF5B5

HEX: #CCF5B5
RGB: (204,245,181)

Color info

#CCF5B5 contains mainly red and green colors. Web safe color of #CCF5B5 is #CCFFCC (or #CFC).

RGB color model

#CCF5B5 color RGB value is (204,245,181).

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

RGB channels and saturation

R 204 of 255 = 80%
G 245 of 255 = 96%
B 181 of 255 = 71%

204
245
181

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

Portions of RGB colors in percentages

R + G + B =
204 + 245 + 181 = 630 (100%)
R 204 of 630 ~ 32.38%
G 245 of 630 ~ 38.89%
B 181 of 630 ~ 28.73%

%32.38
%38.89
%28.73

CMYK color model

#CCF5B5 color CMYK value is (17,0,26,4).

  • cyan value is 16.73%
  • magenta value is 0.00%
  • yellow value is 26.12%
  • key color value is 3.92%
CMYK:
(17,0,26,4)
C17M0Y26K4 
(17%,0%,26%,4%)
(0.17/0.00/0.26/0.04)	

CMYK percentages

%16.73
%0
%26.12
%3.92

Codes

Color #CCF5B5 in popluar color models

CCF5B5
RGB204245181
HSL98°76.19%83.53%
HSB/HSV98°26.12%96.08%
CMYK16.73%0.00%26.12%
3.92%

Color #CCF5B5 in popluar number systems.

HEXCCF5B5
Decimal204245181
Binary110011001111010110110101
Octal314365265

Shades and tints

Shades of #CCF5B5

#CCF5B5
(204,245,181)
#BADFA5
(186,223,165)
#A8C995
(168,201,149)
#96B385
(150,179,133)
#849D75
(132,157,117)
#728765
(114,135,101)
#607155
(96,113,85)
#4E5B45
(78,91,69)
#3C4535
(60,69,53)
#2A2F25
(42,47,37)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCF5B5

#CCF5B5
(204,245,181)
#D0F5BB
(208,245,187)
#D4F5C1
(212,245,193)
#D8F5C7
(216,245,199)
#DCF5CD
(220,245,205)
#E0F5D3
(224,245,211)
#E4F5D9
(228,245,217)
#E8F5DF
(232,245,223)
#ECF5E5
(236,245,229)
#F0F5EB
(240,245,235)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF5B5; }

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

This text font color is #CCF5B5.


Background Color

.myBgColor { background-color: #CCF5B5; }

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

This div background color is #CCF5B5.


Border color

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

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

This div border color is #CCF5B5.


Opacity

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

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

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

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

This text has shadow with #CCF5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF5B5 on black background.


Color preview on white background

This text has color #CCF5B5 on white background.



Black color preview on #CCF5B5 background

This text has black color on #CCF5B5 background.


White color preview on #CCF5B5 background

This text has white color on #CCF5B5 background.