COLOR #DEECC8

HEX: #DEECC8
RGB: (222,236,200)

Color info

#DEECC8 contains red, green and blue colors in about the same proportion. Web safe color of #DEECC8 is #CCFFCC (or #CFC).

RGB color model

#DEECC8 color RGB value is (222,236,200).

  • red value is 222;
  • green value is 236;
  • blue value is 200.
RGB:
(222,236,200)
(87%,93%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 236 of 255 = 93%
B 200 of 255 = 78%

222
236
200

R + G + B ~ 86%. #DEECC8 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 236 + 200 = 658 (100%)
R 222 of 658 ~ 33.74%
G 236 of 658 ~ 35.87%
B 200 of 658 ~ 30.4%

%33.74
%35.87
%30.4

CMYK color model

#DEECC8 color CMYK value is (6,0,15,7).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 7.45%
CMYK:
(6,0,15,7)
C6M0Y15K7 
(6%,0%,15%,7%)
(0.06/0.00/0.15/0.07)	

CMYK percentages

%5.93
%0
%15.25
%7.45

Codes

Color #DEECC8 in popluar color models

DEECC8
RGB222236200
HSL83°48.65%85.49%
HSB/HSV83°15.25%92.55%
CMYK5.93%0.00%15.25%
7.45%

Color #DEECC8 in popluar number systems.

HEXDEECC8
Decimal222236200
Binary110111101110110011001000
Octal336354310

Shades and tints

Shades of #DEECC8

#DEECC8
(222,236,200)
#CAD7B6
(202,215,182)
#B6C2A4
(182,194,164)
#A2AD92
(162,173,146)
#8E9880
(142,152,128)
#7A836E
(122,131,110)
#666E5C
(102,110,92)
#52594A
(82,89,74)
#3E4438
(62,68,56)
#2A2F26
(42,47,38)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #DEECC8

#DEECC8
(222,236,200)
#E1EDCD
(225,237,205)
#E4EED2
(228,238,210)
#E7EFD7
(231,239,215)
#EAF0DC
(234,240,220)
#EDF1E1
(237,241,225)
#F0F2E6
(240,242,230)
#F3F3EB
(243,243,235)
#F6F4F0
(246,244,240)
#F9F5F5
(249,245,245)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEECC8 color. Also use rgb(222,236,200) instead hex code.

Text Font Color

.myTextColor { color: #DEECC8; }

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

This text font color is #DEECC8.


Background Color

.myBgColor { background-color: #DEECC8; }

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

This div background color is #DEECC8.


Border color

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

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

This div border color is #DEECC8.


Opacity

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

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

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

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

This text has shadow with #DEECC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEECC8 on black background.


Color preview on white background

This text has color #DEECC8 on white background.



Black color preview on #DEECC8 background

This text has black color on #DEECC8 background.


White color preview on #DEECC8 background

This text has white color on #DEECC8 background.