COLOR #EBC9BD

HEX: #EBC9BD RGB: (235,201,189)

Color info

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

RGB color model

#EBC9BD color RGB value is (235,201,189).

RGB: (235,201,189) (92%, 79%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 189 of 255 = 74%

235
201
189

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

Portions of RGB colors in percentages

R + G + B = 235 + 201 + 189 = 625 (100%)
R 235 of 625 ~ 37.6%
G 201 of 625 ~ 32.16%
B 189 of 625 ~ 30.24'%

%37.6
%32.16
%30.24

CMYK color model

#EBC9BD color CMYK value is (0,14,20,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 19.57%
  • key color value is 7.84%

CMYK: (0,14,20,8)
C0M14Y20K8 (0%, 14%, 20%, 8%)
(0.00 / 0.14 / 0.20 / 0.08)

CMYK percentages

%0
%14.47
%19.57
%7.84

Codes

Color #EBC9BD in popluar color models

EB C9 BD
RGB 235 201 189
HSL 16° 53.49% 83.14%
HSB/HSV 16° 19.57% 92.16%
CMYK 0.00% 14.47% 19.57%
7.84%

Color #EBC9BD in popluar number systems.

HEX EB C9 BD
Decimal 235 201 189
Binary 11101011 11001001 10111101
Octal 353 311 275

Shades and tints

Shades of #EBC9BD

#EBC9BD
(235,201,189)
#D6B7AC
(214,183,172)
#C1A59B
(193,165,155)
#AC938A
(172,147,138)
#978179
(151,129,121)
#826F68
(130,111,104)
#6D5D57
(109,93,87)
#584B46
(88,75,70)
#433935
(67,57,53)
#2E2724
(46,39,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #EBC9BD

#EBC9BD
(235,201,189)
#ECCDC3
(236,205,195)
#EDD1C9
(237,209,201)
#EED5CF
(238,213,207)
#EFD9D5
(239,217,213)
#F0DDDB
(240,221,219)
#F1E1E1
(241,225,225)
#F2E5E7
(242,229,231)
#F3E9ED
(243,233,237)
#F4EDF3
(244,237,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC9BD; }

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

This text font color is #EBC9BD.

Background Color

.myBgColor { background-color: #EBC9BD; }

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

This div background color is #EBC9BD.

Border color

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

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

This div border color is #EBC9BD.

Opacity

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

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

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

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

This text has shadow with #EBC9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC9BD.

Preview

Color preview on black background

This text has color #EBC9BD on black background.


Color preview on white background

This text has color #EBC9BD on white background.


Black color preview on #EBC9BD background

This text has black color on #EBC9BD background.


White color preview on #EBC9BD background

This text has white color on #EBC9BD background.


Related colors

Complementary color

Complementary color for #hex is #143642.


I love getcolorcode.com

Triadic colors

1 #BDEBC9 and #C9BDEB with #EBC9BD are triadic colors.

2 #BDC9EB and #C9EBBD with #EBC9BD are triadic colors.