COLOR #EDEBD6

HEX: #EDEBD6
RGB: (237,235,214)

Color info

#EDEBD6 contains red, green and blue colors in about the same proportion. Web safe color of #EDEBD6 is #FFFFCC (or #FFC).

RGB color model

#EDEBD6 color RGB value is (237,235,214).

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

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 214 of 255 = 84%

237
235
214

R + G + B ~ 90%. #EDEBD6 is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 235 + 214 = 686 (100%)
R 237 of 686 ~ 34.55%
G 235 of 686 ~ 34.26%
B 214 of 686 ~ 31.2%

%34.55
%34.26
%31.2

CMYK color model

#EDEBD6 color CMYK value is (0,1,10,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 9.70%
  • key color value is 7.06%
CMYK:
(0,1,10,7)
C0M1Y10K7 
(0%,1%,10%,7%)
(0.00/0.01/0.10/0.07)	

CMYK percentages

%0
%0.84
%9.7
%7.06

Codes

Color #EDEBD6 in popluar color models

EDEBD6
RGB237235214
HSL55°38.98%88.43%
HSB/HSV55°9.70%92.94%
CMYK0.00%0.84%9.70%
7.06%

Color #EDEBD6 in popluar number systems.

HEXEDEBD6
Decimal237235214
Binary111011011110101111010110
Octal355353326

Shades and tints

Shades of #EDEBD6

#EDEBD6
(237,235,214)
#D8D6C3
(216,214,195)
#C3C1B0
(195,193,176)
#AEAC9D
(174,172,157)
#99978A
(153,151,138)
#848277
(132,130,119)
#6F6D64
(111,109,100)
#5A5851
(90,88,81)
#45433E
(69,67,62)
#302E2B
(48,46,43)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDEBD6

#EDEBD6
(237,235,214)
#EEECD9
(238,236,217)
#EFEDDC
(239,237,220)
#F0EEDF
(240,238,223)
#F1EFE2
(241,239,226)
#F2F0E5
(242,240,229)
#F3F1E8
(243,241,232)
#F4F2EB
(244,242,235)
#F5F3EE
(245,243,238)
#F6F4F1
(246,244,241)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBD6; }

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

This text font color is #EDEBD6.


Background Color

.myBgColor { background-color: #EDEBD6; }

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

This div background color is #EDEBD6.


Border color

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

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

This div border color is #EDEBD6.


Opacity

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

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

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

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

This text has shadow with #EDEBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBD6 on black background.


Color preview on white background

This text has color #EDEBD6 on white background.



Black color preview on #EDEBD6 background

This text has black color on #EDEBD6 background.


White color preview on #EDEBD6 background

This text has white color on #EDEBD6 background.