COLOR #E09B9B

HEX: #E09B9B RGB: (224,155,155)

Color info

#E09B9B contains mainly red color. Web safe color of #E09B9B is #CC9999 (or #C99).

RGB color model

#E09B9B color RGB value is (224,155,155).

RGB: (224,155,155) (88%, 61%, 61%)

RGB channels and saturation

R 224 of 255 = 88%
G 155 of 255 = 61%
B 155 of 255 = 61%

224
155
155

R + G + B ~ 70%. #E09B9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 155 + 155 = 534 (100%)
R 224 of 534 ~ 41.95%
G 155 of 534 ~ 29.03%
B 155 of 534 ~ 29.03'%

%41.95
%29.03
%29.03

CMYK color model

#E09B9B color CMYK value is (0,31,31,12).

  • cyan value is 0.00%
  • magenta value is 30.80%
  • yellow value is 30.80%
  • key color value is 12.16%

CMYK: (0,31,31,12)
C0M31Y31K12 (0%, 31%, 31%, 12%)
(0.00 / 0.31 / 0.31 / 0.12)

CMYK percentages

%0
%30.8
%30.8
%12.16

Codes

Color #E09B9B in popluar color models

E0 9B 9B
RGB 224 155 155
HSL 52.67% 74.31%
HSB/HSV 30.80% 87.84%
CMYK 0.00% 30.80% 30.80%
12.16%

Color #E09B9B in popluar number systems.

HEX E0 9B 9B
Decimal 224 155 155
Binary 11100000 10011011 10011011
Octal 340 233 233

Shades and tints

Shades of #E09B9B

#E09B9B
(224,155,155)
#CC8D8D
(204,141,141)
#B87F7F
(184,127,127)
#A47171
(164,113,113)
#906363
(144,99,99)
#7C5555
(124,85,85)
#684747
(104,71,71)
#543939
(84,57,57)
#402B2B
(64,43,43)
#2C1D1D
(44,29,29)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #E09B9B

#E09B9B
(224,155,155)
#E2A4A4
(226,164,164)
#E4ADAD
(228,173,173)
#E6B6B6
(230,182,182)
#E8BFBF
(232,191,191)
#EAC8C8
(234,200,200)
#ECD1D1
(236,209,209)
#EEDADA
(238,218,218)
#F0E3E3
(240,227,227)
#F2ECEC
(242,236,236)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09B9B; }

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

This text font color is #E09B9B.

Background Color

.myBgColor { background-color: #E09B9B; }

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

This div background color is #E09B9B.

Border color

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

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

This div border color is #E09B9B.

Opacity

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

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

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

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

This text has shadow with #E09B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09B9B.

Preview

Color preview on black background

This text has color #E09B9B on black background.


Color preview on white background

This text has color #E09B9B on white background.


Black color preview on #E09B9B background

This text has black color on #E09B9B background.


White color preview on #E09B9B background

This text has white color on #E09B9B background.


Related colors

Complementary color

Complementary color for #hex is #1F6464.


I love getcolorcode.com