COLOR #EBDEB9

HEX: #EBDEB9
RGB: (235,222,185)

Color info

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

RGB color model

#EBDEB9 color RGB value is (235,222,185).

  • red value is 235;
  • green value is 222;
  • blue value is 185.
RGB:
(235,222,185)
(92%,87%,73%)

RGB channels and saturation

R 235 of 255 = 92%
G 222 of 255 = 87%
B 185 of 255 = 73%

235
222
185

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

Portions of RGB colors in percentages

R + G + B =
235 + 222 + 185 = 642 (100%)
R 235 of 642 ~ 36.6%
G 222 of 642 ~ 34.58%
B 185 of 642 ~ 28.82%

%36.6
%34.58
%28.82

CMYK color model

#EBDEB9 color CMYK value is (0,6,21,8).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(0,6,21,8)
C0M6Y21K8 
(0%,6%,21%,8%)
(0.00/0.06/0.21/0.08)	

CMYK percentages

%0
%5.53
%21.28
%7.84

Codes

Color #EBDEB9 in popluar color models

EBDEB9
RGB235222185
HSL44°55.56%82.35%
HSB/HSV44°21.28%92.16%
CMYK0.00%5.53%21.28%
7.84%

Color #EBDEB9 in popluar number systems.

HEXEBDEB9
Decimal235222185
Binary111010111101111010111001
Octal353336271

Shades and tints

Shades of #EBDEB9

#EBDEB9
(235,222,185)
#D6CAA9
(214,202,169)
#C1B699
(193,182,153)
#ACA289
(172,162,137)
#978E79
(151,142,121)
#827A69
(130,122,105)
#6D6659
(109,102,89)
#585249
(88,82,73)
#433E39
(67,62,57)
#2E2A29
(46,42,41)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #EBDEB9

#EBDEB9
(235,222,185)
#ECE1BF
(236,225,191)
#EDE4C5
(237,228,197)
#EEE7CB
(238,231,203)
#EFEAD1
(239,234,209)
#F0EDD7
(240,237,215)
#F1F0DD
(241,240,221)
#F2F3E3
(242,243,227)
#F3F6E9
(243,246,233)
#F4F9EF
(244,249,239)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDEB9 color. Also use rgb(235,222,185) instead hex code.

Text Font Color

.myTextColor { color: #EBDEB9; }

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

This text font color is #EBDEB9.


Background Color

.myBgColor { background-color: #EBDEB9; }

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

This div background color is #EBDEB9.


Border color

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

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

This div border color is #EBDEB9.


Opacity

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

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

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

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

This text has shadow with #EBDEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDEB9 on black background.


Color preview on white background

This text has color #EBDEB9 on white background.



Black color preview on #EBDEB9 background

This text has black color on #EBDEB9 background.


White color preview on #EBDEB9 background

This text has white color on #EBDEB9 background.