COLOR #E3ACB7

HEX: #E3ACB7 RGB: (227,172,183)

Color info

#E3ACB7 contains red, green and blue colors in about the same proportion. Web safe color of #E3ACB7 is #CC99CC (or #C9C).

RGB color model

#E3ACB7 color RGB value is (227,172,183).

RGB: (227,172,183) (89%, 67%, 72%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 183 of 255 = 72%

227
172
183

R + G + B ~ 76%. #E3ACB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 172 + 183 = 582 (100%)
R 227 of 582 ~ 39%
G 172 of 582 ~ 29.55%
B 183 of 582 ~ 31.44'%

%39
%29.55
%31.44

CMYK color model

#E3ACB7 color CMYK value is (0,24,19,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 19.38%
  • key color value is 10.98%

CMYK: (0,24,19,11)
C0M24Y19K11 (0%, 24%, 19%, 11%)
(0.00 / 0.24 / 0.19 / 0.11)

CMYK percentages

%0
%24.23
%19.38
%10.98

Codes

Color #E3ACB7 in popluar color models

E3 AC B7
RGB 227 172 183
HSL 348° 49.55% 78.24%
HSB/HSV 348° 24.23% 89.02%
CMYK 0.00% 24.23% 19.38%
10.98%

Color #E3ACB7 in popluar number systems.

HEX E3 AC B7
Decimal 227 172 183
Binary 11100011 10101100 10110111
Octal 343 254 267

Shades and tints

Shades of #E3ACB7

#E3ACB7
(227,172,183)
#CF9DA7
(207,157,167)
#BB8E97
(187,142,151)
#A77F87
(167,127,135)
#937077
(147,112,119)
#7F6167
(127,97,103)
#6B5257
(107,82,87)
#574347
(87,67,71)
#433437
(67,52,55)
#2F2527
(47,37,39)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #E3ACB7

#E3ACB7
(227,172,183)
#E5B3BD
(229,179,189)
#E7BAC3
(231,186,195)
#E9C1C9
(233,193,201)
#EBC8CF
(235,200,207)
#EDCFD5
(237,207,213)
#EFD6DB
(239,214,219)
#F1DDE1
(241,221,225)
#F3E4E7
(243,228,231)
#F5EBED
(245,235,237)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ACB7 color. Also use rgb(227,172,183) instead hex code.

Text Font Color

.myTextColor { color: #E3ACB7; }

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

This text font color is #E3ACB7.

Background Color

.myBgColor { background-color: #E3ACB7; }

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

This div background color is #E3ACB7.

Border color

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

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

This div border color is #E3ACB7.

Opacity

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

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

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

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

This text has shadow with #E3ACB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3ACB7.

Preview

Color preview on black background

This text has color #E3ACB7 on black background.


Color preview on white background

This text has color #E3ACB7 on white background.


Black color preview on #E3ACB7 background

This text has black color on #E3ACB7 background.


White color preview on #E3ACB7 background

This text has white color on #E3ACB7 background.


Related colors

Complementary color

Complementary color for #hex is #1C5348.


I love getcolorcode.com

Triadic colors

1 #B7E3AC and #ACB7E3 with #E3ACB7 are triadic colors.

2 #B7ACE3 and #ACE3B7 with #E3ACB7 are triadic colors.