COLOR #DEE983

HEX: #DEE983
RGB: (222,233,131)

Color info

#DEE983 contains mainly red and green colors. Web safe color of #DEE983 is #CCFF99 (or #CF9).

RGB color model

#DEE983 color RGB value is (222,233,131).

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

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 131 of 255 = 51%

222
233
131

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

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 131 = 586 (100%)
R 222 of 586 ~ 37.88%
G 233 of 586 ~ 39.76%
B 131 of 586 ~ 22.35%

%37.88
%39.76
%22.35

CMYK color model

#DEE983 color CMYK value is (5,0,44,9).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 8.63%
CMYK:
(5,0,44,9)
C5M0Y44K9 
(5%,0%,44%,9%)
(0.05/0.00/0.44/0.09)	

CMYK percentages

%4.72
%0
%43.78
%8.63

Codes

Color #DEE983 in popluar color models

DEE983
RGB222233131
HSL66°69.86%71.37%
HSB/HSV66°43.78%91.37%
CMYK4.72%0.00%43.78%
8.63%

Color #DEE983 in popluar number systems.

HEXDEE983
Decimal222233131
Binary110111101110100110000011
Octal336351203

Shades and tints

Shades of #DEE983

#DEE983
(222,233,131)
#CAD478
(202,212,120)
#B6BF6D
(182,191,109)
#A2AA62
(162,170,98)
#8E9557
(142,149,87)
#7A804C
(122,128,76)
#666B41
(102,107,65)
#525636
(82,86,54)
#3E412B
(62,65,43)
#2A2C20
(42,44,32)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #DEE983

#DEE983
(222,233,131)
#E1EB8E
(225,235,142)
#E4ED99
(228,237,153)
#E7EFA4
(231,239,164)
#EAF1AF
(234,241,175)
#EDF3BA
(237,243,186)
#F0F5C5
(240,245,197)
#F3F7D0
(243,247,208)
#F6F9DB
(246,249,219)
#F9FBE6
(249,251,230)
#FCFDF1
(252,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE983; }

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

This text font color is #DEE983.


Background Color

.myBgColor { background-color: #DEE983; }

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

This div background color is #DEE983.


Border color

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

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

This div border color is #DEE983.


Opacity

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

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

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

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

This text has shadow with #DEE983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE983 on black background.


Color preview on white background

This text has color #DEE983 on white background.



Black color preview on #DEE983 background

This text has black color on #DEE983 background.


White color preview on #DEE983 background

This text has white color on #DEE983 background.