COLOR #CCF0AC

HEX: #CCF0AC RGB: (204,240,172)

Color info

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

RGB color model

#CCF0AC color RGB value is (204,240,172).

RGB: (204,240,172) (80%, 94%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 240 of 255 = 94%
B 172 of 255 = 67%

204
240
172

R + G + B ~ 80%. #CCF0AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 240 + 172 = 616 (100%)
R 204 of 616 ~ 33.12%
G 240 of 616 ~ 38.96%
B 172 of 616 ~ 27.92'%

%33.12
%38.96
%27.92

CMYK color model

#CCF0AC color CMYK value is (15,0,28,6).

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

CMYK: (15,0,28,6)
C15M0Y28K6 (15%, 0%, 28%, 6%)
(0.15 / 0.00 / 0.28 / 0.06)

CMYK percentages

%15
%0
%28.33
%5.88

Codes

Color #CCF0AC in popluar color models

CC F0 AC
RGB 204 240 172
HSL 92° 69.39% 80.78%
HSB/HSV 92° 28.33% 94.12%
CMYK 15.00% 0.00% 28.33%
5.88%

Color #CCF0AC in popluar number systems.

HEX CC F0 AC
Decimal 204 240 172
Binary 11001100 11110000 10101100
Octal 314 360 254

Shades and tints

Shades of #CCF0AC

#CCF0AC
(204,240,172)
#BADB9D
(186,219,157)
#A8C68E
(168,198,142)
#96B17F
(150,177,127)
#849C70
(132,156,112)
#728761
(114,135,97)
#607252
(96,114,82)
#4E5D43
(78,93,67)
#3C4834
(60,72,52)
#2A3325
(42,51,37)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #CCF0AC

#CCF0AC
(204,240,172)
#D0F1B3
(208,241,179)
#D4F2BA
(212,242,186)
#D8F3C1
(216,243,193)
#DCF4C8
(220,244,200)
#E0F5CF
(224,245,207)
#E4F6D6
(228,246,214)
#E8F7DD
(232,247,221)
#ECF8E4
(236,248,228)
#F0F9EB
(240,249,235)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF0AC; }

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

This text font color is #CCF0AC.

Background Color

.myBgColor { background-color: #CCF0AC; }

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

This div background color is #CCF0AC.

Border color

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

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

This div border color is #CCF0AC.

Opacity

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

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

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

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

This text has shadow with #CCF0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF0AC.

Preview

Color preview on black background

This text has color #CCF0AC on black background.


Color preview on white background

This text has color #CCF0AC on white background.


Black color preview on #CCF0AC background

This text has black color on #CCF0AC background.


White color preview on #CCF0AC background

This text has white color on #CCF0AC background.


Related colors

Complementary color

Complementary color for #hex is #330F53.


I love getcolorcode.com

Triadic colors

1 #ACCCF0 and #F0ACCC with #CCF0AC are triadic colors.

2 #ACF0CC and #F0CCAC with #CCF0AC are triadic colors.