COLOR #E3BADD

HEX: #E3BADD RGB: (227,186,221)

Color info

#E3BADD contains red, green and blue colors in about the same proportion. Web safe color of #E3BADD is #CCCCCC (or #CCC).

RGB color model

#E3BADD color RGB value is (227,186,221).

RGB: (227,186,221) (89%, 73%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 221 of 255 = 87%

227
186
221

R + G + B ~ 83%. #E3BADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 186 + 221 = 634 (100%)
R 227 of 634 ~ 35.8%
G 186 of 634 ~ 29.34%
B 221 of 634 ~ 34.86'%

%35.8
%29.34
%34.86

CMYK color model

#E3BADD color CMYK value is (0,18,3,11).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 2.64%
  • key color value is 10.98%

CMYK: (0,18,3,11)
C0M18Y3K11 (0%, 18%, 3%, 11%)
(0.00 / 0.18 / 0.03 / 0.11)

CMYK percentages

%0
%18.06
%2.64
%10.98

Codes

Color #E3BADD in popluar color models

E3 BA DD
RGB 227 186 221
HSL 309° 42.27% 80.98%
HSB/HSV 309° 18.06% 89.02%
CMYK 0.00% 18.06% 2.64%
10.98%

Color #E3BADD in popluar number systems.

HEX E3 BA DD
Decimal 227 186 221
Binary 11100011 10111010 11011101
Octal 343 272 335

Shades and tints

Shades of #E3BADD

#E3BADD
(227,186,221)
#CFAAC9
(207,170,201)
#BB9AB5
(187,154,181)
#A78AA1
(167,138,161)
#937A8D
(147,122,141)
#7F6A79
(127,106,121)
#6B5A65
(107,90,101)
#574A51
(87,74,81)
#433A3D
(67,58,61)
#2F2A29
(47,42,41)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #E3BADD

#E3BADD
(227,186,221)
#E5C0E0
(229,192,224)
#E7C6E3
(231,198,227)
#E9CCE6
(233,204,230)
#EBD2E9
(235,210,233)
#EDD8EC
(237,216,236)
#EFDEEF
(239,222,239)
#F1E4F2
(241,228,242)
#F3EAF5
(243,234,245)
#F5F0F8
(245,240,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BADD color. Also use rgb(227,186,221) instead hex code.

Text Font Color

.myTextColor { color: #E3BADD; }

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

This text font color is #E3BADD.

Background Color

.myBgColor { background-color: #E3BADD; }

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

This div background color is #E3BADD.

Border color

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

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

This div border color is #E3BADD.

Opacity

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

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

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

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

This text has shadow with #E3BADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BADD.

Preview

Color preview on black background

This text has color #E3BADD on black background.


Color preview on white background

This text has color #E3BADD on white background.


Black color preview on #E3BADD background

This text has black color on #E3BADD background.


White color preview on #E3BADD background

This text has white color on #E3BADD background.


Related colors

Complementary color

Complementary color for #hex is #1C4522.


I love getcolorcode.com

Triadic colors

1 #DDE3BA and #BADDE3 with #E3BADD are triadic colors.

2 #DDBAE3 and #BAE3DD with #E3BADD are triadic colors.