COLOR #EBDEBB

HEX: #EBDEBB
RGB: (235,222,187)

Color info

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

RGB color model

#EBDEBB color RGB value is (235,222,187).

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

RGB channels and saturation

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

235
222
187

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

Portions of RGB colors in percentages

R + G + B =
235 + 222 + 187 = 644 (100%)
R 235 of 644 ~ 36.49%
G 222 of 644 ~ 34.47%
B 187 of 644 ~ 29.04%

%36.49
%34.47
%29.04

CMYK color model

#EBDEBB color CMYK value is (0,6,20,8).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 20.43%
  • key color value is 7.84%
CMYK:
(0,6,20,8)
C0M6Y20K8 
(0%,6%,20%,8%)
(0.00/0.06/0.20/0.08)	

CMYK percentages

%0
%5.53
%20.43
%7.84

Codes

Color #EBDEBB in popluar color models

EBDEBB
RGB235222187
HSL44°54.55%82.75%
HSB/HSV44°20.43%92.16%
CMYK0.00%5.53%20.43%
7.84%

Color #EBDEBB in popluar number systems.

HEXEBDEBB
Decimal235222187
Binary111010111101111010111011
Octal353336273

Shades and tints

Shades of #EBDEBB

#EBDEBB
(235,222,187)
#D6CAAA
(214,202,170)
#C1B699
(193,182,153)
#ACA288
(172,162,136)
#978E77
(151,142,119)
#827A66
(130,122,102)
#6D6655
(109,102,85)
#585244
(88,82,68)
#433E33
(67,62,51)
#2E2A22
(46,42,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #EBDEBB

#EBDEBB
(235,222,187)
#ECE1C1
(236,225,193)
#EDE4C7
(237,228,199)
#EEE7CD
(238,231,205)
#EFEAD3
(239,234,211)
#F0EDD9
(240,237,217)
#F1F0DF
(241,240,223)
#F2F3E5
(242,243,229)
#F3F6EB
(243,246,235)
#F4F9F1
(244,249,241)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDEBB; }

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

This text font color is #EBDEBB.


Background Color

.myBgColor { background-color: #EBDEBB; }

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

This div background color is #EBDEBB.


Border color

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

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

This div border color is #EBDEBB.


Opacity

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

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

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

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

This text has shadow with #EBDEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDEBB on black background.


Color preview on white background

This text has color #EBDEBB on white background.



Black color preview on #EBDEBB background

This text has black color on #EBDEBB background.


White color preview on #EBDEBB background

This text has white color on #EBDEBB background.