COLOR #DEE47C

HEX: #DEE47C
RGB: (222,228,124)

Color info

#DEE47C contains mainly red and green colors. Web safe color of #DEE47C is #CCCC66 (or #CC6).

RGB color model

#DEE47C color RGB value is (222,228,124).

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

RGB channels and saturation

R 222 of 255 = 87%
G 228 of 255 = 89%
B 124 of 255 = 49%

222
228
124

R + G + B ~ 75%. #DEE47C is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 228 + 124 = 574 (100%)
R 222 of 574 ~ 38.68%
G 228 of 574 ~ 39.72%
B 124 of 574 ~ 21.6%

%38.68
%39.72
%21.6

CMYK color model

#DEE47C color CMYK value is (3,0,46,11).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 10.59%
CMYK:
(3,0,46,11)
C3M0Y46K11 
(3%,0%,46%,11%)
(0.03/0.00/0.46/0.11)	

CMYK percentages

%2.63
%0
%45.61
%10.59

Codes

Color #DEE47C in popluar color models

DEE47C
RGB222228124
HSL63°65.82%69.02%
HSB/HSV63°45.61%89.41%
CMYK2.63%0.00%45.61%
10.59%

Color #DEE47C in popluar number systems.

HEXDEE47C
Decimal222228124
Binary11011110111001001111100
Octal336344174

Shades and tints

Shades of #DEE47C

#DEE47C
(222,228,124)
#CAD071
(202,208,113)
#B6BC66
(182,188,102)
#A2A85B
(162,168,91)
#8E9450
(142,148,80)
#7A8045
(122,128,69)
#666C3A
(102,108,58)
#52582F
(82,88,47)
#3E4424
(62,68,36)
#2A3019
(42,48,25)
#161C0E
(22,28,14)
#000000
(0,0,0)

Tints of #DEE47C

#DEE47C
(222,228,124)
#E1E687
(225,230,135)
#E4E892
(228,232,146)
#E7EA9D
(231,234,157)
#EAECA8
(234,236,168)
#EDEEB3
(237,238,179)
#F0F0BE
(240,240,190)
#F3F2C9
(243,242,201)
#F6F4D4
(246,244,212)
#F9F6DF
(249,246,223)
#FCF8EA
(252,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE47C; }

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

This text font color is #DEE47C.


Background Color

.myBgColor { background-color: #DEE47C; }

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

This div background color is #DEE47C.


Border color

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

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

This div border color is #DEE47C.


Opacity

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

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

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

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

This text has shadow with #DEE47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE47C on black background.


Color preview on white background

This text has color #DEE47C on white background.



Black color preview on #DEE47C background

This text has black color on #DEE47C background.


White color preview on #DEE47C background

This text has white color on #DEE47C background.