COLOR #E7BED2

HEX: #E7BED2 RGB: (231,190,210)

Color info

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

RGB color model

#E7BED2 color RGB value is (231,190,210).

RGB: (231,190,210) (91%, 75%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 210 of 255 = 82%

231
190
210

R + G + B ~ 83%. #E7BED2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 190 + 210 = 631 (100%)
R 231 of 631 ~ 36.61%
G 190 of 631 ~ 30.11%
B 210 of 631 ~ 33.28'%

%36.61
%30.11
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 9.09%
  • key color value is 9.41%
CMYK: (0,18,9,9) C0M18Y9K9 (0%,18%,9%,9%) (0.00/0.18/0.09/0.09) 

CMYK percentages

%0
%17.75
%9.09
%9.41

Codes

Color #E7BED2 in popluar color models

E7 BE D2
RGB 231 190 210
HSL 331° 46.07% 82.55%
HSB/HSV 331° 17.75% 90.59%
CMYK 0.00% 17.75% 9.09%
9.41%

Color #E7BED2 in popluar number systems.

HEX E7 BE D2
Decimal 231 190 210
Binary 11100111 10111110 11010010
Octal 347 276 322

Shades and tints

Shades of #E7BED2

#E7BED2
(231,190,210)
#D2ADBF
(210,173,191)
#BD9CAC
(189,156,172)
#A88B99
(168,139,153)
#937A86
(147,122,134)
#7E6973
(126,105,115)
#695860
(105,88,96)
#54474D
(84,71,77)
#3F363A
(63,54,58)
#2A2527
(42,37,39)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #E7BED2

#E7BED2
(231,190,210)
#E9C3D6
(233,195,214)
#EBC8DA
(235,200,218)
#EDCDDE
(237,205,222)
#EFD2E2
(239,210,226)
#F1D7E6
(241,215,230)
#F3DCEA
(243,220,234)
#F5E1EE
(245,225,238)
#F7E6F2
(247,230,242)
#F9EBF6
(249,235,246)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BED2; }

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

This text font color is #E7BED2.

Background Color

.myBgColor { background-color: #E7BED2; }

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

This div background color is #E7BED2.

Border color

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

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

This div border color is #E7BED2.

Opacity

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

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

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

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

This text has shadow with #E7BED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BED2.

Preview

Color preview on black background

This text has color #E7BED2 on black background.


Color preview on white background

This text has color #E7BED2 on white background.


Black color preview on #E7BED2 background

This text has black color on #E7BED2 background.


White color preview on #E7BED2 background

This text has white color on #E7BED2 background.


Related colors

Complementary color

Complementary color for #hex is #18412D.


I love getcolorcode.com

Triadic colors

1 #D2E7BE and #BED2E7 with #E7BED2 are triadic colors.

2 #D2BEE7 and #BEE7D2 with #E7BED2 are triadic colors.