COLOR #E3A6B2

HEX: #E3A6B2
RGB: (227,166,178)

Color info

#E3A6B2 contains mainly red and blue colors. Web safe color of #E3A6B2 is #CC9999 (or #C99).

RGB color model

#E3A6B2 color RGB value is (227,166,178).

  • red value is 227;
  • green value is 166;
  • blue value is 178.
RGB:
(227,166,178)
(89%,65%,70%)

RGB channels and saturation

R 227 of 255 = 89%
G 166 of 255 = 65%
B 178 of 255 = 70%

227
166
178

R + G + B ~ 75%. #E3A6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 166 + 178 = 571 (100%)
R 227 of 571 ~ 39.75%
G 166 of 571 ~ 29.07%
B 178 of 571 ~ 31.17%

%39.75
%29.07
%31.17

CMYK color model

#E3A6B2 color CMYK value is (0,27,22,11).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 21.59%
  • key color value is 10.98%
CMYK:
(0,27,22,11)
C0M27Y22K11 
(0%,27%,22%,11%)
(0.00/0.27/0.22/0.11)	

CMYK percentages

%0
%26.87
%21.59
%10.98

Codes

Color #E3A6B2 in popluar color models

E3A6B2
RGB227166178
HSL348°52.14%77.06%
HSB/HSV348°26.87%89.02%
CMYK0.00%26.87%21.59%
10.98%

Color #E3A6B2 in popluar number systems.

HEXE3A6B2
Decimal227166178
Binary111000111010011010110010
Octal343246262

Shades and tints

Shades of #E3A6B2

#E3A6B2
(227,166,178)
#CF97A2
(207,151,162)
#BB8892
(187,136,146)
#A77982
(167,121,130)
#936A72
(147,106,114)
#7F5B62
(127,91,98)
#6B4C52
(107,76,82)
#573D42
(87,61,66)
#432E32
(67,46,50)
#2F1F22
(47,31,34)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #E3A6B2

#E3A6B2
(227,166,178)
#E5AEB9
(229,174,185)
#E7B6C0
(231,182,192)
#E9BEC7
(233,190,199)
#EBC6CE
(235,198,206)
#EDCED5
(237,206,213)
#EFD6DC
(239,214,220)
#F1DEE3
(241,222,227)
#F3E6EA
(243,230,234)
#F5EEF1
(245,238,241)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A6B2 color. Also use rgb(227,166,178) instead hex code.

Text Font Color

.myTextColor { color: #E3A6B2; }

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

This text font color is #E3A6B2.


Background Color

.myBgColor { background-color: #E3A6B2; }

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

This div background color is #E3A6B2.


Border color

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

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

This div border color is #E3A6B2.


Opacity

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

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

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

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

This text has shadow with #E3A6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A6B2 on black background.


Color preview on white background

This text has color #E3A6B2 on white background.



Black color preview on #E3A6B2 background

This text has black color on #E3A6B2 background.


White color preview on #E3A6B2 background

This text has white color on #E3A6B2 background.