COLOR #E0BEC7

HEX: #E0BEC7 RGB: (224,190,199)

Color info

#E0BEC7 contains red, green and blue colors in about the same proportion. Web safe color of #E0BEC7 is #CCCCCC (or #CCC).

RGB color model

#E0BEC7 color RGB value is (224,190,199).

RGB: (224,190,199) (88%, 75%, 78%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 199 of 255 = 78%

224
190
199

R + G + B ~ 80%. #E0BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 199 = 613 (100%)
R 224 of 613 ~ 36.54%
G 190 of 613 ~ 31%
B 199 of 613 ~ 32.46'%

%36.54
%31
%32.46

CMYK color model

#E0BEC7 color CMYK value is (0,15,11,12).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 11.16%
  • key color value is 12.16%

CMYK: (0,15,11,12)
C0M15Y11K12 (0%, 15%, 11%, 12%)
(0.00 / 0.15 / 0.11 / 0.12)

CMYK percentages

%0
%15.18
%11.16
%12.16

Codes

Color #E0BEC7 in popluar color models

E0 BE C7
RGB 224 190 199
HSL 344° 35.42% 81.18%
HSB/HSV 344° 15.18% 87.84%
CMYK 0.00% 15.18% 11.16%
12.16%

Color #E0BEC7 in popluar number systems.

HEX E0 BE C7
Decimal 224 190 199
Binary 11100000 10111110 11000111
Octal 340 276 307

Shades and tints

Shades of #E0BEC7

#E0BEC7
(224,190,199)
#CCADB5
(204,173,181)
#B89CA3
(184,156,163)
#A48B91
(164,139,145)
#907A7F
(144,122,127)
#7C696D
(124,105,109)
#68585B
(104,88,91)
#544749
(84,71,73)
#403637
(64,54,55)
#2C2525
(44,37,37)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E0BEC7

#E0BEC7
(224,190,199)
#E2C3CC
(226,195,204)
#E4C8D1
(228,200,209)
#E6CDD6
(230,205,214)
#E8D2DB
(232,210,219)
#EAD7E0
(234,215,224)
#ECDCE5
(236,220,229)
#EEE1EA
(238,225,234)
#F0E6EF
(240,230,239)
#F2EBF4
(242,235,244)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BEC7 color. Also use rgb(224,190,199) instead hex code.

Text Font Color

.myTextColor { color: #E0BEC7; }

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

This text font color is #E0BEC7.

Background Color

.myBgColor { background-color: #E0BEC7; }

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

This div background color is #E0BEC7.

Border color

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

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

This div border color is #E0BEC7.

Opacity

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

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

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

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

This text has shadow with #E0BEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BEC7.

Preview

Color preview on black background

This text has color #E0BEC7 on black background.


Color preview on white background

This text has color #E0BEC7 on white background.


Black color preview on #E0BEC7 background

This text has black color on #E0BEC7 background.


White color preview on #E0BEC7 background

This text has white color on #E0BEC7 background.


Related colors

Complementary color

Complementary color for #hex is #1F4138.


I love getcolorcode.com

Triadic colors

1 #C7E0BE and #BEC7E0 with #E0BEC7 are triadic colors.

2 #C7BEE0 and #BEE0C7 with #E0BEC7 are triadic colors.