COLOR #EEBABD

HEX: #EEBABD RGB: (238,186,189)

Color info

#EEBABD contains red, green and blue colors in about the same proportion. Web safe color of #EEBABD is #FFCCCC (or #FCC).

RGB color model

#EEBABD color RGB value is (238,186,189).

RGB: (238,186,189) (93%, 73%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 189 of 255 = 74%

238
186
189

R + G + B ~ 80%. #EEBABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 186 + 189 = 613 (100%)
R 238 of 613 ~ 38.83%
G 186 of 613 ~ 30.34%
B 189 of 613 ~ 30.83'%

%38.83
%30.34
%30.83

CMYK color model

#EEBABD color CMYK value is (0,22,21,7).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK: (0,22,21,7) C0M22Y21K7 (0%,22%,21%,7%) (0.00/0.22/0.21/0.07) 

CMYK percentages

%0
%21.85
%20.59
%6.67

Codes

Color #EEBABD in popluar color models

EE BA BD
RGB 238 186 189
HSL 357° 60.47% 83.14%
HSB/HSV 357° 21.85% 93.33%
CMYK 0.00% 21.85% 20.59%
6.67%

Color #EEBABD in popluar number systems.

HEX EE BA BD
Decimal 238 186 189
Binary 11101110 10111010 10111101
Octal 356 272 275

Shades and tints

Shades of #EEBABD

#EEBABD
(238,186,189)
#D9AAAC
(217,170,172)
#C49A9B
(196,154,155)
#AF8A8A
(175,138,138)
#9A7A79
(154,122,121)
#856A68
(133,106,104)
#705A57
(112,90,87)
#5B4A46
(91,74,70)
#463A35
(70,58,53)
#312A24
(49,42,36)
#1C1A13
(28,26,19)
#000000
(0,0,0)

Tints of #EEBABD

#EEBABD
(238,186,189)
#EFC0C3
(239,192,195)
#F0C6C9
(240,198,201)
#F1CCCF
(241,204,207)
#F2D2D5
(242,210,213)
#F3D8DB
(243,216,219)
#F4DEE1
(244,222,225)
#F5E4E7
(245,228,231)
#F6EAED
(246,234,237)
#F7F0F3
(247,240,243)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBABD; }

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

This text font color is #EEBABD.

Background Color

.myBgColor { background-color: #EEBABD; }

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

This div background color is #EEBABD.

Border color

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

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

This div border color is #EEBABD.

Opacity

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

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

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

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

This text has shadow with #EEBABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBABD.

Preview

Color preview on black background

This text has color #EEBABD on black background.


Color preview on white background

This text has color #EEBABD on white background.


Black color preview on #EEBABD background

This text has black color on #EEBABD background.


White color preview on #EEBABD background

This text has white color on #EEBABD background.


Related colors

Complementary color

Complementary color for #hex is #114542.


I love getcolorcode.com

Triadic colors

1 #BDEEBA and #BABDEE with #EEBABD are triadic colors.

2 #BDBAEE and #BAEEBD with #EEBABD are triadic colors.