COLOR #E4BDD2

HEX: #E4BDD2 RGB: (228,189,210)

Color info

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

RGB color model

#E4BDD2 color RGB value is (228,189,210).

RGB: (228,189,210) (89%, 74%, 82%)

RGB channels and saturation

R 228 of 255 = 89%
G 189 of 255 = 74%
B 210 of 255 = 82%

228
189
210

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

Portions of RGB colors in percentages

R + G + B = 228 + 189 + 210 = 627 (100%)
R 228 of 627 ~ 36.36%
G 189 of 627 ~ 30.14%
B 210 of 627 ~ 33.49'%

%36.36
%30.14
%33.49

CMYK color model

#E4BDD2 color CMYK value is (0,17,8,11).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 7.89%
  • key color value is 10.59%

CMYK: (0,17,8,11)
C0M17Y8K11 (0%, 17%, 8%, 11%)
(0.00 / 0.17 / 0.08 / 0.11)

CMYK percentages

%0
%17.11
%7.89
%10.59

Codes

Color #E4BDD2 in popluar color models

E4 BD D2
RGB 228 189 210
HSL 328° 41.94% 81.76%
HSB/HSV 328° 17.11% 89.41%
CMYK 0.00% 17.11% 7.89%
10.59%

Color #E4BDD2 in popluar number systems.

HEX E4 BD D2
Decimal 228 189 210
Binary 11100100 10111101 11010010
Octal 344 275 322

Shades and tints

Shades of #E4BDD2

#E4BDD2
(228,189,210)
#D0ACBF
(208,172,191)
#BC9BAC
(188,155,172)
#A88A99
(168,138,153)
#947986
(148,121,134)
#806873
(128,104,115)
#6C5760
(108,87,96)
#58464D
(88,70,77)
#44353A
(68,53,58)
#302427
(48,36,39)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #E4BDD2

#E4BDD2
(228,189,210)
#E6C3D6
(230,195,214)
#E8C9DA
(232,201,218)
#EACFDE
(234,207,222)
#ECD5E2
(236,213,226)
#EEDBE6
(238,219,230)
#F0E1EA
(240,225,234)
#F2E7EE
(242,231,238)
#F4EDF2
(244,237,242)
#F6F3F6
(246,243,246)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BDD2 color. Also use rgb(228,189,210) instead hex code.

Text Font Color

.myTextColor { color: #E4BDD2; }

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

This text font color is #E4BDD2.

Background Color

.myBgColor { background-color: #E4BDD2; }

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

This div background color is #E4BDD2.

Border color

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

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

This div border color is #E4BDD2.

Opacity

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

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

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

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

This text has shadow with #E4BDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BDD2.

Preview

Color preview on black background

This text has color #E4BDD2 on black background.


Color preview on white background

This text has color #E4BDD2 on white background.


Black color preview on #E4BDD2 background

This text has black color on #E4BDD2 background.


White color preview on #E4BDD2 background

This text has white color on #E4BDD2 background.


Related colors

Complementary color

Complementary color for #hex is #1B422D.


I love getcolorcode.com

Triadic colors

1 #D2E4BD and #BDD2E4 with #E4BDD2 are triadic colors.

2 #D2BDE4 and #BDE4D2 with #E4BDD2 are triadic colors.