COLOR #CCF3BB

HEX: #CCF3BB RGB: (204,243,187)

Color info

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

RGB color model

#CCF3BB color RGB value is (204,243,187).

RGB: (204,243,187) (80%, 95%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 243 of 255 = 95%
B 187 of 255 = 73%

204
243
187

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

Portions of RGB colors in percentages

R + G + B = 204 + 243 + 187 = 634 (100%)
R 204 of 634 ~ 32.18%
G 243 of 634 ~ 38.33%
B 187 of 634 ~ 29.5'%

%32.18
%38.33
%29.5

CMYK color model

#CCF3BB color CMYK value is (16,0,23,5).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 23.05%
  • key color value is 4.71%

CMYK: (16,0,23,5)
C16M0Y23K5 (16%, 0%, 23%, 5%)
(0.16 / 0.00 / 0.23 / 0.05)

CMYK percentages

%16.05
%0
%23.05
%4.71

Codes

Color #CCF3BB in popluar color models

CC F3 BB
RGB 204 243 187
HSL 102° 70.00% 84.31%
HSB/HSV 102° 23.05% 95.29%
CMYK 16.05% 0.00% 23.05%
4.71%

Color #CCF3BB in popluar number systems.

HEX CC F3 BB
Decimal 204 243 187
Binary 11001100 11110011 10111011
Octal 314 363 273

Shades and tints

Shades of #CCF3BB

#CCF3BB
(204,243,187)
#BADDAA
(186,221,170)
#A8C799
(168,199,153)
#96B188
(150,177,136)
#849B77
(132,155,119)
#728566
(114,133,102)
#606F55
(96,111,85)
#4E5944
(78,89,68)
#3C4333
(60,67,51)
#2A2D22
(42,45,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #CCF3BB

#CCF3BB
(204,243,187)
#D0F4C1
(208,244,193)
#D4F5C7
(212,245,199)
#D8F6CD
(216,246,205)
#DCF7D3
(220,247,211)
#E0F8D9
(224,248,217)
#E4F9DF
(228,249,223)
#E8FAE5
(232,250,229)
#ECFBEB
(236,251,235)
#F0FCF1
(240,252,241)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF3BB; }

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

This text font color is #CCF3BB.

Background Color

.myBgColor { background-color: #CCF3BB; }

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

This div background color is #CCF3BB.

Border color

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

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

This div border color is #CCF3BB.

Opacity

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

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

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

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

This text has shadow with #CCF3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF3BB.

Preview

Color preview on black background

This text has color #CCF3BB on black background.


Color preview on white background

This text has color #CCF3BB on white background.


Black color preview on #CCF3BB background

This text has black color on #CCF3BB background.


White color preview on #CCF3BB background

This text has white color on #CCF3BB background.


Related colors

Complementary color

Complementary color for #hex is #330C44.


I love getcolorcode.com

Triadic colors

1 #BBCCF3 and #F3BBCC with #CCF3BB are triadic colors.

2 #BBF3CC and #F3CCBB with #CCF3BB are triadic colors.