COLOR #EBB7AD

HEX: #EBB7AD
RGB: (235,183,173)

Color info

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

RGB color model

#EBB7AD color RGB value is (235,183,173).

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

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 173 of 255 = 68%

235
183
173

R + G + B ~ 77%. #EBB7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 183 + 173 = 591 (100%)
R 235 of 591 ~ 39.76%
G 183 of 591 ~ 30.96%
B 173 of 591 ~ 29.27%

%39.76
%30.96
%29.27

CMYK color model

#EBB7AD color CMYK value is (0,22,26,8).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 26.38%
  • key color value is 7.84%
CMYK:
(0,22,26,8)
C0M22Y26K8 
(0%,22%,26%,8%)
(0.00/0.22/0.26/0.08)	

CMYK percentages

%0
%22.13
%26.38
%7.84

Codes

Color #EBB7AD in popluar color models

EBB7AD
RGB235183173
HSL10°60.78%80.00%
HSB/HSV10°26.38%92.16%
CMYK0.00%22.13%26.38%
7.84%

Color #EBB7AD in popluar number systems.

HEXEBB7AD
Decimal235183173
Binary111010111011011110101101
Octal353267255

Shades and tints

Shades of #EBB7AD

#EBB7AD
(235,183,173)
#D6A79E
(214,167,158)
#C1978F
(193,151,143)
#AC8780
(172,135,128)
#977771
(151,119,113)
#826762
(130,103,98)
#6D5753
(109,87,83)
#584744
(88,71,68)
#433735
(67,55,53)
#2E2726
(46,39,38)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #EBB7AD

#EBB7AD
(235,183,173)
#ECBDB4
(236,189,180)
#EDC3BB
(237,195,187)
#EEC9C2
(238,201,194)
#EFCFC9
(239,207,201)
#F0D5D0
(240,213,208)
#F1DBD7
(241,219,215)
#F2E1DE
(242,225,222)
#F3E7E5
(243,231,229)
#F4EDEC
(244,237,236)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB7AD; }

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

This text font color is #EBB7AD.


Background Color

.myBgColor { background-color: #EBB7AD; }

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

This div background color is #EBB7AD.


Border color

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

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

This div border color is #EBB7AD.


Opacity

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

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

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

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

This text has shadow with #EBB7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB7AD on black background.


Color preview on white background

This text has color #EBB7AD on white background.



Black color preview on #EBB7AD background

This text has black color on #EBB7AD background.


White color preview on #EBB7AD background

This text has white color on #EBB7AD background.