COLOR #E6BED0

HEX: #E6BED0
RGB: (230,190,208)

Color info

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

RGB color model

#E6BED0 color RGB value is (230,190,208).

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

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 208 of 255 = 82%

230
190
208

R + G + B ~ 82%. #E6BED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 190 + 208 = 628 (100%)
R 230 of 628 ~ 36.62%
G 190 of 628 ~ 30.25%
B 208 of 628 ~ 33.12%

%36.62
%30.25
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK:
(0,17,10,10)
C0M17Y10K10 
(0%,17%,10%,10%)
(0.00/0.17/0.10/0.10)	

CMYK percentages

%0
%17.39
%9.57
%9.8

Codes

Color #E6BED0 in popluar color models

E6BED0
RGB230190208
HSL333°44.44%82.35%
HSB/HSV333°17.39%90.20%
CMYK0.00%17.39%9.57%
9.80%

Color #E6BED0 in popluar number systems.

HEXE6BED0
Decimal230190208
Binary111001101011111011010000
Octal346276320

Shades and tints

Shades of #E6BED0

#E6BED0
(230,190,208)
#D2ADBE
(210,173,190)
#BE9CAC
(190,156,172)
#AA8B9A
(170,139,154)
#967A88
(150,122,136)
#826976
(130,105,118)
#6E5864
(110,88,100)
#5A4752
(90,71,82)
#463640
(70,54,64)
#32252E
(50,37,46)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #E6BED0

#E6BED0
(230,190,208)
#E8C3D4
(232,195,212)
#EAC8D8
(234,200,216)
#ECCDDC
(236,205,220)
#EED2E0
(238,210,224)
#F0D7E4
(240,215,228)
#F2DCE8
(242,220,232)
#F4E1EC
(244,225,236)
#F6E6F0
(246,230,240)
#F8EBF4
(248,235,244)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BED0; }

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

This text font color is #E6BED0.


Background Color

.myBgColor { background-color: #E6BED0; }

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

This div background color is #E6BED0.


Border color

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

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

This div border color is #E6BED0.


Opacity

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

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

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

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

This text has shadow with #E6BED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BED0 on black background.


Color preview on white background

This text has color #E6BED0 on white background.



Black color preview on #E6BED0 background

This text has black color on #E6BED0 background.


White color preview on #E6BED0 background

This text has white color on #E6BED0 background.