COLOR #EEB3BD

HEX: #EEB3BD RGB: (238,179,189)

Color info

#EEB3BD contains red, green and blue colors in about the same proportion. Web safe color of #EEB3BD is #FF99CC (or #F9C).

RGB color model

#EEB3BD color RGB value is (238,179,189).

RGB: (238,179,189) (93%, 70%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 179 of 255 = 70%
B 189 of 255 = 74%

238
179
189

R + G + B ~ 79%. #EEB3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 179 + 189 = 606 (100%)
R 238 of 606 ~ 39.27%
G 179 of 606 ~ 29.54%
B 189 of 606 ~ 31.19'%

%39.27
%29.54
%31.19

CMYK color model

#EEB3BD color CMYK value is (0,25,21,7).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK: (0,25,21,7) C0M25Y21K7 (0%,25%,21%,7%) (0.00/0.25/0.21/0.07) 

CMYK percentages

%0
%24.79
%20.59
%6.67

Codes

Color #EEB3BD in popluar color models

EE B3 BD
RGB 238 179 189
HSL 350° 63.44% 81.76%
HSB/HSV 350° 24.79% 93.33%
CMYK 0.00% 24.79% 20.59%
6.67%

Color #EEB3BD in popluar number systems.

HEX EE B3 BD
Decimal 238 179 189
Binary 11101110 10110011 10111101
Octal 356 263 275

Shades and tints

Shades of #EEB3BD

#EEB3BD
(238,179,189)
#D9A3AC
(217,163,172)
#C4939B
(196,147,155)
#AF838A
(175,131,138)
#9A7379
(154,115,121)
#856368
(133,99,104)
#705357
(112,83,87)
#5B4346
(91,67,70)
#463335
(70,51,53)
#312324
(49,35,36)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #EEB3BD

#EEB3BD
(238,179,189)
#EFB9C3
(239,185,195)
#F0BFC9
(240,191,201)
#F1C5CF
(241,197,207)
#F2CBD5
(242,203,213)
#F3D1DB
(243,209,219)
#F4D7E1
(244,215,225)
#F5DDE7
(245,221,231)
#F6E3ED
(246,227,237)
#F7E9F3
(247,233,243)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB3BD; }

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

This text font color is #EEB3BD.

Background Color

.myBgColor { background-color: #EEB3BD; }

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

This div background color is #EEB3BD.

Border color

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

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

This div border color is #EEB3BD.

Opacity

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

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

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

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

This text has shadow with #EEB3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB3BD.

Preview

Color preview on black background

This text has color #EEB3BD on black background.


Color preview on white background

This text has color #EEB3BD on white background.


Black color preview on #EEB3BD background

This text has black color on #EEB3BD background.


White color preview on #EEB3BD background

This text has white color on #EEB3BD background.


Related colors

Complementary color

Complementary color for #hex is #114C42.


I love getcolorcode.com

Triadic colors

1 #BDEEB3 and #B3BDEE with #EEB3BD are triadic colors.

2 #BDB3EE and #B3EEBD with #EEB3BD are triadic colors.