COLOR #EBBDAD

HEX: #EBBDAD
RGB: (235,189,173)

Color info

#EBBDAD contains mainly red and green colors. Web safe color of #EBBDAD is #FFCC99 (or #FC9).

RGB color model

#EBBDAD color RGB value is (235,189,173).

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

RGB channels and saturation

R 235 of 255 = 92%
G 189 of 255 = 74%
B 173 of 255 = 68%

235
189
173

R + G + B ~ 78%. #EBBDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 189 + 173 = 597 (100%)
R 235 of 597 ~ 39.36%
G 189 of 597 ~ 31.66%
B 173 of 597 ~ 28.98%

%39.36
%31.66
%28.98

CMYK color model

#EBBDAD color CMYK value is (0,20,26,8).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 26.38%
  • key color value is 7.84%
CMYK:
(0,20,26,8)
C0M20Y26K8 
(0%,20%,26%,8%)
(0.00/0.20/0.26/0.08)	

CMYK percentages

%0
%19.57
%26.38
%7.84

Codes

Color #EBBDAD in popluar color models

EBBDAD
RGB235189173
HSL15°60.78%80.00%
HSB/HSV15°26.38%92.16%
CMYK0.00%19.57%26.38%
7.84%

Color #EBBDAD in popluar number systems.

HEXEBBDAD
Decimal235189173
Binary111010111011110110101101
Octal353275255

Shades and tints

Shades of #EBBDAD

#EBBDAD
(235,189,173)
#D6AC9E
(214,172,158)
#C19B8F
(193,155,143)
#AC8A80
(172,138,128)
#977971
(151,121,113)
#826862
(130,104,98)
#6D5753
(109,87,83)
#584644
(88,70,68)
#433535
(67,53,53)
#2E2426
(46,36,38)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #EBBDAD

#EBBDAD
(235,189,173)
#ECC3B4
(236,195,180)
#EDC9BB
(237,201,187)
#EECFC2
(238,207,194)
#EFD5C9
(239,213,201)
#F0DBD0
(240,219,208)
#F1E1D7
(241,225,215)
#F2E7DE
(242,231,222)
#F3EDE5
(243,237,229)
#F4F3EC
(244,243,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBDAD; }

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

This text font color is #EBBDAD.


Background Color

.myBgColor { background-color: #EBBDAD; }

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

This div background color is #EBBDAD.


Border color

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

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

This div border color is #EBBDAD.


Opacity

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

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

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

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

This text has shadow with #EBBDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBDAD on black background.


Color preview on white background

This text has color #EBBDAD on white background.



Black color preview on #EBBDAD background

This text has black color on #EBBDAD background.


White color preview on #EBBDAD background

This text has white color on #EBBDAD background.