COLOR #CCF1AB

HEX: #CCF1AB RGB: (204,241,171)

Color info

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

RGB color model

#CCF1AB color RGB value is (204,241,171).

RGB: (204,241,171) (80%, 95%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 241 of 255 = 95%
B 171 of 255 = 67%

204
241
171

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

Portions of RGB colors in percentages

R + G + B = 204 + 241 + 171 = 616 (100%)
R 204 of 616 ~ 33.12%
G 241 of 616 ~ 39.12%
B 171 of 616 ~ 27.76'%

%33.12
%39.12
%27.76

CMYK color model

#CCF1AB color CMYK value is (15,0,29,5).

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

CMYK: (15,0,29,5)
C15M0Y29K5 (15%, 0%, 29%, 5%)
(0.15 / 0.00 / 0.29 / 0.05)

CMYK percentages

%15.35
%0
%29.05
%5.49

Codes

Color #CCF1AB in popluar color models

CC F1 AB
RGB 204 241 171
HSL 92° 71.43% 80.78%
HSB/HSV 92° 29.05% 94.51%
CMYK 15.35% 0.00% 29.05%
5.49%

Color #CCF1AB in popluar number systems.

HEX CC F1 AB
Decimal 204 241 171
Binary 11001100 11110001 10101011
Octal 314 361 253

Shades and tints

Shades of #CCF1AB

#CCF1AB
(204,241,171)
#BADC9C
(186,220,156)
#A8C78D
(168,199,141)
#96B27E
(150,178,126)
#849D6F
(132,157,111)
#728860
(114,136,96)
#607351
(96,115,81)
#4E5E42
(78,94,66)
#3C4933
(60,73,51)
#2A3424
(42,52,36)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #CCF1AB

#CCF1AB
(204,241,171)
#D0F2B2
(208,242,178)
#D4F3B9
(212,243,185)
#D8F4C0
(216,244,192)
#DCF5C7
(220,245,199)
#E0F6CE
(224,246,206)
#E4F7D5
(228,247,213)
#E8F8DC
(232,248,220)
#ECF9E3
(236,249,227)
#F0FAEA
(240,250,234)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF1AB; }

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

This text font color is #CCF1AB.

Background Color

.myBgColor { background-color: #CCF1AB; }

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

This div background color is #CCF1AB.

Border color

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

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

This div border color is #CCF1AB.

Opacity

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

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

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

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

This text has shadow with #CCF1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF1AB.

Preview

Color preview on black background

This text has color #CCF1AB on black background.


Color preview on white background

This text has color #CCF1AB on white background.


Black color preview on #CCF1AB background

This text has black color on #CCF1AB background.


White color preview on #CCF1AB background

This text has white color on #CCF1AB background.


Related colors

Complementary color

Complementary color for #hex is #330E54.


I love getcolorcode.com

Triadic colors

1 #ABCCF1 and #F1ABCC with #CCF1AB are triadic colors.

2 #ABF1CC and #F1CCAB with #CCF1AB are triadic colors.