COLOR #E6B9E7

HEX: #E6B9E7 RGB: (230,185,231)

Color info

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

RGB color model

#E6B9E7 color RGB value is (230,185,231).

RGB: (230,185,231) (90%, 73%, 91%)

RGB channels and saturation

R 230 of 255 = 90%
G 185 of 255 = 73%
B 231 of 255 = 91%

230
185
231

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

Portions of RGB colors in percentages

R + G + B = 230 + 185 + 231 = 646 (100%)
R 230 of 646 ~ 35.6%
G 185 of 646 ~ 28.64%
B 231 of 646 ~ 35.76'%

%35.6
%28.64
%35.76

CMYK color model

#E6B9E7 color CMYK value is (0,20,0,9).

  • cyan value is 0.43%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (0,20,0,9)
C0M20Y0K9 (0%, 20%, 0%, 9%)
(0.00 / 0.20 / 0.00 / 0.09)

CMYK percentages

%0.43
%19.91
%0
%9.41

Codes

Color #E6B9E7 in popluar color models

E6 B9 E7
RGB 230 185 231
HSL 299° 48.94% 81.57%
HSB/HSV 299° 19.91% 90.59%
CMYK 0.43% 19.91% 0.00%
9.41%

Color #E6B9E7 in popluar number systems.

HEX E6 B9 E7
Decimal 230 185 231
Binary 11100110 10111001 11100111
Octal 346 271 347

Shades and tints

Shades of #E6B9E7

#E6B9E7
(230,185,231)
#D2A9D2
(210,169,210)
#BE99BD
(190,153,189)
#AA89A8
(170,137,168)
#967993
(150,121,147)
#82697E
(130,105,126)
#6E5969
(110,89,105)
#5A4954
(90,73,84)
#46393F
(70,57,63)
#32292A
(50,41,42)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6B9E7

#E6B9E7
(230,185,231)
#E8BFE9
(232,191,233)
#EAC5EB
(234,197,235)
#ECCBED
(236,203,237)
#EED1EF
(238,209,239)
#F0D7F1
(240,215,241)
#F2DDF3
(242,221,243)
#F4E3F5
(244,227,245)
#F6E9F7
(246,233,247)
#F8EFF9
(248,239,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B9E7; }

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

This text font color is #E6B9E7.

Background Color

.myBgColor { background-color: #E6B9E7; }

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

This div background color is #E6B9E7.

Border color

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

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

This div border color is #E6B9E7.

Opacity

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

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

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

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

This text has shadow with #E6B9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6B9E7.

Preview

Color preview on black background

This text has color #E6B9E7 on black background.


Color preview on white background

This text has color #E6B9E7 on white background.


Black color preview on #E6B9E7 background

This text has black color on #E6B9E7 background.


White color preview on #E6B9E7 background

This text has white color on #E6B9E7 background.


Related colors

Complementary color

Complementary color for #hex is #194618.


I love getcolorcode.com

Triadic colors

1 #E7E6B9 and #B9E7E6 with #E6B9E7 are triadic colors.

2 #E7B9E6 and #B9E6E7 with #E6B9E7 are triadic colors.