COLOR #DEE17E

HEX: #DEE17E RGB: (222,225,126)

Color info

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

RGB color model

#DEE17E color RGB value is (222,225,126).

RGB: (222,225,126) (87%, 88%, 49%)

RGB channels and saturation

R 222 of 255 = 87%
G 225 of 255 = 88%
B 126 of 255 = 49%

222
225
126

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

Portions of RGB colors in percentages

R + G + B = 222 + 225 + 126 = 573 (100%)
R 222 of 573 ~ 38.74%
G 225 of 573 ~ 39.27%
B 126 of 573 ~ 21.99'%

%38.74
%39.27
%21.99

CMYK color model

#DEE17E color CMYK value is (1,0,44,12).

  • cyan value is 1.33%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 11.76%

CMYK: (1,0,44,12)
C1M0Y44K12 (1%, 0%, 44%, 12%)
(0.01 / 0.00 / 0.44 / 0.12)

CMYK percentages

%1.33
%0
%44
%11.76

Codes

Color #DEE17E in popluar color models

DE E1 7E
RGB 222 225 126
HSL 62° 62.26% 68.82%
HSB/HSV 62° 44.00% 88.24%
CMYK 1.33% 0.00% 44.00%
11.76%

Color #DEE17E in popluar number systems.

HEX DE E1 7E
Decimal 222 225 126
Binary 11011110 11100001 1111110
Octal 336 341 176

Shades and tints

Shades of #DEE17E

#DEE17E
(222,225,126)
#CACD73
(202,205,115)
#B6B968
(182,185,104)
#A2A55D
(162,165,93)
#8E9152
(142,145,82)
#7A7D47
(122,125,71)
#66693C
(102,105,60)
#525531
(82,85,49)
#3E4126
(62,65,38)
#2A2D1B
(42,45,27)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #DEE17E

#DEE17E
(222,225,126)
#E1E389
(225,227,137)
#E4E594
(228,229,148)
#E7E79F
(231,231,159)
#EAE9AA
(234,233,170)
#EDEBB5
(237,235,181)
#F0EDC0
(240,237,192)
#F3EFCB
(243,239,203)
#F6F1D6
(246,241,214)
#F9F3E1
(249,243,225)
#FCF5EC
(252,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE17E color. Also use rgb(222,225,126) instead hex code.

Text Font Color

.myTextColor { color: #DEE17E; }

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

This text font color is #DEE17E.

Background Color

.myBgColor { background-color: #DEE17E; }

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

This div background color is #DEE17E.

Border color

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

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

This div border color is #DEE17E.

Opacity

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

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

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

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

This text has shadow with #DEE17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE17E.

Preview

Color preview on black background

This text has color #DEE17E on black background.


Color preview on white background

This text has color #DEE17E on white background.


Black color preview on #DEE17E background

This text has black color on #DEE17E background.


White color preview on #DEE17E background

This text has white color on #DEE17E background.


Related colors

Complementary color

Complementary color for #hex is #211E81.


I love getcolorcode.com

Triadic colors

1 #7EDEE1 and #E17EDE with #DEE17E are triadic colors.

2 #7EE1DE and #E1DE7E with #DEE17E are triadic colors.