COLOR #E7BCEB

HEX: #E7BCEB RGB: (231,188,235)

Color info

#E7BCEB contains red, green and blue colors in about the same proportion. Web safe color of #E7BCEB is #FFCCFF (or #FCF).

RGB color model

#E7BCEB color RGB value is (231,188,235).

RGB: (231,188,235) (91%, 74%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 188 of 255 = 74%
B 235 of 255 = 92%

231
188
235

R + G + B ~ 86%. #E7BCEB is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 188 + 235 = 654 (100%)
R 231 of 654 ~ 35.32%
G 188 of 654 ~ 28.75%
B 235 of 654 ~ 35.93'%

%35.32
%28.75
%35.93

CMYK color model

#E7BCEB color CMYK value is (2,20,0,8).

  • cyan value is 1.70%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (2,20,0,8)
C2M20Y0K8 (2%, 20%, 0%, 8%)
(0.02 / 0.20 / 0.00 / 0.08)

CMYK percentages

%1.7
%20
%0
%7.84

Codes

Color #E7BCEB in popluar color models

E7 BC EB
RGB 231 188 235
HSL 295° 54.02% 82.94%
HSB/HSV 295° 20.00% 92.16%
CMYK 1.70% 20.00% 0.00%
7.84%

Color #E7BCEB in popluar number systems.

HEX E7 BC EB
Decimal 231 188 235
Binary 11100111 10111100 11101011
Octal 347 274 353

Shades and tints

Shades of #E7BCEB

#E7BCEB
(231,188,235)
#D2ABD6
(210,171,214)
#BD9AC1
(189,154,193)
#A889AC
(168,137,172)
#937897
(147,120,151)
#7E6782
(126,103,130)
#69566D
(105,86,109)
#544558
(84,69,88)
#3F3443
(63,52,67)
#2A232E
(42,35,46)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #E7BCEB

#E7BCEB
(231,188,235)
#E9C2EC
(233,194,236)
#EBC8ED
(235,200,237)
#EDCEEE
(237,206,238)
#EFD4EF
(239,212,239)
#F1DAF0
(241,218,240)
#F3E0F1
(243,224,241)
#F5E6F2
(245,230,242)
#F7ECF3
(247,236,243)
#F9F2F4
(249,242,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BCEB; }

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

This text font color is #E7BCEB.

Background Color

.myBgColor { background-color: #E7BCEB; }

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

This div background color is #E7BCEB.

Border color

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

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

This div border color is #E7BCEB.

Opacity

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

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

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

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

This text has shadow with #E7BCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BCEB.

Preview

Color preview on black background

This text has color #E7BCEB on black background.


Color preview on white background

This text has color #E7BCEB on white background.


Black color preview on #E7BCEB background

This text has black color on #E7BCEB background.


White color preview on #E7BCEB background

This text has white color on #E7BCEB background.


Related colors

Complementary color

Complementary color for #hex is #184314.


I love getcolorcode.com

Triadic colors

1 #EBE7BC and #BCEBE7 with #E7BCEB are triadic colors.

2 #EBBCE7 and #BCE7EB with #E7BCEB are triadic colors.