COLOR #CCF8B4

HEX: #CCF8B4 RGB: (204,248,180)

Color info

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

RGB color model

#CCF8B4 color RGB value is (204,248,180).

RGB: (204,248,180) (80%, 97%, 71%)

RGB channels and saturation

R 204 of 255 = 80%
G 248 of 255 = 97%
B 180 of 255 = 71%

204
248
180

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

Portions of RGB colors in percentages

R + G + B = 204 + 248 + 180 = 632 (100%)
R 204 of 632 ~ 32.28%
G 248 of 632 ~ 39.24%
B 180 of 632 ~ 28.48'%

%32.28
%39.24
%28.48

CMYK color model

#CCF8B4 color CMYK value is (18,0,27,3).

  • cyan value is 17.74%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 2.75%

CMYK: (18,0,27,3)
C18M0Y27K3 (18%, 0%, 27%, 3%)
(0.18 / 0.00 / 0.27 / 0.03)

CMYK percentages

%17.74
%0
%27.42
%2.75

Codes

Color #CCF8B4 in popluar color models

CC F8 B4
RGB 204 248 180
HSL 99° 82.93% 83.92%
HSB/HSV 99° 27.42% 97.25%
CMYK 17.74% 0.00% 27.42%
2.75%

Color #CCF8B4 in popluar number systems.

HEX CC F8 B4
Decimal 204 248 180
Binary 11001100 11111000 10110100
Octal 314 370 264

Shades and tints

Shades of #CCF8B4

#CCF8B4
(204,248,180)
#BAE2A4
(186,226,164)
#A8CC94
(168,204,148)
#96B684
(150,182,132)
#84A074
(132,160,116)
#728A64
(114,138,100)
#607454
(96,116,84)
#4E5E44
(78,94,68)
#3C4834
(60,72,52)
#2A3224
(42,50,36)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #CCF8B4

#CCF8B4
(204,248,180)
#D0F8BA
(208,248,186)
#D4F8C0
(212,248,192)
#D8F8C6
(216,248,198)
#DCF8CC
(220,248,204)
#E0F8D2
(224,248,210)
#E4F8D8
(228,248,216)
#E8F8DE
(232,248,222)
#ECF8E4
(236,248,228)
#F0F8EA
(240,248,234)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF8B4 color. Also use rgb(204,248,180) instead hex code.

Text Font Color

.myTextColor { color: #CCF8B4; }

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

This text font color is #CCF8B4.

Background Color

.myBgColor { background-color: #CCF8B4; }

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

This div background color is #CCF8B4.

Border color

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

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

This div border color is #CCF8B4.

Opacity

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

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

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

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

This text has shadow with #CCF8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF8B4.

Preview

Color preview on black background

This text has color #CCF8B4 on black background.


Color preview on white background

This text has color #CCF8B4 on white background.


Black color preview on #CCF8B4 background

This text has black color on #CCF8B4 background.


White color preview on #CCF8B4 background

This text has white color on #CCF8B4 background.


Related colors

Complementary color

Complementary color for #hex is #33074B.


I love getcolorcode.com

Triadic colors

1 #B4CCF8 and #F8B4CC with #CCF8B4 are triadic colors.

2 #B4F8CC and #F8CCB4 with #CCF8B4 are triadic colors.