COLOR #EBB7AB

HEX: #EBB7AB RGB: (235,183,171)

Color info

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

RGB color model

#EBB7AB color RGB value is (235,183,171).

RGB: (235,183,171) (92%, 72%, 67%)

RGB channels and saturation

R 235 of 255 = 92%
G 183 of 255 = 72%
B 171 of 255 = 67%

235
183
171

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

Portions of RGB colors in percentages

R + G + B = 235 + 183 + 171 = 589 (100%)
R 235 of 589 ~ 39.9%
G 183 of 589 ~ 31.07%
B 171 of 589 ~ 29.03'%

%39.9
%31.07
%29.03

CMYK color model

#EBB7AB color CMYK value is (0,22,27,8).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 27.23%
  • key color value is 7.84%

CMYK: (0,22,27,8)
C0M22Y27K8 (0%, 22%, 27%, 8%)
(0.00 / 0.22 / 0.27 / 0.08)

CMYK percentages

%0
%22.13
%27.23
%7.84

Codes

Color #EBB7AB in popluar color models

EB B7 AB
RGB 235 183 171
HSL 11° 61.54% 79.61%
HSB/HSV 11° 27.23% 92.16%
CMYK 0.00% 22.13% 27.23%
7.84%

Color #EBB7AB in popluar number systems.

HEX EB B7 AB
Decimal 235 183 171
Binary 11101011 10110111 10101011
Octal 353 267 253

Shades and tints

Shades of #EBB7AB

#EBB7AB
(235,183,171)
#D6A79C
(214,167,156)
#C1978D
(193,151,141)
#AC877E
(172,135,126)
#97776F
(151,119,111)
#826760
(130,103,96)
#6D5751
(109,87,81)
#584742
(88,71,66)
#433733
(67,55,51)
#2E2724
(46,39,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EBB7AB

#EBB7AB
(235,183,171)
#ECBDB2
(236,189,178)
#EDC3B9
(237,195,185)
#EEC9C0
(238,201,192)
#EFCFC7
(239,207,199)
#F0D5CE
(240,213,206)
#F1DBD5
(241,219,213)
#F2E1DC
(242,225,220)
#F3E7E3
(243,231,227)
#F4EDEA
(244,237,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB7AB; }

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

This text font color is #EBB7AB.

Background Color

.myBgColor { background-color: #EBB7AB; }

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

This div background color is #EBB7AB.

Border color

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

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

This div border color is #EBB7AB.

Opacity

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

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

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

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

This text has shadow with #EBB7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBB7AB.

Preview

Color preview on black background

This text has color #EBB7AB on black background.


Color preview on white background

This text has color #EBB7AB on white background.


Black color preview on #EBB7AB background

This text has black color on #EBB7AB background.


White color preview on #EBB7AB background

This text has white color on #EBB7AB background.


Related colors

Complementary color

Complementary color for #hex is #144854.


I love getcolorcode.com

Triadic colors

1 #ABEBB7 and #B7ABEB with #EBB7AB are triadic colors.

2 #ABB7EB and #B7EBAB with #EBB7AB are triadic colors.