COLOR #EDE2B6

HEX: #EDE2B6
RGB: (237,226,182)

Color info

#EDE2B6 contains red, green and blue colors in about the same proportion. Web safe color of #EDE2B6 is #FFCCCC (or #FCC).

RGB color model

#EDE2B6 color RGB value is (237,226,182).

  • red value is 237;
  • green value is 226;
  • blue value is 182.
RGB:
(237,226,182)
(93%,89%,71%)

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 182 of 255 = 71%

237
226
182

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

Portions of RGB colors in percentages

R + G + B =
237 + 226 + 182 = 645 (100%)
R 237 of 645 ~ 36.74%
G 226 of 645 ~ 35.04%
B 182 of 645 ~ 28.22%

%36.74
%35.04
%28.22

CMYK color model

#EDE2B6 color CMYK value is (0,5,23,7).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 23.21%
  • key color value is 7.06%
CMYK:
(0,5,23,7)
C0M5Y23K7 
(0%,5%,23%,7%)
(0.00/0.05/0.23/0.07)	

CMYK percentages

%0
%4.64
%23.21
%7.06

Codes

Color #EDE2B6 in popluar color models

EDE2B6
RGB237226182
HSL48°60.44%82.16%
HSB/HSV48°23.21%92.94%
CMYK0.00%4.64%23.21%
7.06%

Color #EDE2B6 in popluar number systems.

HEXEDE2B6
Decimal237226182
Binary111011011110001010110110
Octal355342266

Shades and tints

Shades of #EDE2B6

#EDE2B6
(237,226,182)
#D8CEA6
(216,206,166)
#C3BA96
(195,186,150)
#AEA686
(174,166,134)
#999276
(153,146,118)
#847E66
(132,126,102)
#6F6A56
(111,106,86)
#5A5646
(90,86,70)
#454236
(69,66,54)
#302E26
(48,46,38)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #EDE2B6

#EDE2B6
(237,226,182)
#EEE4BC
(238,228,188)
#EFE6C2
(239,230,194)
#F0E8C8
(240,232,200)
#F1EACE
(241,234,206)
#F2ECD4
(242,236,212)
#F3EEDA
(243,238,218)
#F4F0E0
(244,240,224)
#F5F2E6
(245,242,230)
#F6F4EC
(246,244,236)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE2B6 color. Also use rgb(237,226,182) instead hex code.

Text Font Color

.myTextColor { color: #EDE2B6; }

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

This text font color is #EDE2B6.


Background Color

.myBgColor { background-color: #EDE2B6; }

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

This div background color is #EDE2B6.


Border color

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

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

This div border color is #EDE2B6.


Opacity

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

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

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

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

This text has shadow with #EDE2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE2B6 on black background.


Color preview on white background

This text has color #EDE2B6 on white background.



Black color preview on #EDE2B6 background

This text has black color on #EDE2B6 background.


White color preview on #EDE2B6 background

This text has white color on #EDE2B6 background.