COLOR #CCF6B7

HEX: #CCF6B7
RGB: (204,246,183)

Color info

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

RGB color model

#CCF6B7 color RGB value is (204,246,183).

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

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 183 of 255 = 72%

204
246
183

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

Portions of RGB colors in percentages

R + G + B =
204 + 246 + 183 = 633 (100%)
R 204 of 633 ~ 32.23%
G 246 of 633 ~ 38.86%
B 183 of 633 ~ 28.91%

%32.23
%38.86
%28.91

CMYK color model

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

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

CMYK percentages

%17.07
%0
%25.61
%3.53

Codes

Color #CCF6B7 in popluar color models

CCF6B7
RGB204246183
HSL100°77.78%84.12%
HSB/HSV100°25.61%96.47%
CMYK17.07%0.00%25.61%
3.53%

Color #CCF6B7 in popluar number systems.

HEXCCF6B7
Decimal204246183
Binary110011001111011010110111
Octal314366267

Shades and tints

Shades of #CCF6B7

#CCF6B7
(204,246,183)
#BAE0A7
(186,224,167)
#A8CA97
(168,202,151)
#96B487
(150,180,135)
#849E77
(132,158,119)
#728867
(114,136,103)
#607257
(96,114,87)
#4E5C47
(78,92,71)
#3C4637
(60,70,55)
#2A3027
(42,48,39)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #CCF6B7

#CCF6B7
(204,246,183)
#D0F6BD
(208,246,189)
#D4F6C3
(212,246,195)
#D8F6C9
(216,246,201)
#DCF6CF
(220,246,207)
#E0F6D5
(224,246,213)
#E4F6DB
(228,246,219)
#E8F6E1
(232,246,225)
#ECF6E7
(236,246,231)
#F0F6ED
(240,246,237)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6B7; }

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

This text font color is #CCF6B7.


Background Color

.myBgColor { background-color: #CCF6B7; }

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

This div background color is #CCF6B7.


Border color

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

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

This div border color is #CCF6B7.


Opacity

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

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

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

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

This text has shadow with #CCF6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF6B7 on black background.


Color preview on white background

This text has color #CCF6B7 on white background.



Black color preview on #CCF6B7 background

This text has black color on #CCF6B7 background.


White color preview on #CCF6B7 background

This text has white color on #CCF6B7 background.