COLOR #CCF1AD

HEX: #CCF1AD RGB: (204,241,173)

Color info

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

RGB color model

#CCF1AD color RGB value is (204,241,173).

RGB: (204,241,173) (80%, 95%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 173 of 255 = 68%

204
241
173

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

Portions of RGB colors in percentages

R + G + B = 204 + 241 + 173 = 618 (100%)
R 204 of 618 ~ 33.01%
G 241 of 618 ~ 39%
B 173 of 618 ~ 27.99'%

%33.01
%39
%27.99

CMYK color model

#CCF1AD color CMYK value is (15,0,28,5).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 5.49%

CMYK: (15,0,28,5)
C15M0Y28K5 (15%, 0%, 28%, 5%)
(0.15 / 0.00 / 0.28 / 0.05)

CMYK percentages

%15.35
%0
%28.22
%5.49

Codes

Color #CCF1AD in popluar color models

CC F1 AD
RGB 204 241 173
HSL 93° 70.83% 81.18%
HSB/HSV 93° 28.22% 94.51%
CMYK 15.35% 0.00% 28.22%
5.49%

Color #CCF1AD in popluar number systems.

HEX CC F1 AD
Decimal 204 241 173
Binary 11001100 11110001 10101101
Octal 314 361 255

Shades and tints

Shades of #CCF1AD

#CCF1AD
(204,241,173)
#BADC9E
(186,220,158)
#A8C78F
(168,199,143)
#96B280
(150,178,128)
#849D71
(132,157,113)
#728862
(114,136,98)
#607353
(96,115,83)
#4E5E44
(78,94,68)
#3C4935
(60,73,53)
#2A3426
(42,52,38)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #CCF1AD

#CCF1AD
(204,241,173)
#D0F2B4
(208,242,180)
#D4F3BB
(212,243,187)
#D8F4C2
(216,244,194)
#DCF5C9
(220,245,201)
#E0F6D0
(224,246,208)
#E4F7D7
(228,247,215)
#E8F8DE
(232,248,222)
#ECF9E5
(236,249,229)
#F0FAEC
(240,250,236)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF1AD color. Also use rgb(204,241,173) instead hex code.

Text Font Color

.myTextColor { color: #CCF1AD; }

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

This text font color is #CCF1AD.

Background Color

.myBgColor { background-color: #CCF1AD; }

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

This div background color is #CCF1AD.

Border color

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

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

This div border color is #CCF1AD.

Opacity

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

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

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

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

This text has shadow with #CCF1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF1AD.

Preview

Color preview on black background

This text has color #CCF1AD on black background.


Color preview on white background

This text has color #CCF1AD on white background.


Black color preview on #CCF1AD background

This text has black color on #CCF1AD background.


White color preview on #CCF1AD background

This text has white color on #CCF1AD background.


Related colors

Complementary color

Complementary color for #hex is #330E52.


I love getcolorcode.com

Triadic colors

1 #ADCCF1 and #F1ADCC with #CCF1AD are triadic colors.

2 #ADF1CC and #F1CCAD with #CCF1AD are triadic colors.