COLOR #CCDEB8

HEX: #CCDEB8 RGB: (204,222,184)

Color info

#CCDEB8 contains red, green and blue colors in about the same proportion. Web safe color of #CCDEB8 is #CCCCCC (or #CCC).

RGB color model

#CCDEB8 color RGB value is (204,222,184).

RGB: (204,222,184) (80%, 87%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 222 of 255 = 87%
B 184 of 255 = 72%

204
222
184

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

Portions of RGB colors in percentages

R + G + B = 204 + 222 + 184 = 610 (100%)
R 204 of 610 ~ 33.44%
G 222 of 610 ~ 36.39%
B 184 of 610 ~ 30.16'%

%33.44
%36.39
%30.16

CMYK color model

#CCDEB8 color CMYK value is (8,0,17,13).

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

CMYK: (8,0,17,13)
C8M0Y17K13 (8%, 0%, 17%, 13%)
(0.08 / 0.00 / 0.17 / 0.13)

CMYK percentages

%8.11
%0
%17.12
%12.94

Codes

Color #CCDEB8 in popluar color models

CC DE B8
RGB 204 222 184
HSL 88° 36.54% 79.61%
HSB/HSV 88° 17.12% 87.06%
CMYK 8.11% 0.00% 17.12%
12.94%

Color #CCDEB8 in popluar number systems.

HEX CC DE B8
Decimal 204 222 184
Binary 11001100 11011110 10111000
Octal 314 336 270

Shades and tints

Shades of #CCDEB8

#CCDEB8
(204,222,184)
#BACAA8
(186,202,168)
#A8B698
(168,182,152)
#96A288
(150,162,136)
#848E78
(132,142,120)
#727A68
(114,122,104)
#606658
(96,102,88)
#4E5248
(78,82,72)
#3C3E38
(60,62,56)
#2A2A28
(42,42,40)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCDEB8

#CCDEB8
(204,222,184)
#D0E1BE
(208,225,190)
#D4E4C4
(212,228,196)
#D8E7CA
(216,231,202)
#DCEAD0
(220,234,208)
#E0EDD6
(224,237,214)
#E4F0DC
(228,240,220)
#E8F3E2
(232,243,226)
#ECF6E8
(236,246,232)
#F0F9EE
(240,249,238)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDEB8; }

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

This text font color is #CCDEB8.

Background Color

.myBgColor { background-color: #CCDEB8; }

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

This div background color is #CCDEB8.

Border color

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

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

This div border color is #CCDEB8.

Opacity

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

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

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

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

This text has shadow with #CCDEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDEB8.

Preview

Color preview on black background

This text has color #CCDEB8 on black background.


Color preview on white background

This text has color #CCDEB8 on white background.


Black color preview on #CCDEB8 background

This text has black color on #CCDEB8 background.


White color preview on #CCDEB8 background

This text has white color on #CCDEB8 background.


Related colors

Complementary color

Complementary color for #hex is #332147.


I love getcolorcode.com

Triadic colors

1 #B8CCDE and #DEB8CC with #CCDEB8 are triadic colors.

2 #B8DECC and #DECCB8 with #CCDEB8 are triadic colors.