COLOR #CCF0B0

HEX: #CCF0B0 RGB: (204,240,176)

Color info

#CCF0B0 contains mainly red and green colors. Web safe color of #CCF0B0 is #CCFF99 (or #CF9).

RGB color model

#CCF0B0 color RGB value is (204,240,176).

RGB: (204,240,176) (80%, 94%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 176 of 255 = 69%

204
240
176

R + G + B ~ 81%. #CCF0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 240 + 176 = 620 (100%)
R 204 of 620 ~ 32.9%
G 240 of 620 ~ 38.71%
B 176 of 620 ~ 28.39'%

%32.9
%38.71
%28.39

CMYK color model

#CCF0B0 color CMYK value is (15,0,27,6).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 5.88%

CMYK: (15,0,27,6)
C15M0Y27K6 (15%, 0%, 27%, 6%)
(0.15 / 0.00 / 0.27 / 0.06)

CMYK percentages

%15
%0
%26.67
%5.88

Codes

Color #CCF0B0 in popluar color models

CC F0 B0
RGB 204 240 176
HSL 94° 68.09% 81.57%
HSB/HSV 94° 26.67% 94.12%
CMYK 15.00% 0.00% 26.67%
5.88%

Color #CCF0B0 in popluar number systems.

HEX CC F0 B0
Decimal 204 240 176
Binary 11001100 11110000 10110000
Octal 314 360 260

Shades and tints

Shades of #CCF0B0

#CCF0B0
(204,240,176)
#BADBA0
(186,219,160)
#A8C690
(168,198,144)
#96B180
(150,177,128)
#849C70
(132,156,112)
#728760
(114,135,96)
#607250
(96,114,80)
#4E5D40
(78,93,64)
#3C4830
(60,72,48)
#2A3320
(42,51,32)
#181E10
(24,30,16)
#000000
(0,0,0)

Tints of #CCF0B0

#CCF0B0
(204,240,176)
#D0F1B7
(208,241,183)
#D4F2BE
(212,242,190)
#D8F3C5
(216,243,197)
#DCF4CC
(220,244,204)
#E0F5D3
(224,245,211)
#E4F6DA
(228,246,218)
#E8F7E1
(232,247,225)
#ECF8E8
(236,248,232)
#F0F9EF
(240,249,239)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF0B0 color. Also use rgb(204,240,176) instead hex code.

Text Font Color

.myTextColor { color: #CCF0B0; }

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

This text font color is #CCF0B0.

Background Color

.myBgColor { background-color: #CCF0B0; }

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

This div background color is #CCF0B0.

Border color

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

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

This div border color is #CCF0B0.

Opacity

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

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

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

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

This text has shadow with #CCF0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF0B0.

Preview

Color preview on black background

This text has color #CCF0B0 on black background.


Color preview on white background

This text has color #CCF0B0 on white background.


Black color preview on #CCF0B0 background

This text has black color on #CCF0B0 background.


White color preview on #CCF0B0 background

This text has white color on #CCF0B0 background.


Related colors

Complementary color

Complementary color for #hex is #330F4F.


I love getcolorcode.com

Triadic colors

1 #B0CCF0 and #F0B0CC with #CCF0B0 are triadic colors.

2 #B0F0CC and #F0CCB0 with #CCF0B0 are triadic colors.