COLOR #CCDEB1

HEX: #CCDEB1 RGB: (204,222,177)

Color info

#CCDEB1 contains red, green and blue colors in about the same proportion. Web safe color of #CCDEB1 is #CCCC99 (or #CC9).

RGB color model

#CCDEB1 color RGB value is (204,222,177).

RGB: (204,222,177) (80%, 87%, 69%)

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 177 of 255 = 69%

204
222
177

R + G + B ~ 79%. #CCDEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 222 + 177 = 603 (100%)
R 204 of 603 ~ 33.83%
G 222 of 603 ~ 36.82%
B 177 of 603 ~ 29.35'%

%33.83
%36.82
%29.35

CMYK color model

#CCDEB1 color CMYK value is (8,0,20,13).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • key color value is 12.94%

CMYK: (8,0,20,13)
C8M0Y20K13 (8%, 0%, 20%, 13%)
(0.08 / 0.00 / 0.20 / 0.13)

CMYK percentages

%8.11
%0
%20.27
%12.94

Codes

Color #CCDEB1 in popluar color models

CC DE B1
RGB 204 222 177
HSL 84° 40.54% 78.24%
HSB/HSV 84° 20.27% 87.06%
CMYK 8.11% 0.00% 20.27%
12.94%

Color #CCDEB1 in popluar number systems.

HEX CC DE B1
Decimal 204 222 177
Binary 11001100 11011110 10110001
Octal 314 336 261

Shades and tints

Shades of #CCDEB1

#CCDEB1
(204,222,177)
#BACAA1
(186,202,161)
#A8B691
(168,182,145)
#96A281
(150,162,129)
#848E71
(132,142,113)
#727A61
(114,122,97)
#606651
(96,102,81)
#4E5241
(78,82,65)
#3C3E31
(60,62,49)
#2A2A21
(42,42,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #CCDEB1

#CCDEB1
(204,222,177)
#D0E1B8
(208,225,184)
#D4E4BF
(212,228,191)
#D8E7C6
(216,231,198)
#DCEACD
(220,234,205)
#E0EDD4
(224,237,212)
#E4F0DB
(228,240,219)
#E8F3E2
(232,243,226)
#ECF6E9
(236,246,233)
#F0F9F0
(240,249,240)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDEB1 color. Also use rgb(204,222,177) instead hex code.

Text Font Color

.myTextColor { color: #CCDEB1; }

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

This text font color is #CCDEB1.

Background Color

.myBgColor { background-color: #CCDEB1; }

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

This div background color is #CCDEB1.

Border color

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

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

This div border color is #CCDEB1.

Opacity

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

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

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

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

This text has shadow with #CCDEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDEB1.

Preview

Color preview on black background

This text has color #CCDEB1 on black background.


Color preview on white background

This text has color #CCDEB1 on white background.


Black color preview on #CCDEB1 background

This text has black color on #CCDEB1 background.


White color preview on #CCDEB1 background

This text has white color on #CCDEB1 background.


Related colors

Complementary color

Complementary color for #hex is #33214E.


I love getcolorcode.com

Triadic colors

1 #B1CCDE and #DEB1CC with #CCDEB1 are triadic colors.

2 #B1DECC and #DECCB1 with #CCDEB1 are triadic colors.