COLOR #DEECE9

HEX: #DEECE9
RGB: (222,236,233)

Color info

#DEECE9 contains red, green and blue colors in about the same proportion. Web safe color of #DEECE9 is #CCFFFF (or #CFF).

RGB color model

#DEECE9 color RGB value is (222,236,233).

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

RGB channels and saturation

R 222 of 255 = 87%
G 236 of 255 = 93%
B 233 of 255 = 91%

222
236
233

R + G + B ~ 90%. #DEECE9 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 236 + 233 = 691 (100%)
R 222 of 691 ~ 32.13%
G 236 of 691 ~ 34.15%
B 233 of 691 ~ 33.72%

%32.13
%34.15
%33.72

CMYK color model

#DEECE9 color CMYK value is (6,0,1,7).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.45%
CMYK:
(6,0,1,7)
C6M0Y1K7 
(6%,0%,1%,7%)
(0.06/0.00/0.01/0.07)	

CMYK percentages

%5.93
%0
%1.27
%7.45

Codes

Color #DEECE9 in popluar color models

DEECE9
RGB222236233
HSL167°26.92%89.80%
HSB/HSV167°5.93%92.55%
CMYK5.93%0.00%1.27%
7.45%

Color #DEECE9 in popluar number systems.

HEXDEECE9
Decimal222236233
Binary110111101110110011101001
Octal336354351

Shades and tints

Shades of #DEECE9

#DEECE9
(222,236,233)
#CAD7D4
(202,215,212)
#B6C2BF
(182,194,191)
#A2ADAA
(162,173,170)
#8E9895
(142,152,149)
#7A8380
(122,131,128)
#666E6B
(102,110,107)
#525956
(82,89,86)
#3E4441
(62,68,65)
#2A2F2C
(42,47,44)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #DEECE9

#DEECE9
(222,236,233)
#E1EDEB
(225,237,235)
#E4EEED
(228,238,237)
#E7EFEF
(231,239,239)
#EAF0F1
(234,240,241)
#EDF1F3
(237,241,243)
#F0F2F5
(240,242,245)
#F3F3F7
(243,243,247)
#F6F4F9
(246,244,249)
#F9F5FB
(249,245,251)
#FCF6FD
(252,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEECE9; }

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

This text font color is #DEECE9.


Background Color

.myBgColor { background-color: #DEECE9; }

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

This div background color is #DEECE9.


Border color

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

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

This div border color is #DEECE9.


Opacity

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

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

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

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

This text has shadow with #DEECE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEECE9 on black background.


Color preview on white background

This text has color #DEECE9 on white background.



Black color preview on #DEECE9 background

This text has black color on #DEECE9 background.


White color preview on #DEECE9 background

This text has white color on #DEECE9 background.