COLOR #EBDBCB

HEX: #EBDBCB RGB: (235,219,203)

Color info

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

RGB color model

#EBDBCB color RGB value is (235,219,203).

RGB: (235,219,203) (92%, 86%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 219 of 255 = 86%
B 203 of 255 = 80%

235
219
203

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

Portions of RGB colors in percentages

R + G + B = 235 + 219 + 203 = 657 (100%)
R 235 of 657 ~ 35.77%
G 219 of 657 ~ 33.33%
B 203 of 657 ~ 30.9'%

%35.77
%33.33
%30.9

CMYK color model

#EBDBCB color CMYK value is (0,7,14,8).

  • cyan value is 0.00%
  • magenta value is 6.81%
  • yellow value is 13.62%
  • key color value is 7.84%

CMYK: (0,7,14,8)
C0M7Y14K8 (0%, 7%, 14%, 8%)
(0.00 / 0.07 / 0.14 / 0.08)

CMYK percentages

%0
%6.81
%13.62
%7.84

Codes

Color #EBDBCB in popluar color models

EB DB CB
RGB 235 219 203
HSL 30° 44.44% 85.88%
HSB/HSV 30° 13.62% 92.16%
CMYK 0.00% 6.81% 13.62%
7.84%

Color #EBDBCB in popluar number systems.

HEX EB DB CB
Decimal 235 219 203
Binary 11101011 11011011 11001011
Octal 353 333 313

Shades and tints

Shades of #EBDBCB

#EBDBCB
(235,219,203)
#D6C8B9
(214,200,185)
#C1B5A7
(193,181,167)
#ACA295
(172,162,149)
#978F83
(151,143,131)
#827C71
(130,124,113)
#6D695F
(109,105,95)
#58564D
(88,86,77)
#43433B
(67,67,59)
#2E3029
(46,48,41)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #EBDBCB

#EBDBCB
(235,219,203)
#ECDECF
(236,222,207)
#EDE1D3
(237,225,211)
#EEE4D7
(238,228,215)
#EFE7DB
(239,231,219)
#F0EADF
(240,234,223)
#F1EDE3
(241,237,227)
#F2F0E7
(242,240,231)
#F3F3EB
(243,243,235)
#F4F6EF
(244,246,239)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDBCB; }

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

This text font color is #EBDBCB.

Background Color

.myBgColor { background-color: #EBDBCB; }

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

This div background color is #EBDBCB.

Border color

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

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

This div border color is #EBDBCB.

Opacity

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

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

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

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

This text has shadow with #EBDBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDBCB.

Preview

Color preview on black background

This text has color #EBDBCB on black background.


Color preview on white background

This text has color #EBDBCB on white background.


Black color preview on #EBDBCB background

This text has black color on #EBDBCB background.


White color preview on #EBDBCB background

This text has white color on #EBDBCB background.


Related colors

Complementary color

Complementary color for #hex is #142434.


I love getcolorcode.com

Triadic colors

1 #CBEBDB and #DBCBEB with #EBDBCB are triadic colors.

2 #CBDBEB and #DBEBCB with #EBDBCB are triadic colors.