COLOR #E4BAD0

HEX: #E4BAD0 RGB: (228,186,208)

Color info

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

RGB color model

#E4BAD0 color RGB value is (228,186,208).

RGB: (228,186,208) (89%, 73%, 82%)

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 208 of 255 = 82%

228
186
208

R + G + B ~ 81%. #E4BAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 186 + 208 = 622 (100%)
R 228 of 622 ~ 36.66%
G 186 of 622 ~ 29.9%
B 208 of 622 ~ 33.44'%

%36.66
%29.9
%33.44

CMYK color model

#E4BAD0 color CMYK value is (0,18,9,11).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 8.77%
  • key color value is 10.59%
CMYK: (0,18,9,11) C0M18Y9K11 (0%,18%,9%,11%) (0.00/0.18/0.09/0.11) 

CMYK percentages

%0
%18.42
%8.77
%10.59

Codes

Color #E4BAD0 in popluar color models

E4 BA D0
RGB 228 186 208
HSL 329° 43.75% 81.18%
HSB/HSV 329° 18.42% 89.41%
CMYK 0.00% 18.42% 8.77%
10.59%

Color #E4BAD0 in popluar number systems.

HEX E4 BA D0
Decimal 228 186 208
Binary 11100100 10111010 11010000
Octal 344 272 320

Shades and tints

Shades of #E4BAD0

#E4BAD0
(228,186,208)
#D0AABE
(208,170,190)
#BC9AAC
(188,154,172)
#A88A9A
(168,138,154)
#947A88
(148,122,136)
#806A76
(128,106,118)
#6C5A64
(108,90,100)
#584A52
(88,74,82)
#443A40
(68,58,64)
#302A2E
(48,42,46)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #E4BAD0

#E4BAD0
(228,186,208)
#E6C0D4
(230,192,212)
#E8C6D8
(232,198,216)
#EACCDC
(234,204,220)
#ECD2E0
(236,210,224)
#EED8E4
(238,216,228)
#F0DEE8
(240,222,232)
#F2E4EC
(242,228,236)
#F4EAF0
(244,234,240)
#F6F0F4
(246,240,244)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BAD0 color. Also use rgb(228,186,208) instead hex code.

Text Font Color

.myTextColor { color: #E4BAD0; }

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

This text font color is #E4BAD0.

Background Color

.myBgColor { background-color: #E4BAD0; }

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

This div background color is #E4BAD0.

Border color

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

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

This div border color is #E4BAD0.

Opacity

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

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

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

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

This text has shadow with #E4BAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BAD0.

Preview

Color preview on black background

This text has color #E4BAD0 on black background.


Color preview on white background

This text has color #E4BAD0 on white background.


Black color preview on #E4BAD0 background

This text has black color on #E4BAD0 background.


White color preview on #E4BAD0 background

This text has white color on #E4BAD0 background.


Related colors

Complementary color

Complementary color for #hex is #1B452F.


I love getcolorcode.com

Triadic colors

1 #D0E4BA and #BAD0E4 with #E4BAD0 are triadic colors.

2 #D0BAE4 and #BAE4D0 with #E4BAD0 are triadic colors.