COLOR #E3B9EB

HEX: #E3B9EB RGB: (227,185,235)

Color info

#E3B9EB contains red, green and blue colors in about the same proportion. Web safe color of #E3B9EB is #CCCCFF (or #CCF).

RGB color model

#E3B9EB color RGB value is (227,185,235).

RGB: (227,185,235) (89%, 73%, 92%)

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 235 of 255 = 92%

227
185
235

R + G + B ~ 85%. #E3B9EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 185 + 235 = 647 (100%)
R 227 of 647 ~ 35.09%
G 185 of 647 ~ 28.59%
B 235 of 647 ~ 36.32'%

%35.09
%28.59
%36.32

CMYK color model

#E3B9EB color CMYK value is (3,21,0,8).

  • cyan value is 3.40%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,21,0,8)
C3M21Y0K8 (3%, 21%, 0%, 8%)
(0.03 / 0.21 / 0.00 / 0.08)

CMYK percentages

%3.4
%21.28
%0
%7.84

Codes

Color #E3B9EB in popluar color models

E3 B9 EB
RGB 227 185 235
HSL 290° 55.56% 82.35%
HSB/HSV 290° 21.28% 92.16%
CMYK 3.40% 21.28% 0.00%
7.84%

Color #E3B9EB in popluar number systems.

HEX E3 B9 EB
Decimal 227 185 235
Binary 11100011 10111001 11101011
Octal 343 271 353

Shades and tints

Shades of #E3B9EB

#E3B9EB
(227,185,235)
#CFA9D6
(207,169,214)
#BB99C1
(187,153,193)
#A789AC
(167,137,172)
#937997
(147,121,151)
#7F6982
(127,105,130)
#6B596D
(107,89,109)
#574958
(87,73,88)
#433943
(67,57,67)
#2F292E
(47,41,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #E3B9EB

#E3B9EB
(227,185,235)
#E5BFEC
(229,191,236)
#E7C5ED
(231,197,237)
#E9CBEE
(233,203,238)
#EBD1EF
(235,209,239)
#EDD7F0
(237,215,240)
#EFDDF1
(239,221,241)
#F1E3F2
(241,227,242)
#F3E9F3
(243,233,243)
#F5EFF4
(245,239,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9EB; }

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

This text font color is #E3B9EB.

Background Color

.myBgColor { background-color: #E3B9EB; }

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

This div background color is #E3B9EB.

Border color

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

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

This div border color is #E3B9EB.

Opacity

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

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

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

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

This text has shadow with #E3B9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B9EB.

Preview

Color preview on black background

This text has color #E3B9EB on black background.


Color preview on white background

This text has color #E3B9EB on white background.


Black color preview on #E3B9EB background

This text has black color on #E3B9EB background.


White color preview on #E3B9EB background

This text has white color on #E3B9EB background.


Related colors

Complementary color

Complementary color for #hex is #1C4614.


I love getcolorcode.com

Triadic colors

1 #EBE3B9 and #B9EBE3 with #E3B9EB are triadic colors.

2 #EBB9E3 and #B9E3EB with #E3B9EB are triadic colors.