COLOR #E3ACB6

HEX: #E3ACB6 RGB: (227,172,182)

Color info

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

RGB color model

#E3ACB6 color RGB value is (227,172,182).

RGB: (227,172,182) (89%, 67%, 71%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 182 of 255 = 71%

227
172
182

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

Portions of RGB colors in percentages

R + G + B = 227 + 172 + 182 = 581 (100%)
R 227 of 581 ~ 39.07%
G 172 of 581 ~ 29.6%
B 182 of 581 ~ 31.33'%

%39.07
%29.6
%31.33

CMYK color model

#E3ACB6 color CMYK value is (0,24,20,11).

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

CMYK: (0,24,20,11)
C0M24Y20K11 (0%, 24%, 20%, 11%)
(0.00 / 0.24 / 0.20 / 0.11)

CMYK percentages

%0
%24.23
%19.82
%10.98

Codes

Color #E3ACB6 in popluar color models

E3 AC B6
RGB 227 172 182
HSL 349° 49.55% 78.24%
HSB/HSV 349° 24.23% 89.02%
CMYK 0.00% 24.23% 19.82%
10.98%

Color #E3ACB6 in popluar number systems.

HEX E3 AC B6
Decimal 227 172 182
Binary 11100011 10101100 10110110
Octal 343 254 266

Shades and tints

Shades of #E3ACB6

#E3ACB6
(227,172,182)
#CF9DA6
(207,157,166)
#BB8E96
(187,142,150)
#A77F86
(167,127,134)
#937076
(147,112,118)
#7F6166
(127,97,102)
#6B5256
(107,82,86)
#574346
(87,67,70)
#433436
(67,52,54)
#2F2526
(47,37,38)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #E3ACB6

#E3ACB6
(227,172,182)
#E5B3BC
(229,179,188)
#E7BAC2
(231,186,194)
#E9C1C8
(233,193,200)
#EBC8CE
(235,200,206)
#EDCFD4
(237,207,212)
#EFD6DA
(239,214,218)
#F1DDE0
(241,221,224)
#F3E4E6
(243,228,230)
#F5EBEC
(245,235,236)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ACB6; }

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

This text font color is #E3ACB6.

Background Color

.myBgColor { background-color: #E3ACB6; }

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

This div background color is #E3ACB6.

Border color

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

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

This div border color is #E3ACB6.

Opacity

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

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

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

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

This text has shadow with #E3ACB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3ACB6.

Preview

Color preview on black background

This text has color #E3ACB6 on black background.


Color preview on white background

This text has color #E3ACB6 on white background.


Black color preview on #E3ACB6 background

This text has black color on #E3ACB6 background.


White color preview on #E3ACB6 background

This text has white color on #E3ACB6 background.


Related colors

Complementary color

Complementary color for #hex is #1C5349.


I love getcolorcode.com

Triadic colors

1 #B6E3AC and #ACB6E3 with #E3ACB6 are triadic colors.

2 #B6ACE3 and #ACE3B6 with #E3ACB6 are triadic colors.