COLOR #E6BEDE

HEX: #E6BEDE
RGB: (230,190,222)

Color info

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

RGB color model

#E6BEDE color RGB value is (230,190,222).

  • red value is 230;
  • green value is 190;
  • blue value is 222.
RGB:
(230,190,222)
(90%,75%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 222 of 255 = 87%

230
190
222

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

Portions of RGB colors in percentages

R + G + B =
230 + 190 + 222 = 642 (100%)
R 230 of 642 ~ 35.83%
G 190 of 642 ~ 29.6%
B 222 of 642 ~ 34.58%

%35.83
%29.6
%34.58

CMYK color model

#E6BEDE color CMYK value is (0,17,3,10).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,17,3,10)
C0M17Y3K10 
(0%,17%,3%,10%)
(0.00/0.17/0.03/0.10)	

CMYK percentages

%0
%17.39
%3.48
%9.8

Codes

Color #E6BEDE in popluar color models

E6BEDE
RGB230190222
HSL312°44.44%82.35%
HSB/HSV312°17.39%90.20%
CMYK0.00%17.39%3.48%
9.80%

Color #E6BEDE in popluar number systems.

HEXE6BEDE
Decimal230190222
Binary111001101011111011011110
Octal346276336

Shades and tints

Shades of #E6BEDE

#E6BEDE
(230,190,222)
#D2ADCA
(210,173,202)
#BE9CB6
(190,156,182)
#AA8BA2
(170,139,162)
#967A8E
(150,122,142)
#82697A
(130,105,122)
#6E5866
(110,88,102)
#5A4752
(90,71,82)
#46363E
(70,54,62)
#32252A
(50,37,42)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #E6BEDE

#E6BEDE
(230,190,222)
#E8C3E1
(232,195,225)
#EAC8E4
(234,200,228)
#ECCDE7
(236,205,231)
#EED2EA
(238,210,234)
#F0D7ED
(240,215,237)
#F2DCF0
(242,220,240)
#F4E1F3
(244,225,243)
#F6E6F6
(246,230,246)
#F8EBF9
(248,235,249)
#FAF0FC
(250,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BEDE; }

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

This text font color is #E6BEDE.


Background Color

.myBgColor { background-color: #E6BEDE; }

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

This div background color is #E6BEDE.


Border color

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

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

This div border color is #E6BEDE.


Opacity

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

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

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

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

This text has shadow with #E6BEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEDE on black background.


Color preview on white background

This text has color #E6BEDE on white background.



Black color preview on #E6BEDE background

This text has black color on #E6BEDE background.


White color preview on #E6BEDE background

This text has white color on #E6BEDE background.