COLOR #E3BADF

HEX: #E3BADF RGB: (227,186,223)

Color info

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

RGB color model

#E3BADF color RGB value is (227,186,223).

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

RGB channels and saturation

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

227
186
223

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

Portions of RGB colors in percentages

R + G + B = 227 + 186 + 223 = 636 (100%)
R 227 of 636 ~ 35.69%
G 186 of 636 ~ 29.25%
B 223 of 636 ~ 35.06'%

%35.69
%29.25
%35.06

CMYK color model

#E3BADF color CMYK value is (0,18,2,11).

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

CMYK: (0,18,2,11)
C0M18Y2K11 (0%, 18%, 2%, 11%)
(0.00 / 0.18 / 0.02 / 0.11)

CMYK percentages

%0
%18.06
%1.76
%10.98

Codes

Color #E3BADF in popluar color models

E3 BA DF
RGB 227 186 223
HSL 306° 42.27% 80.98%
HSB/HSV 306° 18.06% 89.02%
CMYK 0.00% 18.06% 1.76%
10.98%

Color #E3BADF in popluar number systems.

HEX E3 BA DF
Decimal 227 186 223
Binary 11100011 10111010 11011111
Octal 343 272 337

Shades and tints

Shades of #E3BADF

#E3BADF
(227,186,223)
#CFAACB
(207,170,203)
#BB9AB7
(187,154,183)
#A78AA3
(167,138,163)
#937A8F
(147,122,143)
#7F6A7B
(127,106,123)
#6B5A67
(107,90,103)
#574A53
(87,74,83)
#433A3F
(67,58,63)
#2F2A2B
(47,42,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #E3BADF

#E3BADF
(227,186,223)
#E5C0E1
(229,192,225)
#E7C6E3
(231,198,227)
#E9CCE5
(233,204,229)
#EBD2E7
(235,210,231)
#EDD8E9
(237,216,233)
#EFDEEB
(239,222,235)
#F1E4ED
(241,228,237)
#F3EAEF
(243,234,239)
#F5F0F1
(245,240,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BADF; }

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

This text font color is #E3BADF.

Background Color

.myBgColor { background-color: #E3BADF; }

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

This div background color is #E3BADF.

Border color

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

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

This div border color is #E3BADF.

Opacity

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

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

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

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

This text has shadow with #E3BADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BADF.

Preview

Color preview on black background

This text has color #E3BADF on black background.


Color preview on white background

This text has color #E3BADF on white background.


Black color preview on #E3BADF background

This text has black color on #E3BADF background.


White color preview on #E3BADF background

This text has white color on #E3BADF background.


Related colors

Complementary color

Complementary color for #hex is #1C4520.


I love getcolorcode.com

Triadic colors

1 #DFE3BA and #BADFE3 with #E3BADF are triadic colors.

2 #DFBAE3 and #BAE3DF with #E3BADF are triadic colors.