COLOR #E0BEDF

HEX: #E0BEDF RGB: (224,190,223)

Color info

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

RGB color model

#E0BEDF color RGB value is (224,190,223).

RGB: (224,190,223) (88%, 75%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 223 of 255 = 87%

224
190
223

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

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 223 = 637 (100%)
R 224 of 637 ~ 35.16%
G 190 of 637 ~ 29.83%
B 223 of 637 ~ 35.01'%

%35.16
%29.83
%35.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 0.45%
  • key color value is 12.16%
CMYK: (0,15,0,12) C0M15Y0K12 (0%,15%,0%,12%) (0.00/0.15/0.00/0.12) 

CMYK percentages

%0
%15.18
%0.45
%12.16

Codes

Color #E0BEDF in popluar color models

E0 BE DF
RGB 224 190 223
HSL 302° 35.42% 81.18%
HSB/HSV 302° 15.18% 87.84%
CMYK 0.00% 15.18% 0.45%
12.16%

Color #E0BEDF in popluar number systems.

HEX E0 BE DF
Decimal 224 190 223
Binary 11100000 10111110 11011111
Octal 340 276 337

Shades and tints

Shades of #E0BEDF

#E0BEDF
(224,190,223)
#CCADCB
(204,173,203)
#B89CB7
(184,156,183)
#A48BA3
(164,139,163)
#907A8F
(144,122,143)
#7C697B
(124,105,123)
#685867
(104,88,103)
#544753
(84,71,83)
#40363F
(64,54,63)
#2C252B
(44,37,43)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #E0BEDF

#E0BEDF
(224,190,223)
#E2C3E1
(226,195,225)
#E4C8E3
(228,200,227)
#E6CDE5
(230,205,229)
#E8D2E7
(232,210,231)
#EAD7E9
(234,215,233)
#ECDCEB
(236,220,235)
#EEE1ED
(238,225,237)
#F0E6EF
(240,230,239)
#F2EBF1
(242,235,241)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BEDF; }

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

This text font color is #E0BEDF.

Background Color

.myBgColor { background-color: #E0BEDF; }

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

This div background color is #E0BEDF.

Border color

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

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

This div border color is #E0BEDF.

Opacity

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

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

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

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

This text has shadow with #E0BEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BEDF.

Preview

Color preview on black background

This text has color #E0BEDF on black background.


Color preview on white background

This text has color #E0BEDF on white background.


Black color preview on #E0BEDF background

This text has black color on #E0BEDF background.


White color preview on #E0BEDF background

This text has white color on #E0BEDF background.


Related colors

Complementary color

Complementary color for #hex is #1F4120.


I love getcolorcode.com

Triadic colors

1 #DFE0BE and #BEDFE0 with #E0BEDF are triadic colors.

2 #DFBEE0 and #BEE0DF with #E0BEDF are triadic colors.