COLOR #DEE583

HEX: #DEE583
RGB: (222,229,131)

Color info

#DEE583 contains mainly red and green colors. Web safe color of #DEE583 is #CCCC99 (or #CC9).

RGB color model

#DEE583 color RGB value is (222,229,131).

  • red value is 222;
  • green value is 229;
  • blue value is 131.
RGB:
(222,229,131)
(87%,90%,51%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 131 of 255 = 51%

222
229
131

R + G + B ~ 76%. #DEE583 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 229 + 131 = 582 (100%)
R 222 of 582 ~ 38.14%
G 229 of 582 ~ 39.35%
B 131 of 582 ~ 22.51%

%38.14
%39.35
%22.51

CMYK color model

#DEE583 color CMYK value is (3,0,43,10).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 10.20%
CMYK:
(3,0,43,10)
C3M0Y43K10 
(3%,0%,43%,10%)
(0.03/0.00/0.43/0.10)	

CMYK percentages

%3.06
%0
%42.79
%10.2

Codes

Color #DEE583 in popluar color models

DEE583
RGB222229131
HSL64°65.33%70.59%
HSB/HSV64°42.79%89.80%
CMYK3.06%0.00%42.79%
10.20%

Color #DEE583 in popluar number systems.

HEXDEE583
Decimal222229131
Binary110111101110010110000011
Octal336345203

Shades and tints

Shades of #DEE583

#DEE583
(222,229,131)
#CAD178
(202,209,120)
#B6BD6D
(182,189,109)
#A2A962
(162,169,98)
#8E9557
(142,149,87)
#7A814C
(122,129,76)
#666D41
(102,109,65)
#525936
(82,89,54)
#3E452B
(62,69,43)
#2A3120
(42,49,32)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #DEE583

#DEE583
(222,229,131)
#E1E78E
(225,231,142)
#E4E999
(228,233,153)
#E7EBA4
(231,235,164)
#EAEDAF
(234,237,175)
#EDEFBA
(237,239,186)
#F0F1C5
(240,241,197)
#F3F3D0
(243,243,208)
#F6F5DB
(246,245,219)
#F9F7E6
(249,247,230)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE583 color. Also use rgb(222,229,131) instead hex code.

Text Font Color

.myTextColor { color: #DEE583; }

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

This text font color is #DEE583.


Background Color

.myBgColor { background-color: #DEE583; }

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

This div background color is #DEE583.


Border color

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

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

This div border color is #DEE583.


Opacity

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

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

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

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

This text has shadow with #DEE583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE583 on black background.


Color preview on white background

This text has color #DEE583 on white background.



Black color preview on #DEE583 background

This text has black color on #DEE583 background.


White color preview on #DEE583 background

This text has white color on #DEE583 background.