COLOR #E0BABA

HEX: #E0BABA
RGB: (224,186,186)

Color info

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

RGB color model

#E0BABA color RGB value is (224,186,186).

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

RGB channels and saturation

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

224
186
186

R + G + B ~ 78%. #E0BABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 186 + 186 = 596 (100%)
R 224 of 596 ~ 37.58%
G 186 of 596 ~ 31.21%
B 186 of 596 ~ 31.21%

%37.58
%31.21
%31.21

CMYK color model

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

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

CMYK percentages

%0
%16.96
%16.96
%12.16

Codes

Color #E0BABA in popluar color models

E0BABA
RGB224186186
HSL38.00%80.39%
HSB/HSV16.96%87.84%
CMYK0.00%16.96%16.96%
12.16%

Color #E0BABA in popluar number systems.

HEXE0BABA
Decimal224186186
Binary111000001011101010111010
Octal340272272

Shades and tints

Shades of #E0BABA

#E0BABA
(224,186,186)
#CCAAAA
(204,170,170)
#B89A9A
(184,154,154)
#A48A8A
(164,138,138)
#907A7A
(144,122,122)
#7C6A6A
(124,106,106)
#685A5A
(104,90,90)
#544A4A
(84,74,74)
#403A3A
(64,58,58)
#2C2A2A
(44,42,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #E0BABA

#E0BABA
(224,186,186)
#E2C0C0
(226,192,192)
#E4C6C6
(228,198,198)
#E6CCCC
(230,204,204)
#E8D2D2
(232,210,210)
#EAD8D8
(234,216,216)
#ECDEDE
(236,222,222)
#EEE4E4
(238,228,228)
#F0EAEA
(240,234,234)
#F2F0F0
(242,240,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BABA; }

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

This text font color is #E0BABA.


Background Color

.myBgColor { background-color: #E0BABA; }

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

This div background color is #E0BABA.


Border color

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

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

This div border color is #E0BABA.


Opacity

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

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

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

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

This text has shadow with #E0BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BABA on black background.


Color preview on white background

This text has color #E0BABA on white background.



Black color preview on #E0BABA background

This text has black color on #E0BABA background.


White color preview on #E0BABA background

This text has white color on #E0BABA background.