COLOR #EDE3B2

HEX: #EDE3B2 RGB: (237,227,178)

Color info

#EDE3B2 contains red, green and blue colors in about the same proportion. Web safe color of #EDE3B2 is #FFCC99 (or #FC9).

RGB color model

#EDE3B2 color RGB value is (237,227,178).

RGB: (237,227,178) (93%, 89%, 70%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 178 of 255 = 70%

237
227
178

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 178 = 642 (100%)
R 237 of 642 ~ 36.92%
G 227 of 642 ~ 35.36%
B 178 of 642 ~ 27.73'%

%36.92
%35.36
%27.73

CMYK color model

#EDE3B2 color CMYK value is (0,4,25,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 24.89%
  • key color value is 7.06%

CMYK: (0,4,25,7)
C0M4Y25K7 (0%, 4%, 25%, 7%)
(0.00 / 0.04 / 0.25 / 0.07)

CMYK percentages

%0
%4.22
%24.89
%7.06

Codes

Color #EDE3B2 in popluar color models

ED E3 B2
RGB 237 227 178
HSL 50° 62.11% 81.37%
HSB/HSV 50° 24.89% 92.94%
CMYK 0.00% 4.22% 24.89%
7.06%

Color #EDE3B2 in popluar number systems.

HEX ED E3 B2
Decimal 237 227 178
Binary 11101101 11100011 10110010
Octal 355 343 262

Shades and tints

Shades of #EDE3B2

#EDE3B2
(237,227,178)
#D8CFA2
(216,207,162)
#C3BB92
(195,187,146)
#AEA782
(174,167,130)
#999372
(153,147,114)
#847F62
(132,127,98)
#6F6B52
(111,107,82)
#5A5742
(90,87,66)
#454332
(69,67,50)
#302F22
(48,47,34)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #EDE3B2

#EDE3B2
(237,227,178)
#EEE5B9
(238,229,185)
#EFE7C0
(239,231,192)
#F0E9C7
(240,233,199)
#F1EBCE
(241,235,206)
#F2EDD5
(242,237,213)
#F3EFDC
(243,239,220)
#F4F1E3
(244,241,227)
#F5F3EA
(245,243,234)
#F6F5F1
(246,245,241)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE3B2 color. Also use rgb(237,227,178) instead hex code.

Text Font Color

.myTextColor { color: #EDE3B2; }

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

This text font color is #EDE3B2.

Background Color

.myBgColor { background-color: #EDE3B2; }

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

This div background color is #EDE3B2.

Border color

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

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

This div border color is #EDE3B2.

Opacity

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

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

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

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

This text has shadow with #EDE3B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3B2.

Preview

Color preview on black background

This text has color #EDE3B2 on black background.


Color preview on white background

This text has color #EDE3B2 on white background.


Black color preview on #EDE3B2 background

This text has black color on #EDE3B2 background.


White color preview on #EDE3B2 background

This text has white color on #EDE3B2 background.


Related colors

Complementary color

Complementary color for #hex is #121C4D.


I love getcolorcode.com

Triadic colors

1 #B2EDE3 and #E3B2ED with #EDE3B2 are triadic colors.

2 #B2E3ED and #E3EDB2 with #EDE3B2 are triadic colors.