COLOR #EBEDD1

HEX: #EBEDD1
RGB: (235,237,209)

Color info

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

RGB color model

#EBEDD1 color RGB value is (235,237,209).

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

RGB channels and saturation

R 235 of 255 = 92%
G 237 of 255 = 93%
B 209 of 255 = 82%

235
237
209

R + G + B ~ 89%. #EBEDD1 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 209 = 681 (100%)
R 235 of 681 ~ 34.51%
G 237 of 681 ~ 34.8%
B 209 of 681 ~ 30.69%

%34.51
%34.8
%30.69

CMYK color model

#EBEDD1 color CMYK value is (1,0,12,7).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(1,0,12,7)
C1M0Y12K7 
(1%,0%,12%,7%)
(0.01/0.00/0.12/0.07)	

CMYK percentages

%0.84
%0
%11.81
%7.06

Codes

Color #EBEDD1 in popluar color models

EBEDD1
RGB235237209
HSL64°43.75%87.45%
HSB/HSV64°11.81%92.94%
CMYK0.84%0.00%11.81%
7.06%

Color #EBEDD1 in popluar number systems.

HEXEBEDD1
Decimal235237209
Binary111010111110110111010001
Octal353355321

Shades and tints

Shades of #EBEDD1

#EBEDD1
(235,237,209)
#D6D8BE
(214,216,190)
#C1C3AB
(193,195,171)
#ACAE98
(172,174,152)
#979985
(151,153,133)
#828472
(130,132,114)
#6D6F5F
(109,111,95)
#585A4C
(88,90,76)
#434539
(67,69,57)
#2E3026
(46,48,38)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #EBEDD1

#EBEDD1
(235,237,209)
#ECEED5
(236,238,213)
#EDEFD9
(237,239,217)
#EEF0DD
(238,240,221)
#EFF1E1
(239,241,225)
#F0F2E5
(240,242,229)
#F1F3E9
(241,243,233)
#F2F4ED
(242,244,237)
#F3F5F1
(243,245,241)
#F4F6F5
(244,246,245)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDD1; }

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

This text font color is #EBEDD1.


Background Color

.myBgColor { background-color: #EBEDD1; }

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

This div background color is #EBEDD1.


Border color

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

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

This div border color is #EBEDD1.


Opacity

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

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

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

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

This text has shadow with #EBEDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDD1 on black background.


Color preview on white background

This text has color #EBEDD1 on white background.



Black color preview on #EBEDD1 background

This text has black color on #EBEDD1 background.


White color preview on #EBEDD1 background

This text has white color on #EBEDD1 background.