COLOR #E6BEDC

HEX: #E6BEDC RGB: (230,190,220)

Color info

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

RGB color model

#E6BEDC color RGB value is (230,190,220).

RGB: (230,190,220) (90%, 75%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 220 of 255 = 86%

230
190
220

R + G + B ~ 84%. #E6BEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 190 + 220 = 640 (100%)
R 230 of 640 ~ 35.94%
G 190 of 640 ~ 29.69%
B 220 of 640 ~ 34.38'%

%35.94
%29.69
%34.38

CMYK color model

#E6BEDC color CMYK value is (0,17,4,10).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 4.35%
  • key color value is 9.80%

CMYK: (0,17,4,10)
C0M17Y4K10 (0%, 17%, 4%, 10%)
(0.00 / 0.17 / 0.04 / 0.10)

CMYK percentages

%0
%17.39
%4.35
%9.8

Codes

Color #E6BEDC in popluar color models

E6 BE DC
RGB 230 190 220
HSL 315° 44.44% 82.35%
HSB/HSV 315° 17.39% 90.20%
CMYK 0.00% 17.39% 4.35%
9.80%

Color #E6BEDC in popluar number systems.

HEX E6 BE DC
Decimal 230 190 220
Binary 11100110 10111110 11011100
Octal 346 276 334

Shades and tints

Shades of #E6BEDC

#E6BEDC
(230,190,220)
#D2ADC8
(210,173,200)
#BE9CB4
(190,156,180)
#AA8BA0
(170,139,160)
#967A8C
(150,122,140)
#826978
(130,105,120)
#6E5864
(110,88,100)
#5A4750
(90,71,80)
#46363C
(70,54,60)
#322528
(50,37,40)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E6BEDC

#E6BEDC
(230,190,220)
#E8C3DF
(232,195,223)
#EAC8E2
(234,200,226)
#ECCDE5
(236,205,229)
#EED2E8
(238,210,232)
#F0D7EB
(240,215,235)
#F2DCEE
(242,220,238)
#F4E1F1
(244,225,241)
#F6E6F4
(246,230,244)
#F8EBF7
(248,235,247)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BEDC; }

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

This text font color is #E6BEDC.

Background Color

.myBgColor { background-color: #E6BEDC; }

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

This div background color is #E6BEDC.

Border color

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

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

This div border color is #E6BEDC.

Opacity

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

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

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

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

This text has shadow with #E6BEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BEDC.

Preview

Color preview on black background

This text has color #E6BEDC on black background.


Color preview on white background

This text has color #E6BEDC on white background.


Black color preview on #E6BEDC background

This text has black color on #E6BEDC background.


White color preview on #E6BEDC background

This text has white color on #E6BEDC background.


Related colors

Complementary color

Complementary color for #hex is #194123.


I love getcolorcode.com

Triadic colors

1 #DCE6BE and #BEDCE6 with #E6BEDC are triadic colors.

2 #DCBEE6 and #BEE6DC with #E6BEDC are triadic colors.