COLOR #CCF6BB

HEX: #CCF6BB RGB: (204,246,187)

Color info

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

RGB color model

#CCF6BB color RGB value is (204,246,187).

RGB: (204,246,187) (80%, 96%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 187 of 255 = 73%

204
246
187

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

Portions of RGB colors in percentages

R + G + B = 204 + 246 + 187 = 637 (100%)
R 204 of 637 ~ 32.03%
G 246 of 637 ~ 38.62%
B 187 of 637 ~ 29.36'%

%32.03
%38.62
%29.36

CMYK color model

#CCF6BB color CMYK value is (17,0,24,4).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 3.53%

CMYK: (17,0,24,4)
C17M0Y24K4 (17%, 0%, 24%, 4%)
(0.17 / 0.00 / 0.24 / 0.04)

CMYK percentages

%17.07
%0
%23.98
%3.53

Codes

Color #CCF6BB in popluar color models

CC F6 BB
RGB 204 246 187
HSL 103° 76.62% 84.90%
HSB/HSV 103° 23.98% 96.47%
CMYK 17.07% 0.00% 23.98%
3.53%

Color #CCF6BB in popluar number systems.

HEX CC F6 BB
Decimal 204 246 187
Binary 11001100 11110110 10111011
Octal 314 366 273

Shades and tints

Shades of #CCF6BB

#CCF6BB
(204,246,187)
#BAE0AA
(186,224,170)
#A8CA99
(168,202,153)
#96B488
(150,180,136)
#849E77
(132,158,119)
#728866
(114,136,102)
#607255
(96,114,85)
#4E5C44
(78,92,68)
#3C4633
(60,70,51)
#2A3022
(42,48,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #CCF6BB

#CCF6BB
(204,246,187)
#D0F6C1
(208,246,193)
#D4F6C7
(212,246,199)
#D8F6CD
(216,246,205)
#DCF6D3
(220,246,211)
#E0F6D9
(224,246,217)
#E4F6DF
(228,246,223)
#E8F6E5
(232,246,229)
#ECF6EB
(236,246,235)
#F0F6F1
(240,246,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6BB; }

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

This text font color is #CCF6BB.

Background Color

.myBgColor { background-color: #CCF6BB; }

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

This div background color is #CCF6BB.

Border color

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

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

This div border color is #CCF6BB.

Opacity

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

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

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

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

This text has shadow with #CCF6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF6BB.

Preview

Color preview on black background

This text has color #CCF6BB on black background.


Color preview on white background

This text has color #CCF6BB on white background.


Black color preview on #CCF6BB background

This text has black color on #CCF6BB background.


White color preview on #CCF6BB background

This text has white color on #CCF6BB background.


Related colors

Complementary color

Complementary color for #hex is #330944.


I love getcolorcode.com

Triadic colors

1 #BBCCF6 and #F6BBCC with #CCF6BB are triadic colors.

2 #BBF6CC and #F6CCBB with #CCF6BB are triadic colors.