COLOR #EBCBB9

HEX: #EBCBB9
RGB: (235,203,185)

Color info

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

RGB color model

#EBCBB9 color RGB value is (235,203,185).

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

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 185 of 255 = 73%

235
203
185

R + G + B ~ 82%. #EBCBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 203 + 185 = 623 (100%)
R 235 of 623 ~ 37.72%
G 203 of 623 ~ 32.58%
B 185 of 623 ~ 29.7%

%37.72
%32.58
%29.7

CMYK color model

#EBCBB9 color CMYK value is (0,14,21,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(0,14,21,8)
C0M14Y21K8 
(0%,14%,21%,8%)
(0.00/0.14/0.21/0.08)	

CMYK percentages

%0
%13.62
%21.28
%7.84

Codes

Color #EBCBB9 in popluar color models

EBCBB9
RGB235203185
HSL22°55.56%82.35%
HSB/HSV22°21.28%92.16%
CMYK0.00%13.62%21.28%
7.84%

Color #EBCBB9 in popluar number systems.

HEXEBCBB9
Decimal235203185
Binary111010111100101110111001
Octal353313271

Shades and tints

Shades of #EBCBB9

#EBCBB9
(235,203,185)
#D6B9A9
(214,185,169)
#C1A799
(193,167,153)
#AC9589
(172,149,137)
#978379
(151,131,121)
#827169
(130,113,105)
#6D5F59
(109,95,89)
#584D49
(88,77,73)
#433B39
(67,59,57)
#2E2929
(46,41,41)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBCBB9

#EBCBB9
(235,203,185)
#ECCFBF
(236,207,191)
#EDD3C5
(237,211,197)
#EED7CB
(238,215,203)
#EFDBD1
(239,219,209)
#F0DFD7
(240,223,215)
#F1E3DD
(241,227,221)
#F2E7E3
(242,231,227)
#F3EBE9
(243,235,233)
#F4EFEF
(244,239,239)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBB9; }

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

This text font color is #EBCBB9.


Background Color

.myBgColor { background-color: #EBCBB9; }

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

This div background color is #EBCBB9.


Border color

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

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

This div border color is #EBCBB9.


Opacity

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

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

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

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

This text has shadow with #EBCBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCBB9 on black background.


Color preview on white background

This text has color #EBCBB9 on white background.



Black color preview on #EBCBB9 background

This text has black color on #EBCBB9 background.


White color preview on #EBCBB9 background

This text has white color on #EBCBB9 background.