COLOR #E3B9E6

HEX: #E3B9E6 RGB: (227,185,230)

Color info

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

RGB color model

#E3B9E6 color RGB value is (227,185,230).

RGB: (227,185,230) (89%, 73%, 90%)

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 230 of 255 = 90%

227
185
230

R + G + B ~ 84%. #E3B9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 185 + 230 = 642 (100%)
R 227 of 642 ~ 35.36%
G 185 of 642 ~ 28.82%
B 230 of 642 ~ 35.83'%

%35.36
%28.82
%35.83

CMYK color model

#E3B9E6 color CMYK value is (1,20,0,10).

  • cyan value is 1.30%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (1,20,0,10)
C1M20Y0K10 (1%, 20%, 0%, 10%)
(0.01 / 0.20 / 0.00 / 0.10)

CMYK percentages

%1.3
%19.57
%0
%9.8

Codes

Color #E3B9E6 in popluar color models

E3 B9 E6
RGB 227 185 230
HSL 296° 47.37% 81.37%
HSB/HSV 296° 19.57% 90.20%
CMYK 1.30% 19.57% 0.00%
9.80%

Color #E3B9E6 in popluar number systems.

HEX E3 B9 E6
Decimal 227 185 230
Binary 11100011 10111001 11100110
Octal 343 271 346

Shades and tints

Shades of #E3B9E6

#E3B9E6
(227,185,230)
#CFA9D2
(207,169,210)
#BB99BE
(187,153,190)
#A789AA
(167,137,170)
#937996
(147,121,150)
#7F6982
(127,105,130)
#6B596E
(107,89,110)
#57495A
(87,73,90)
#433946
(67,57,70)
#2F2932
(47,41,50)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #E3B9E6

#E3B9E6
(227,185,230)
#E5BFE8
(229,191,232)
#E7C5EA
(231,197,234)
#E9CBEC
(233,203,236)
#EBD1EE
(235,209,238)
#EDD7F0
(237,215,240)
#EFDDF2
(239,221,242)
#F1E3F4
(241,227,244)
#F3E9F6
(243,233,246)
#F5EFF8
(245,239,248)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B9E6 color. Also use rgb(227,185,230) instead hex code.

Text Font Color

.myTextColor { color: #E3B9E6; }

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

This text font color is #E3B9E6.

Background Color

.myBgColor { background-color: #E3B9E6; }

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

This div background color is #E3B9E6.

Border color

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

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

This div border color is #E3B9E6.

Opacity

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

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

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

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

This text has shadow with #E3B9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B9E6.

Preview

Color preview on black background

This text has color #E3B9E6 on black background.


Color preview on white background

This text has color #E3B9E6 on white background.


Black color preview on #E3B9E6 background

This text has black color on #E3B9E6 background.


White color preview on #E3B9E6 background

This text has white color on #E3B9E6 background.


Related colors

Complementary color

Complementary color for #hex is #1C4619.


I love getcolorcode.com

Triadic colors

1 #E6E3B9 and #B9E6E3 with #E3B9E6 are triadic colors.

2 #E6B9E3 and #B9E3E6 with #E3B9E6 are triadic colors.