COLOR #E0BEED

HEX: #E0BEED RGB: (224,190,237)

Color info

#E0BEED contains red, green and blue colors in about the same proportion. Web safe color of #E0BEED is #CCCCFF (or #CCF).

RGB color model

#E0BEED color RGB value is (224,190,237).

RGB: (224,190,237) (88%, 75%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 237 of 255 = 93%

224
190
237

R + G + B ~ 85%. #E0BEED is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 237 = 651 (100%)
R 224 of 651 ~ 34.41%
G 190 of 651 ~ 29.19%
B 237 of 651 ~ 36.41'%

%34.41
%29.19
%36.41

CMYK color model

#E0BEED color CMYK value is (5,20,0,7).

  • cyan value is 5.49%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (5,20,0,7)
C5M20Y0K7 (5%, 20%, 0%, 7%)
(0.05 / 0.20 / 0.00 / 0.07)

CMYK percentages

%5.49
%19.83
%0
%7.06

Codes

Color #E0BEED in popluar color models

E0 BE ED
RGB 224 190 237
HSL 283° 56.63% 83.73%
HSB/HSV 283° 19.83% 92.94%
CMYK 5.49% 19.83% 0.00%
7.06%

Color #E0BEED in popluar number systems.

HEX E0 BE ED
Decimal 224 190 237
Binary 11100000 10111110 11101101
Octal 340 276 355

Shades and tints

Shades of #E0BEED

#E0BEED
(224,190,237)
#CCADD8
(204,173,216)
#B89CC3
(184,156,195)
#A48BAE
(164,139,174)
#907A99
(144,122,153)
#7C6984
(124,105,132)
#68586F
(104,88,111)
#54475A
(84,71,90)
#403645
(64,54,69)
#2C2530
(44,37,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #E0BEED

#E0BEED
(224,190,237)
#E2C3EE
(226,195,238)
#E4C8EF
(228,200,239)
#E6CDF0
(230,205,240)
#E8D2F1
(232,210,241)
#EAD7F2
(234,215,242)
#ECDCF3
(236,220,243)
#EEE1F4
(238,225,244)
#F0E6F5
(240,230,245)
#F2EBF6
(242,235,246)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BEED; }

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

This text font color is #E0BEED.

Background Color

.myBgColor { background-color: #E0BEED; }

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

This div background color is #E0BEED.

Border color

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

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

This div border color is #E0BEED.

Opacity

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

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

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

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

This text has shadow with #E0BEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BEED.

Preview

Color preview on black background

This text has color #E0BEED on black background.


Color preview on white background

This text has color #E0BEED on white background.


Black color preview on #E0BEED background

This text has black color on #E0BEED background.


White color preview on #E0BEED background

This text has white color on #E0BEED background.


Related colors

Complementary color

Complementary color for #hex is #1F4112.


I love getcolorcode.com

Triadic colors

1 #EDE0BE and #BEEDE0 with #E0BEED are triadic colors.

2 #EDBEE0 and #BEE0ED with #E0BEED are triadic colors.