COLOR #E0BADE

HEX: #E0BADE
RGB: (224,186,222)

Color info

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

RGB color model

#E0BADE color RGB value is (224,186,222).

  • red value is 224;
  • green value is 186;
  • blue value is 222.
RGB:
(224,186,222)
(88%,73%,87%)

RGB channels and saturation

R 224 of 255 = 88%
G 186 of 255 = 73%
B 222 of 255 = 87%

224
186
222

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

Portions of RGB colors in percentages

R + G + B =
224 + 186 + 222 = 632 (100%)
R 224 of 632 ~ 35.44%
G 186 of 632 ~ 29.43%
B 222 of 632 ~ 35.13%

%35.44
%29.43
%35.13

CMYK color model

#E0BADE color CMYK value is (0,17,1,12).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 0.89%
  • key color value is 12.16%
CMYK:
(0,17,1,12)
C0M17Y1K12 
(0%,17%,1%,12%)
(0.00/0.17/0.01/0.12)	

CMYK percentages

%0
%16.96
%0.89
%12.16

Codes

Color #E0BADE in popluar color models

E0BADE
RGB224186222
HSL303°38.00%80.39%
HSB/HSV303°16.96%87.84%
CMYK0.00%16.96%0.89%
12.16%

Color #E0BADE in popluar number systems.

HEXE0BADE
Decimal224186222
Binary111000001011101011011110
Octal340272336

Shades and tints

Shades of #E0BADE

#E0BADE
(224,186,222)
#CCAACA
(204,170,202)
#B89AB6
(184,154,182)
#A48AA2
(164,138,162)
#907A8E
(144,122,142)
#7C6A7A
(124,106,122)
#685A66
(104,90,102)
#544A52
(84,74,82)
#403A3E
(64,58,62)
#2C2A2A
(44,42,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #E0BADE

#E0BADE
(224,186,222)
#E2C0E1
(226,192,225)
#E4C6E4
(228,198,228)
#E6CCE7
(230,204,231)
#E8D2EA
(232,210,234)
#EAD8ED
(234,216,237)
#ECDEF0
(236,222,240)
#EEE4F3
(238,228,243)
#F0EAF6
(240,234,246)
#F2F0F9
(242,240,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BADE color. Also use rgb(224,186,222) instead hex code.

Text Font Color

.myTextColor { color: #E0BADE; }

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

This text font color is #E0BADE.


Background Color

.myBgColor { background-color: #E0BADE; }

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

This div background color is #E0BADE.


Border color

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

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

This div border color is #E0BADE.


Opacity

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

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

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

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

This text has shadow with #E0BADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BADE on black background.


Color preview on white background

This text has color #E0BADE on white background.



Black color preview on #E0BADE background

This text has black color on #E0BADE background.


White color preview on #E0BADE background

This text has white color on #E0BADE background.