COLOR #EBDDCB

HEX: #EBDDCB
RGB: (235,221,203)

Color info

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

RGB color model

#EBDDCB color RGB value is (235,221,203).

  • red value is 235;
  • green value is 221;
  • blue value is 203.
RGB:
(235,221,203)
(92%,87%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 203 of 255 = 80%

235
221
203

R + G + B ~ 86%. #EBDDCB is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 221 + 203 = 659 (100%)
R 235 of 659 ~ 35.66%
G 221 of 659 ~ 33.54%
B 203 of 659 ~ 30.8%

%35.66
%33.54
%30.8

CMYK color model

#EBDDCB color CMYK value is (0,6,14,8).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,6,14,8)
C0M6Y14K8 
(0%,6%,14%,8%)
(0.00/0.06/0.14/0.08)	

CMYK percentages

%0
%5.96
%13.62
%7.84

Codes

Color #EBDDCB in popluar color models

EBDDCB
RGB235221203
HSL34°44.44%85.88%
HSB/HSV34°13.62%92.16%
CMYK0.00%5.96%13.62%
7.84%

Color #EBDDCB in popluar number systems.

HEXEBDDCB
Decimal235221203
Binary111010111101110111001011
Octal353335313

Shades and tints

Shades of #EBDDCB

#EBDDCB
(235,221,203)
#D6C9B9
(214,201,185)
#C1B5A7
(193,181,167)
#ACA195
(172,161,149)
#978D83
(151,141,131)
#827971
(130,121,113)
#6D655F
(109,101,95)
#58514D
(88,81,77)
#433D3B
(67,61,59)
#2E2929
(46,41,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBDDCB

#EBDDCB
(235,221,203)
#ECE0CF
(236,224,207)
#EDE3D3
(237,227,211)
#EEE6D7
(238,230,215)
#EFE9DB
(239,233,219)
#F0ECDF
(240,236,223)
#F1EFE3
(241,239,227)
#F2F2E7
(242,242,231)
#F3F5EB
(243,245,235)
#F4F8EF
(244,248,239)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDDCB color. Also use rgb(235,221,203) instead hex code.

Text Font Color

.myTextColor { color: #EBDDCB; }

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

This text font color is #EBDDCB.


Background Color

.myBgColor { background-color: #EBDDCB; }

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

This div background color is #EBDDCB.


Border color

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

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

This div border color is #EBDDCB.


Opacity

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

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

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

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

This text has shadow with #EBDDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDDCB on black background.


Color preview on white background

This text has color #EBDDCB on white background.



Black color preview on #EBDDCB background

This text has black color on #EBDDCB background.


White color preview on #EBDDCB background

This text has white color on #EBDDCB background.