COLOR #EDEBBF

HEX: #EDEBBF
RGB: (237,235,191)

Color info

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

RGB color model

#EDEBBF color RGB value is (237,235,191).

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

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 191 of 255 = 75%

237
235
191

R + G + B ~ 87%. #EDEBBF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 235 + 191 = 663 (100%)
R 237 of 663 ~ 35.75%
G 235 of 663 ~ 35.44%
B 191 of 663 ~ 28.81%

%35.75
%35.44
%28.81

CMYK color model

#EDEBBF color CMYK value is (0,1,19,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(0,1,19,7)
C0M1Y19K7 
(0%,1%,19%,7%)
(0.00/0.01/0.19/0.07)	

CMYK percentages

%0
%0.84
%19.41
%7.06

Codes

Color #EDEBBF in popluar color models

EDEBBF
RGB237235191
HSL57°56.10%83.92%
HSB/HSV57°19.41%92.94%
CMYK0.00%0.84%19.41%
7.06%

Color #EDEBBF in popluar number systems.

HEXEDEBBF
Decimal237235191
Binary111011011110101110111111
Octal355353277

Shades and tints

Shades of #EDEBBF

#EDEBBF
(237,235,191)
#D8D6AE
(216,214,174)
#C3C19D
(195,193,157)
#AEAC8C
(174,172,140)
#99977B
(153,151,123)
#84826A
(132,130,106)
#6F6D59
(111,109,89)
#5A5848
(90,88,72)
#454337
(69,67,55)
#302E26
(48,46,38)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDEBBF

#EDEBBF
(237,235,191)
#EEECC4
(238,236,196)
#EFEDC9
(239,237,201)
#F0EECE
(240,238,206)
#F1EFD3
(241,239,211)
#F2F0D8
(242,240,216)
#F3F1DD
(243,241,221)
#F4F2E2
(244,242,226)
#F5F3E7
(245,243,231)
#F6F4EC
(246,244,236)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBBF; }

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

This text font color is #EDEBBF.


Background Color

.myBgColor { background-color: #EDEBBF; }

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

This div background color is #EDEBBF.


Border color

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

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

This div border color is #EDEBBF.


Opacity

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

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

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

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

This text has shadow with #EDEBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBBF on black background.


Color preview on white background

This text has color #EDEBBF on white background.



Black color preview on #EDEBBF background

This text has black color on #EDEBBF background.


White color preview on #EDEBBF background

This text has white color on #EDEBBF background.