COLOR #E4BED6

HEX: #E4BED6
RGB: (228,190,214)

Color info

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

RGB color model

#E4BED6 color RGB value is (228,190,214).

  • red value is 228;
  • green value is 190;
  • blue value is 214.
RGB:
(228,190,214)
(89%,75%,84%)

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 214 of 255 = 84%

228
190
214

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

Portions of RGB colors in percentages

R + G + B =
228 + 190 + 214 = 632 (100%)
R 228 of 632 ~ 36.08%
G 190 of 632 ~ 30.06%
B 214 of 632 ~ 33.86%

%36.08
%30.06
%33.86

CMYK color model

#E4BED6 color CMYK value is (0,17,6,11).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 6.14%
  • key color value is 10.59%
CMYK:
(0,17,6,11)
C0M17Y6K11 
(0%,17%,6%,11%)
(0.00/0.17/0.06/0.11)	

CMYK percentages

%0
%16.67
%6.14
%10.59

Codes

Color #E4BED6 in popluar color models

E4BED6
RGB228190214
HSL322°41.30%81.96%
HSB/HSV322°16.67%89.41%
CMYK0.00%16.67%6.14%
10.59%

Color #E4BED6 in popluar number systems.

HEXE4BED6
Decimal228190214
Binary111001001011111011010110
Octal344276326

Shades and tints

Shades of #E4BED6

#E4BED6
(228,190,214)
#D0ADC3
(208,173,195)
#BC9CB0
(188,156,176)
#A88B9D
(168,139,157)
#947A8A
(148,122,138)
#806977
(128,105,119)
#6C5864
(108,88,100)
#584751
(88,71,81)
#44363E
(68,54,62)
#30252B
(48,37,43)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4BED6

#E4BED6
(228,190,214)
#E6C3D9
(230,195,217)
#E8C8DC
(232,200,220)
#EACDDF
(234,205,223)
#ECD2E2
(236,210,226)
#EED7E5
(238,215,229)
#F0DCE8
(240,220,232)
#F2E1EB
(242,225,235)
#F4E6EE
(244,230,238)
#F6EBF1
(246,235,241)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BED6 color. Also use rgb(228,190,214) instead hex code.

Text Font Color

.myTextColor { color: #E4BED6; }

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

This text font color is #E4BED6.


Background Color

.myBgColor { background-color: #E4BED6; }

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

This div background color is #E4BED6.


Border color

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

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

This div border color is #E4BED6.


Opacity

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

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

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

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

This text has shadow with #E4BED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BED6 on black background.


Color preview on white background

This text has color #E4BED6 on white background.



Black color preview on #E4BED6 background

This text has black color on #E4BED6 background.


White color preview on #E4BED6 background

This text has white color on #E4BED6 background.