COLOR #EBDEBD

HEX: #EBDEBD
RGB: (235,222,189)

Color info

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

RGB color model

#EBDEBD color RGB value is (235,222,189).

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

RGB channels and saturation

R 235 of 255 = 92%
G 222 of 255 = 87%
B 189 of 255 = 74%

235
222
189

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

Portions of RGB colors in percentages

R + G + B =
235 + 222 + 189 = 646 (100%)
R 235 of 646 ~ 36.38%
G 222 of 646 ~ 34.37%
B 189 of 646 ~ 29.26%

%36.38
%34.37
%29.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 19.57%
  • 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
%19.57
%7.84

Codes

Color #EBDEBD in popluar color models

EBDEBD
RGB235222189
HSL43°53.49%83.14%
HSB/HSV43°19.57%92.16%
CMYK0.00%5.53%19.57%
7.84%

Color #EBDEBD in popluar number systems.

HEXEBDEBD
Decimal235222189
Binary111010111101111010111101
Octal353336275

Shades and tints

Shades of #EBDEBD

#EBDEBD
(235,222,189)
#D6CAAC
(214,202,172)
#C1B69B
(193,182,155)
#ACA28A
(172,162,138)
#978E79
(151,142,121)
#827A68
(130,122,104)
#6D6657
(109,102,87)
#585246
(88,82,70)
#433E35
(67,62,53)
#2E2A24
(46,42,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #EBDEBD

#EBDEBD
(235,222,189)
#ECE1C3
(236,225,195)
#EDE4C9
(237,228,201)
#EEE7CF
(238,231,207)
#EFEAD5
(239,234,213)
#F0EDDB
(240,237,219)
#F1F0E1
(241,240,225)
#F2F3E7
(242,243,231)
#F3F6ED
(243,246,237)
#F4F9F3
(244,249,243)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDEBD; }

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

This text font color is #EBDEBD.


Background Color

.myBgColor { background-color: #EBDEBD; }

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

This div background color is #EBDEBD.


Border color

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

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

This div border color is #EBDEBD.


Opacity

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

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

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

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

This text has shadow with #EBDEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDEBD on black background.


Color preview on white background

This text has color #EBDEBD on white background.



Black color preview on #EBDEBD background

This text has black color on #EBDEBD background.


White color preview on #EBDEBD background

This text has white color on #EBDEBD background.