COLOR #E7BDDB

HEX: #E7BDDB RGB: (231,189,219)

Color info

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

RGB color model

#E7BDDB color RGB value is (231,189,219).

RGB: (231,189,219) (91%, 74%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 189 of 255 = 74%
B 219 of 255 = 86%

231
189
219

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

Portions of RGB colors in percentages

R + G + B = 231 + 189 + 219 = 639 (100%)
R 231 of 639 ~ 36.15%
G 189 of 639 ~ 29.58%
B 219 of 639 ~ 34.27'%

%36.15
%29.58
%34.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.18%
  • 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
%18.18
%5.19
%9.41

Codes

Color #E7BDDB in popluar color models

E7 BD DB
RGB 231 189 219
HSL 317° 46.67% 82.35%
HSB/HSV 317° 18.18% 90.59%
CMYK 0.00% 18.18% 5.19%
9.41%

Color #E7BDDB in popluar number systems.

HEX E7 BD DB
Decimal 231 189 219
Binary 11100111 10111101 11011011
Octal 347 275 333

Shades and tints

Shades of #E7BDDB

#E7BDDB
(231,189,219)
#D2ACC8
(210,172,200)
#BD9BB5
(189,155,181)
#A88AA2
(168,138,162)
#93798F
(147,121,143)
#7E687C
(126,104,124)
#695769
(105,87,105)
#544656
(84,70,86)
#3F3543
(63,53,67)
#2A2430
(42,36,48)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #E7BDDB

#E7BDDB
(231,189,219)
#E9C3DE
(233,195,222)
#EBC9E1
(235,201,225)
#EDCFE4
(237,207,228)
#EFD5E7
(239,213,231)
#F1DBEA
(241,219,234)
#F3E1ED
(243,225,237)
#F5E7F0
(245,231,240)
#F7EDF3
(247,237,243)
#F9F3F6
(249,243,246)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BDDB; }

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

This text font color is #E7BDDB.

Background Color

.myBgColor { background-color: #E7BDDB; }

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

This div background color is #E7BDDB.

Border color

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

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

This div border color is #E7BDDB.

Opacity

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

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

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

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

This text has shadow with #E7BDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BDDB.

Preview

Color preview on black background

This text has color #E7BDDB on black background.


Color preview on white background

This text has color #E7BDDB on white background.


Black color preview on #E7BDDB background

This text has black color on #E7BDDB background.


White color preview on #E7BDDB background

This text has white color on #E7BDDB background.


Related colors

Complementary color

Complementary color for #hex is #184224.


I love getcolorcode.com

Triadic colors

1 #DBE7BD and #BDDBE7 with #E7BDDB are triadic colors.

2 #DBBDE7 and #BDE7DB with #E7BDDB are triadic colors.