COLOR #E0BEDC

HEX: #E0BEDC RGB: (224,190,220)

Color info

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

RGB color model

#E0BEDC color RGB value is (224,190,220).

RGB: (224,190,220) (88%, 75%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 190 of 255 = 75%
B 220 of 255 = 86%

224
190
220

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

Portions of RGB colors in percentages

R + G + B = 224 + 190 + 220 = 634 (100%)
R 224 of 634 ~ 35.33%
G 190 of 634 ~ 29.97%
B 220 of 634 ~ 34.7'%

%35.33
%29.97
%34.7

CMYK color model

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

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

CMYK: (0,15,2,12)
C0M15Y2K12 (0%, 15%, 2%, 12%)
(0.00 / 0.15 / 0.02 / 0.12)

CMYK percentages

%0
%15.18
%1.79
%12.16

Codes

Color #E0BEDC in popluar color models

E0 BE DC
RGB 224 190 220
HSL 307° 35.42% 81.18%
HSB/HSV 307° 15.18% 87.84%
CMYK 0.00% 15.18% 1.79%
12.16%

Color #E0BEDC in popluar number systems.

HEX E0 BE DC
Decimal 224 190 220
Binary 11100000 10111110 11011100
Octal 340 276 334

Shades and tints

Shades of #E0BEDC

#E0BEDC
(224,190,220)
#CCADC8
(204,173,200)
#B89CB4
(184,156,180)
#A48BA0
(164,139,160)
#907A8C
(144,122,140)
#7C6978
(124,105,120)
#685864
(104,88,100)
#544750
(84,71,80)
#40363C
(64,54,60)
#2C2528
(44,37,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #E0BEDC

#E0BEDC
(224,190,220)
#E2C3DF
(226,195,223)
#E4C8E2
(228,200,226)
#E6CDE5
(230,205,229)
#E8D2E8
(232,210,232)
#EAD7EB
(234,215,235)
#ECDCEE
(236,220,238)
#EEE1F1
(238,225,241)
#F0E6F4
(240,230,244)
#F2EBF7
(242,235,247)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BEDC; }

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

This text font color is #E0BEDC.

Background Color

.myBgColor { background-color: #E0BEDC; }

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

This div background color is #E0BEDC.

Border color

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

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

This div border color is #E0BEDC.

Opacity

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

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

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

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

This text has shadow with #E0BEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0BEDC.

Preview

Color preview on black background

This text has color #E0BEDC on black background.


Color preview on white background

This text has color #E0BEDC on white background.


Black color preview on #E0BEDC background

This text has black color on #E0BEDC background.


White color preview on #E0BEDC background

This text has white color on #E0BEDC background.


Related colors

Complementary color

Complementary color for #hex is #1F4123.


I love getcolorcode.com

Triadic colors

1 #DCE0BE and #BEDCE0 with #E0BEDC are triadic colors.

2 #DCBEE0 and #BEE0DC with #E0BEDC are triadic colors.