COLOR #E3DD97

HEX: #E3DD97 RGB: (227,221,151)

Color info

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

RGB color model

#E3DD97 color RGB value is (227,221,151).

RGB: (227,221,151) (89%, 87%, 59%)

RGB channels and saturation

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

227
221
151

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

Portions of RGB colors in percentages

R + G + B = 227 + 221 + 151 = 599 (100%)
R 227 of 599 ~ 37.9%
G 221 of 599 ~ 36.89%
B 151 of 599 ~ 25.21'%

%37.9
%36.89
%25.21

CMYK color model

#E3DD97 color CMYK value is (0,3,33,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 33.48%
  • key color value is 10.98%
CMYK: (0,3,33,11) C0M3Y33K11 (0%,3%,33%,11%) (0.00/0.03/0.33/0.11) 

CMYK percentages

%0
%2.64
%33.48
%10.98

Codes

Color #E3DD97 in popluar color models

E3 DD 97
RGB 227 221 151
HSL 55° 57.58% 74.12%
HSB/HSV 55° 33.48% 89.02%
CMYK 0.00% 2.64% 33.48%
10.98%

Color #E3DD97 in popluar number systems.

HEX E3 DD 97
Decimal 227 221 151
Binary 11100011 11011101 10010111
Octal 343 335 227

Shades and tints

Shades of #E3DD97

#E3DD97
(227,221,151)
#CFC98A
(207,201,138)
#BBB57D
(187,181,125)
#A7A170
(167,161,112)
#938D63
(147,141,99)
#7F7956
(127,121,86)
#6B6549
(107,101,73)
#57513C
(87,81,60)
#433D2F
(67,61,47)
#2F2922
(47,41,34)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #E3DD97

#E3DD97
(227,221,151)
#E5E0A0
(229,224,160)
#E7E3A9
(231,227,169)
#E9E6B2
(233,230,178)
#EBE9BB
(235,233,187)
#EDECC4
(237,236,196)
#EFEFCD
(239,239,205)
#F1F2D6
(241,242,214)
#F3F5DF
(243,245,223)
#F5F8E8
(245,248,232)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DD97; }

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

This text font color is #E3DD97.

Background Color

.myBgColor { background-color: #E3DD97; }

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

This div background color is #E3DD97.

Border color

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

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

This div border color is #E3DD97.

Opacity

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

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

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

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

This text has shadow with #E3DD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DD97.

Preview

Color preview on black background

This text has color #E3DD97 on black background.


Color preview on white background

This text has color #E3DD97 on white background.


Black color preview on #E3DD97 background

This text has black color on #E3DD97 background.


White color preview on #E3DD97 background

This text has white color on #E3DD97 background.


Related colors

Complementary color

Complementary color for #hex is #1C2268.


I love getcolorcode.com

Triadic colors

1 #97E3DD and #DD97E3 with #E3DD97 are triadic colors.

2 #97DDE3 and #DDE397 with #E3DD97 are triadic colors.