COLOR #EDD6BE

HEX: #EDD6BE
RGB: (237,214,190)

Color info

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

RGB color model

#EDD6BE color RGB value is (237,214,190).

  • red value is 237;
  • green value is 214;
  • blue value is 190.
RGB: (237,214,190) (93%,84%,75%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 190 of 255 = 75%

237
214
190

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

Portions of RGB colors in percentages

R + G + B =
237 + 214 + 190 = 641 (100%)
R 237 of 641 ~ 36.97%
G 214 of 641 ~ 33.39%
B 190 of 641 ~ 29.64%

%36.97
%33.39
%29.64

CMYK color model

#EDD6BE color CMYK value is (0,10,20,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK: (0,10,20,7) C0M10Y20K7 (0%,10%,20%,7%) (0.00/0.10/0.20/0.07)

CMYK percentages

%0
%9.7
%19.83
%7.06

Codes

Color #EDD6BE in popluar color models

EDD6BE
RGB237214190
HSL31°56.63%83.73%
HSB/HSV31°19.83%92.94%
CMYK0.00%9.70%19.83%
7.06%

Color #EDD6BE in popluar number systems.

HEXEDD6BE
Decimal237214190
Binary111011011101011010111110
Octal355326276

Shades and tints

Shades of #EDD6BE

#EDD6BE
(237,214,190)
#D8C3AD
(216,195,173)
#C3B09C
(195,176,156)
#AE9D8B
(174,157,139)
#998A7A
(153,138,122)
#847769
(132,119,105)
#6F6458
(111,100,88)
#5A5147
(90,81,71)
#453E36
(69,62,54)
#302B25
(48,43,37)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDD6BE

#EDD6BE
(237,214,190)
#EED9C3
(238,217,195)
#EFDCC8
(239,220,200)
#F0DFCD
(240,223,205)
#F1E2D2
(241,226,210)
#F2E5D7
(242,229,215)
#F3E8DC
(243,232,220)
#F4EBE1
(244,235,225)
#F5EEE6
(245,238,230)
#F6F1EB
(246,241,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD6BE color. Also use rgb(237,214,190) instead hex code.

Text Font Color

.myTextColor { color: #EDD6BE; }

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

This text font color is #EDD6BE.


Background Color

.myBgColor { background-color: #EDD6BE; }

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

This div background color is #EDD6BE.


Border color

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

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

This div border color is #EDD6BE.


Opacity

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

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

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

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

This text has shadow with #EDD6BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDD6BE on black background.


Color preview on white background

This text has color #EDD6BE on white background.



Black color preview on #EDD6BE background

This text has black color on #EDD6BE background.


White color preview on #EDD6BE background

This text has white color on #EDD6BE background.