COLOR #DEE4B8

HEX: #DEE4B8
RGB: (222,228,184)

Color info

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

RGB color model

#DEE4B8 color RGB value is (222,228,184).

  • red value is 222;
  • green value is 228;
  • blue value is 184.
RGB:
(222,228,184)
(87%,89%,72%)

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 184 of 255 = 72%

222
228
184

R + G + B ~ 83%. #DEE4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 184 = 634 (100%)
R 222 of 634 ~ 35.02%
G 228 of 634 ~ 35.96%
B 184 of 634 ~ 29.02%

%35.02
%35.96
%29.02

CMYK color model

#DEE4B8 color CMYK value is (3,0,19,11).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 10.59%
CMYK:
(3,0,19,11)
C3M0Y19K11 
(3%,0%,19%,11%)
(0.03/0.00/0.19/0.11)	

CMYK percentages

%2.63
%0
%19.3
%10.59

Codes

Color #DEE4B8 in popluar color models

DEE4B8
RGB222228184
HSL68°44.90%80.78%
HSB/HSV68°19.30%89.41%
CMYK2.63%0.00%19.30%
10.59%

Color #DEE4B8 in popluar number systems.

HEXDEE4B8
Decimal222228184
Binary110111101110010010111000
Octal336344270

Shades and tints

Shades of #DEE4B8

#DEE4B8
(222,228,184)
#CAD0A8
(202,208,168)
#B6BC98
(182,188,152)
#A2A888
(162,168,136)
#8E9478
(142,148,120)
#7A8068
(122,128,104)
#666C58
(102,108,88)
#525848
(82,88,72)
#3E4438
(62,68,56)
#2A3028
(42,48,40)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #DEE4B8

#DEE4B8
(222,228,184)
#E1E6BE
(225,230,190)
#E4E8C4
(228,232,196)
#E7EACA
(231,234,202)
#EAECD0
(234,236,208)
#EDEED6
(237,238,214)
#F0F0DC
(240,240,220)
#F3F2E2
(243,242,226)
#F6F4E8
(246,244,232)
#F9F6EE
(249,246,238)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE4B8; }

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

This text font color is #DEE4B8.


Background Color

.myBgColor { background-color: #DEE4B8; }

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

This div background color is #DEE4B8.


Border color

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

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

This div border color is #DEE4B8.


Opacity

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

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

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

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

This text has shadow with #DEE4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE4B8 on black background.


Color preview on white background

This text has color #DEE4B8 on white background.



Black color preview on #DEE4B8 background

This text has black color on #DEE4B8 background.


White color preview on #DEE4B8 background

This text has white color on #DEE4B8 background.