COLOR #EDE7AB

HEX: #EDE7AB
RGB: (237,231,171)

Color info

#EDE7AB contains mainly red and green colors. Web safe color of #EDE7AB is #FFFF99 (or #FF9).

RGB color model

#EDE7AB color RGB value is (237,231,171).

  • red value is 237;
  • green value is 231;
  • blue value is 171.
RGB:
(237,231,171)
(93%,91%,67%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 171 of 255 = 67%

237
231
171

R + G + B ~ 84%. #EDE7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 171 = 639 (100%)
R 237 of 639 ~ 37.09%
G 231 of 639 ~ 36.15%
B 171 of 639 ~ 26.76%

%37.09
%36.15
%26.76

CMYK color model

#EDE7AB color CMYK value is (0,3,28,7).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 27.85%
  • key color value is 7.06%
CMYK:
(0,3,28,7)
C0M3Y28K7 
(0%,3%,28%,7%)
(0.00/0.03/0.28/0.07)	

CMYK percentages

%0
%2.53
%27.85
%7.06

Codes

Color #EDE7AB in popluar color models

EDE7AB
RGB237231171
HSL55°64.71%80.00%
HSB/HSV55°27.85%92.94%
CMYK0.00%2.53%27.85%
7.06%

Color #EDE7AB in popluar number systems.

HEXEDE7AB
Decimal237231171
Binary111011011110011110101011
Octal355347253

Shades and tints

Shades of #EDE7AB

#EDE7AB
(237,231,171)
#D8D29C
(216,210,156)
#C3BD8D
(195,189,141)
#AEA87E
(174,168,126)
#99936F
(153,147,111)
#847E60
(132,126,96)
#6F6951
(111,105,81)
#5A5442
(90,84,66)
#453F33
(69,63,51)
#302A24
(48,42,36)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #EDE7AB

#EDE7AB
(237,231,171)
#EEE9B2
(238,233,178)
#EFEBB9
(239,235,185)
#F0EDC0
(240,237,192)
#F1EFC7
(241,239,199)
#F2F1CE
(242,241,206)
#F3F3D5
(243,243,213)
#F4F5DC
(244,245,220)
#F5F7E3
(245,247,227)
#F6F9EA
(246,249,234)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE7AB color. Also use rgb(237,231,171) instead hex code.

Text Font Color

.myTextColor { color: #EDE7AB; }

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

This text font color is #EDE7AB.


Background Color

.myBgColor { background-color: #EDE7AB; }

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

This div background color is #EDE7AB.


Border color

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

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

This div border color is #EDE7AB.


Opacity

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

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

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

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

This text has shadow with #EDE7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7AB on black background.


Color preview on white background

This text has color #EDE7AB on white background.



Black color preview on #EDE7AB background

This text has black color on #EDE7AB background.


White color preview on #EDE7AB background

This text has white color on #EDE7AB background.