COLOR #DEE864

HEX: #DEE864
RGB: (222,232,100)

Color info

#DEE864 contains mainly red and green colors. Web safe color of #DEE864 is #CCFF66 (or #CF6).

RGB color model

#DEE864 color RGB value is (222,232,100).

  • red value is 222;
  • green value is 232;
  • blue value is 100.
RGB:
(222,232,100)
(87%,91%,39%)

RGB channels and saturation

R 222 of 255 = 87%
G 232 of 255 = 91%
B 100 of 255 = 39%

222
232
100

R + G + B ~ 72%. #DEE864 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 232 + 100 = 554 (100%)
R 222 of 554 ~ 40.07%
G 232 of 554 ~ 41.88%
B 100 of 554 ~ 18.05%

%40.07
%41.88
%18.05

CMYK color model

#DEE864 color CMYK value is (4,0,57,9).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 56.90%
  • key color value is 9.02%
CMYK:
(4,0,57,9)
C4M0Y57K9 
(4%,0%,57%,9%)
(0.04/0.00/0.57/0.09)	

CMYK percentages

%4.31
%0
%56.9
%9.02

Codes

Color #DEE864 in popluar color models

DEE864
RGB222232100
HSL65°74.16%65.10%
HSB/HSV65°56.90%90.98%
CMYK4.31%0.00%56.90%
9.02%

Color #DEE864 in popluar number systems.

HEXDEE864
Decimal222232100
Binary11011110111010001100100
Octal336350144

Shades and tints

Shades of #DEE864

#DEE864
(222,232,100)
#CAD35B
(202,211,91)
#B6BE52
(182,190,82)
#A2A949
(162,169,73)
#8E9440
(142,148,64)
#7A7F37
(122,127,55)
#666A2E
(102,106,46)
#525525
(82,85,37)
#3E401C
(62,64,28)
#2A2B13
(42,43,19)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #DEE864

#DEE864
(222,232,100)
#E1EA72
(225,234,114)
#E4EC80
(228,236,128)
#E7EE8E
(231,238,142)
#EAF09C
(234,240,156)
#EDF2AA
(237,242,170)
#F0F4B8
(240,244,184)
#F3F6C6
(243,246,198)
#F6F8D4
(246,248,212)
#F9FAE2
(249,250,226)
#FCFCF0
(252,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE864 color. Also use rgb(222,232,100) instead hex code.

Text Font Color

.myTextColor { color: #DEE864; }

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

This text font color is #DEE864.


Background Color

.myBgColor { background-color: #DEE864; }

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

This div background color is #DEE864.


Border color

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

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

This div border color is #DEE864.


Opacity

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

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

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

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

This text has shadow with #DEE864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE864 on black background.


Color preview on white background

This text has color #DEE864 on white background.



Black color preview on #DEE864 background

This text has black color on #DEE864 background.


White color preview on #DEE864 background

This text has white color on #DEE864 background.