COLOR #DEE098

HEX: #DEE098
RGB: (222,224,152)

Color info

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

RGB color model

#DEE098 color RGB value is (222,224,152).

  • red value is 222;
  • green value is 224;
  • blue value is 152.
RGB:
(222,224,152)
(87%,88%,60%)

RGB channels and saturation

R 222 of 255 = 87%
G 224 of 255 = 88%
B 152 of 255 = 60%

222
224
152

R + G + B ~ 78%. #DEE098 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 224 + 152 = 598 (100%)
R 222 of 598 ~ 37.12%
G 224 of 598 ~ 37.46%
B 152 of 598 ~ 25.42%

%37.12
%37.46
%25.42

CMYK color model

#DEE098 color CMYK value is (1,0,32,12).

  • cyan value is 0.89%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 12.16%
CMYK:
(1,0,32,12)
C1M0Y32K12 
(1%,0%,32%,12%)
(0.01/0.00/0.32/0.12)	

CMYK percentages

%0.89
%0
%32.14
%12.16

Codes

Color #DEE098 in popluar color models

DEE098
RGB222224152
HSL62°53.73%73.73%
HSB/HSV62°32.14%87.84%
CMYK0.89%0.00%32.14%
12.16%

Color #DEE098 in popluar number systems.

HEXDEE098
Decimal222224152
Binary110111101110000010011000
Octal336340230

Shades and tints

Shades of #DEE098

#DEE098
(222,224,152)
#CACC8B
(202,204,139)
#B6B87E
(182,184,126)
#A2A471
(162,164,113)
#8E9064
(142,144,100)
#7A7C57
(122,124,87)
#66684A
(102,104,74)
#52543D
(82,84,61)
#3E4030
(62,64,48)
#2A2C23
(42,44,35)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #DEE098

#DEE098
(222,224,152)
#E1E2A1
(225,226,161)
#E4E4AA
(228,228,170)
#E7E6B3
(231,230,179)
#EAE8BC
(234,232,188)
#EDEAC5
(237,234,197)
#F0ECCE
(240,236,206)
#F3EED7
(243,238,215)
#F6F0E0
(246,240,224)
#F9F2E9
(249,242,233)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE098 color. Also use rgb(222,224,152) instead hex code.

Text Font Color

.myTextColor { color: #DEE098; }

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

This text font color is #DEE098.


Background Color

.myBgColor { background-color: #DEE098; }

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

This div background color is #DEE098.


Border color

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

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

This div border color is #DEE098.


Opacity

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

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

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

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

This text has shadow with #DEE098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE098 on black background.


Color preview on white background

This text has color #DEE098 on white background.



Black color preview on #DEE098 background

This text has black color on #DEE098 background.


White color preview on #DEE098 background

This text has white color on #DEE098 background.