COLOR #E7BEDB

HEX: #E7BEDB RGB: (231,190,219)

Color info

#E7BEDB contains red, green and blue colors in about the same proportion. Web safe color of #E7BEDB is #FFCCCC (or #FCC).

RGB color model

#E7BEDB color RGB value is (231,190,219).

RGB: (231,190,219) (91%, 75%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 219 of 255 = 86%

231
190
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 190 + 219 = 640 (100%)
R 231 of 640 ~ 36.09%
G 190 of 640 ~ 29.69%
B 219 of 640 ~ 34.22'%

%36.09
%29.69
%34.22

CMYK color model

#E7BEDB color CMYK value is (0,18,5,9).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK: (0,18,5,9) C0M18Y5K9 (0%,18%,5%,9%) (0.00/0.18/0.05/0.09) 

CMYK percentages

%0
%17.75
%5.19
%9.41

Codes

Color #E7BEDB in popluar color models

E7 BE DB
RGB 231 190 219
HSL 318° 46.07% 82.55%
HSB/HSV 318° 17.75% 90.59%
CMYK 0.00% 17.75% 5.19%
9.41%

Color #E7BEDB in popluar number systems.

HEX E7 BE DB
Decimal 231 190 219
Binary 11100111 10111110 11011011
Octal 347 276 333

Shades and tints

Shades of #E7BEDB

#E7BEDB
(231,190,219)
#D2ADC8
(210,173,200)
#BD9CB5
(189,156,181)
#A88BA2
(168,139,162)
#937A8F
(147,122,143)
#7E697C
(126,105,124)
#695869
(105,88,105)
#544756
(84,71,86)
#3F3643
(63,54,67)
#2A2530
(42,37,48)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #E7BEDB

#E7BEDB
(231,190,219)
#E9C3DE
(233,195,222)
#EBC8E1
(235,200,225)
#EDCDE4
(237,205,228)
#EFD2E7
(239,210,231)
#F1D7EA
(241,215,234)
#F3DCED
(243,220,237)
#F5E1F0
(245,225,240)
#F7E6F3
(247,230,243)
#F9EBF6
(249,235,246)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BEDB color. Also use rgb(231,190,219) instead hex code.

Text Font Color

.myTextColor { color: #E7BEDB; }

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

This text font color is #E7BEDB.

Background Color

.myBgColor { background-color: #E7BEDB; }

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

This div background color is #E7BEDB.

Border color

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

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

This div border color is #E7BEDB.

Opacity

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

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

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

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

This text has shadow with #E7BEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BEDB.

Preview

Color preview on black background

This text has color #E7BEDB on black background.


Color preview on white background

This text has color #E7BEDB on white background.


Black color preview on #E7BEDB background

This text has black color on #E7BEDB background.


White color preview on #E7BEDB background

This text has white color on #E7BEDB background.


Related colors

Complementary color

Complementary color for #hex is #184124.


I love getcolorcode.com

Triadic colors

1 #DBE7BE and #BEDBE7 with #E7BEDB are triadic colors.

2 #DBBEE7 and #BEE7DB with #E7BEDB are triadic colors.