COLOR #E3ABDC

HEX: #E3ABDC RGB: (227,171,220)

Color info

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

RGB color model

#E3ABDC color RGB value is (227,171,220).

RGB: (227,171,220) (89%, 67%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 171 of 255 = 67%
B 220 of 255 = 86%

227
171
220

R + G + B ~ 81%. #E3ABDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 171 + 220 = 618 (100%)
R 227 of 618 ~ 36.73%
G 171 of 618 ~ 27.67%
B 220 of 618 ~ 35.6'%

%36.73
%27.67
%35.6

CMYK color model

#E3ABDC color CMYK value is (0,25,3,11).

  • cyan value is 0.00%
  • magenta value is 24.67%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK: (0,25,3,11) C0M25Y3K11 (0%,25%,3%,11%) (0.00/0.25/0.03/0.11) 

CMYK percentages

%0
%24.67
%3.08
%10.98

Codes

Color #E3ABDC in popluar color models

E3 AB DC
RGB 227 171 220
HSL 308° 50.00% 78.04%
HSB/HSV 308° 24.67% 89.02%
CMYK 0.00% 24.67% 3.08%
10.98%

Color #E3ABDC in popluar number systems.

HEX E3 AB DC
Decimal 227 171 220
Binary 11100011 10101011 11011100
Octal 343 253 334

Shades and tints

Shades of #E3ABDC

#E3ABDC
(227,171,220)
#CF9CC8
(207,156,200)
#BB8DB4
(187,141,180)
#A77EA0
(167,126,160)
#936F8C
(147,111,140)
#7F6078
(127,96,120)
#6B5164
(107,81,100)
#574250
(87,66,80)
#43333C
(67,51,60)
#2F2428
(47,36,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #E3ABDC

#E3ABDC
(227,171,220)
#E5B2DF
(229,178,223)
#E7B9E2
(231,185,226)
#E9C0E5
(233,192,229)
#EBC7E8
(235,199,232)
#EDCEEB
(237,206,235)
#EFD5EE
(239,213,238)
#F1DCF1
(241,220,241)
#F3E3F4
(243,227,244)
#F5EAF7
(245,234,247)
#F7F1FA
(247,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ABDC color. Also use rgb(227,171,220) instead hex code.

Text Font Color

.myTextColor { color: #E3ABDC; }

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

This text font color is #E3ABDC.

Background Color

.myBgColor { background-color: #E3ABDC; }

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

This div background color is #E3ABDC.

Border color

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

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

This div border color is #E3ABDC.

Opacity

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

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

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

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

This text has shadow with #E3ABDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3ABDC.

Preview

Color preview on black background

This text has color #E3ABDC on black background.


Color preview on white background

This text has color #E3ABDC on white background.


Black color preview on #E3ABDC background

This text has black color on #E3ABDC background.


White color preview on #E3ABDC background

This text has white color on #E3ABDC background.


Related colors

Complementary color

Complementary color for #hex is #1C5423.


I love getcolorcode.com

Triadic colors

1 #DCE3AB and #ABDCE3 with #E3ABDC are triadic colors.

2 #DCABE3 and #ABE3DC with #E3ABDC are triadic colors.