COLOR #E2B9EF

HEX: #E2B9EF RGB: (226,185,239)

Color info

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

RGB color model

#E2B9EF color RGB value is (226,185,239).

RGB: (226,185,239) (89%, 73%, 94%)

RGB channels and saturation

R 226 of 255 = 89%
G 185 of 255 = 73%
B 239 of 255 = 94%

226
185
239

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

Portions of RGB colors in percentages

R + G + B = 226 + 185 + 239 = 650 (100%)
R 226 of 650 ~ 34.77%
G 185 of 650 ~ 28.46%
B 239 of 650 ~ 36.77'%

%34.77
%28.46
%36.77

CMYK color model

#E2B9EF color CMYK value is (5,23,0,6).

  • cyan value is 5.44%
  • magenta value is 22.59%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,23,0,6)
C5M23Y0K6 (5%, 23%, 0%, 6%)
(0.05 / 0.23 / 0.00 / 0.06)

CMYK percentages

%5.44
%22.59
%0
%6.27

Codes

Color #E2B9EF in popluar color models

E2 B9 EF
RGB 226 185 239
HSL 286° 62.79% 83.14%
HSB/HSV 286° 22.59% 93.73%
CMYK 5.44% 22.59% 0.00%
6.27%

Color #E2B9EF in popluar number systems.

HEX E2 B9 EF
Decimal 226 185 239
Binary 11100010 10111001 11101111
Octal 342 271 357

Shades and tints

Shades of #E2B9EF

#E2B9EF
(226,185,239)
#CEA9DA
(206,169,218)
#BA99C5
(186,153,197)
#A689B0
(166,137,176)
#92799B
(146,121,155)
#7E6986
(126,105,134)
#6A5971
(106,89,113)
#56495C
(86,73,92)
#423947
(66,57,71)
#2E2932
(46,41,50)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #E2B9EF

#E2B9EF
(226,185,239)
#E4BFF0
(228,191,240)
#E6C5F1
(230,197,241)
#E8CBF2
(232,203,242)
#EAD1F3
(234,209,243)
#ECD7F4
(236,215,244)
#EEDDF5
(238,221,245)
#F0E3F6
(240,227,246)
#F2E9F7
(242,233,247)
#F4EFF8
(244,239,248)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B9EF color. Also use rgb(226,185,239) instead hex code.

Text Font Color

.myTextColor { color: #E2B9EF; }

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

This text font color is #E2B9EF.

Background Color

.myBgColor { background-color: #E2B9EF; }

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

This div background color is #E2B9EF.

Border color

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

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

This div border color is #E2B9EF.

Opacity

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

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

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

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

This text has shadow with #E2B9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B9EF.

Preview

Color preview on black background

This text has color #E2B9EF on black background.


Color preview on white background

This text has color #E2B9EF on white background.


Black color preview on #E2B9EF background

This text has black color on #E2B9EF background.


White color preview on #E2B9EF background

This text has white color on #E2B9EF background.


Related colors

Complementary color

Complementary color for #hex is #1D4610.


I love getcolorcode.com

Triadic colors

1 #EFE2B9 and #B9EFE2 with #E2B9EF are triadic colors.

2 #EFB9E2 and #B9E2EF with #E2B9EF are triadic colors.