COLOR #E7BCDD

HEX: #E7BCDD RGB: (231,188,221)

Color info

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

RGB color model

#E7BCDD color RGB value is (231,188,221).

RGB: (231,188,221) (91%, 74%, 87%)

RGB channels and saturation

R 231 of 255 = 91%
G 188 of 255 = 74%
B 221 of 255 = 87%

231
188
221

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

Portions of RGB colors in percentages

R + G + B = 231 + 188 + 221 = 640 (100%)
R 231 of 640 ~ 36.09%
G 188 of 640 ~ 29.38%
B 221 of 640 ~ 34.53'%

%36.09
%29.38
%34.53

CMYK color model

#E7BCDD color CMYK value is (0,19,4,9).

  • cyan value is 0.00%
  • magenta value is 18.61%
  • yellow value is 4.33%
  • key color value is 9.41%

CMYK: (0,19,4,9)
C0M19Y4K9 (0%, 19%, 4%, 9%)
(0.00 / 0.19 / 0.04 / 0.09)

CMYK percentages

%0
%18.61
%4.33
%9.41

Codes

Color #E7BCDD in popluar color models

E7 BC DD
RGB 231 188 221
HSL 314° 47.25% 82.16%
HSB/HSV 314° 18.61% 90.59%
CMYK 0.00% 18.61% 4.33%
9.41%

Color #E7BCDD in popluar number systems.

HEX E7 BC DD
Decimal 231 188 221
Binary 11100111 10111100 11011101
Octal 347 274 335

Shades and tints

Shades of #E7BCDD

#E7BCDD
(231,188,221)
#D2ABC9
(210,171,201)
#BD9AB5
(189,154,181)
#A889A1
(168,137,161)
#93788D
(147,120,141)
#7E6779
(126,103,121)
#695665
(105,86,101)
#544551
(84,69,81)
#3F343D
(63,52,61)
#2A2329
(42,35,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #E7BCDD

#E7BCDD
(231,188,221)
#E9C2E0
(233,194,224)
#EBC8E3
(235,200,227)
#EDCEE6
(237,206,230)
#EFD4E9
(239,212,233)
#F1DAEC
(241,218,236)
#F3E0EF
(243,224,239)
#F5E6F2
(245,230,242)
#F7ECF5
(247,236,245)
#F9F2F8
(249,242,248)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BCDD color. Also use rgb(231,188,221) instead hex code.

Text Font Color

.myTextColor { color: #E7BCDD; }

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

This text font color is #E7BCDD.

Background Color

.myBgColor { background-color: #E7BCDD; }

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

This div background color is #E7BCDD.

Border color

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

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

This div border color is #E7BCDD.

Opacity

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

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

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

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

This text has shadow with #E7BCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BCDD.

Preview

Color preview on black background

This text has color #E7BCDD on black background.


Color preview on white background

This text has color #E7BCDD on white background.


Black color preview on #E7BCDD background

This text has black color on #E7BCDD background.


White color preview on #E7BCDD background

This text has white color on #E7BCDD background.


Related colors

Complementary color

Complementary color for #hex is #184322.


I love getcolorcode.com

Triadic colors

1 #DDE7BC and #BCDDE7 with #E7BCDD are triadic colors.

2 #DDBCE7 and #BCE7DD with #E7BCDD are triadic colors.