COLOR #E3A6DB

HEX: #E3A6DB
RGB: (227,166,219)

Color info

#E3A6DB contains mainly red and blue colors. Web safe color of #E3A6DB is #CC99CC (or #C9C).

RGB color model

#E3A6DB color RGB value is (227,166,219).

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

RGB channels and saturation

R 227 of 255 = 89%
G 166 of 255 = 65%
B 219 of 255 = 86%

227
166
219

R + G + B ~ 80%. #E3A6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 166 + 219 = 612 (100%)
R 227 of 612 ~ 37.09%
G 166 of 612 ~ 27.12%
B 219 of 612 ~ 35.78%

%37.09
%27.12
%35.78

CMYK color model

#E3A6DB color CMYK value is (0,27,4,11).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 3.52%
  • key color value is 10.98%
CMYK: (0,27,4,11) C0M27Y4K11 (0%,27%,4%,11%) (0.00/0.27/0.04/0.11)

CMYK percentages

%0
%26.87
%3.52
%10.98

Codes

Color #E3A6DB in popluar color models

E3A6DB
RGB227166219
HSL308°52.14%77.06%
HSB/HSV308°26.87%89.02%
CMYK0.00%26.87%3.52%
10.98%

Color #E3A6DB in popluar number systems.

HEXE3A6DB
Decimal227166219
Binary111000111010011011011011
Octal343246333

Shades and tints

Shades of #E3A6DB

#E3A6DB
(227,166,219)
#CF97C8
(207,151,200)
#BB88B5
(187,136,181)
#A779A2
(167,121,162)
#936A8F
(147,106,143)
#7F5B7C
(127,91,124)
#6B4C69
(107,76,105)
#573D56
(87,61,86)
#432E43
(67,46,67)
#2F1F30
(47,31,48)
#1B101D
(27,16,29)
#000000
(0,0,0)

Tints of #E3A6DB

#E3A6DB
(227,166,219)
#E5AEDE
(229,174,222)
#E7B6E1
(231,182,225)
#E9BEE4
(233,190,228)
#EBC6E7
(235,198,231)
#EDCEEA
(237,206,234)
#EFD6ED
(239,214,237)
#F1DEF0
(241,222,240)
#F3E6F3
(243,230,243)
#F5EEF6
(245,238,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A6DB; }

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

This text font color is #E3A6DB.


Background Color

.myBgColor { background-color: #E3A6DB; }

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

This div background color is #E3A6DB.


Border color

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

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

This div border color is #E3A6DB.


Opacity

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

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

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

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

This text has shadow with #E3A6DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E3A6DB on black background.


Color preview on white background

This text has color #E3A6DB on white background.



Black color preview on #E3A6DB background

This text has black color on #E3A6DB background.


White color preview on #E3A6DB background

This text has white color on #E3A6DB background.