COLOR #DEE397

HEX: #DEE397
RGB: (222,227,151)

Color info

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

RGB color model

#DEE397 color RGB value is (222,227,151).

  • red value is 222;
  • green value is 227;
  • blue value is 151.
RGB:
(222,227,151)
(87%,89%,59%)

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 151 of 255 = 59%

222
227
151

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

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 151 = 600 (100%)
R 222 of 600 ~ 37%
G 227 of 600 ~ 37.83%
B 151 of 600 ~ 25.17%

%37
%37.83
%25.17

CMYK color model

#DEE397 color CMYK value is (2,0,33,11).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 10.98%
CMYK:
(2,0,33,11)
C2M0Y33K11 
(2%,0%,33%,11%)
(0.02/0.00/0.33/0.11)	

CMYK percentages

%2.2
%0
%33.48
%10.98

Codes

Color #DEE397 in popluar color models

DEE397
RGB222227151
HSL64°57.58%74.12%
HSB/HSV64°33.48%89.02%
CMYK2.20%0.00%33.48%
10.98%

Color #DEE397 in popluar number systems.

HEXDEE397
Decimal222227151
Binary110111101110001110010111
Octal336343227

Shades and tints

Shades of #DEE397

#DEE397
(222,227,151)
#CACF8A
(202,207,138)
#B6BB7D
(182,187,125)
#A2A770
(162,167,112)
#8E9363
(142,147,99)
#7A7F56
(122,127,86)
#666B49
(102,107,73)
#52573C
(82,87,60)
#3E432F
(62,67,47)
#2A2F22
(42,47,34)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #DEE397

#DEE397
(222,227,151)
#E1E5A0
(225,229,160)
#E4E7A9
(228,231,169)
#E7E9B2
(231,233,178)
#EAEBBB
(234,235,187)
#EDEDC4
(237,237,196)
#F0EFCD
(240,239,205)
#F3F1D6
(243,241,214)
#F6F3DF
(246,243,223)
#F9F5E8
(249,245,232)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE397 color. Also use rgb(222,227,151) instead hex code.

Text Font Color

.myTextColor { color: #DEE397; }

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

This text font color is #DEE397.


Background Color

.myBgColor { background-color: #DEE397; }

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

This div background color is #DEE397.


Border color

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

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

This div border color is #DEE397.


Opacity

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

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

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

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

This text has shadow with #DEE397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE397 on black background.


Color preview on white background

This text has color #DEE397 on white background.



Black color preview on #DEE397 background

This text has black color on #DEE397 background.


White color preview on #DEE397 background

This text has white color on #DEE397 background.