COLOR #E3BEDC

HEX: #E3BEDC
RGB: (227,190,220)

Color info

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

RGB color model

#E3BEDC color RGB value is (227,190,220).

  • red value is 227;
  • green value is 190;
  • blue value is 220.
RGB:
(227,190,220)
(89%,75%,86%)

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 220 of 255 = 86%

227
190
220

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

Portions of RGB colors in percentages

R + G + B =
227 + 190 + 220 = 637 (100%)
R 227 of 637 ~ 35.64%
G 190 of 637 ~ 29.83%
B 220 of 637 ~ 34.54%

%35.64
%29.83
%34.54

CMYK color model

#E3BEDC color CMYK value is (0,16,3,11).

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(0,16,3,11)
C0M16Y3K11 
(0%,16%,3%,11%)
(0.00/0.16/0.03/0.11)	

CMYK percentages

%0
%16.3
%3.08
%10.98

Codes

Color #E3BEDC in popluar color models

E3BEDC
RGB227190220
HSL311°39.78%81.76%
HSB/HSV311°16.30%89.02%
CMYK0.00%16.30%3.08%
10.98%

Color #E3BEDC in popluar number systems.

HEXE3BEDC
Decimal227190220
Binary111000111011111011011100
Octal343276334

Shades and tints

Shades of #E3BEDC

#E3BEDC
(227,190,220)
#CFADC8
(207,173,200)
#BB9CB4
(187,156,180)
#A78BA0
(167,139,160)
#937A8C
(147,122,140)
#7F6978
(127,105,120)
#6B5864
(107,88,100)
#574750
(87,71,80)
#43363C
(67,54,60)
#2F2528
(47,37,40)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #E3BEDC

#E3BEDC
(227,190,220)
#E5C3DF
(229,195,223)
#E7C8E2
(231,200,226)
#E9CDE5
(233,205,229)
#EBD2E8
(235,210,232)
#EDD7EB
(237,215,235)
#EFDCEE
(239,220,238)
#F1E1F1
(241,225,241)
#F3E6F4
(243,230,244)
#F5EBF7
(245,235,247)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BEDC; }

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

This text font color is #E3BEDC.


Background Color

.myBgColor { background-color: #E3BEDC; }

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

This div background color is #E3BEDC.


Border color

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

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

This div border color is #E3BEDC.


Opacity

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

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

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

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

This text has shadow with #E3BEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BEDC on black background.


Color preview on white background

This text has color #E3BEDC on white background.



Black color preview on #E3BEDC background

This text has black color on #E3BEDC background.


White color preview on #E3BEDC background

This text has white color on #E3BEDC background.