COLOR #EEB1B5

HEX: #EEB1B5 RGB: (238,177,181)

Color info

#EEB1B5 contains mainly red and blue colors. Web safe color of #EEB1B5 is #FF99CC (or #F9C).

RGB color model

#EEB1B5 color RGB value is (238,177,181).

RGB: (238,177,181) (93%, 69%, 71%)

RGB channels and saturation

R 238 of 255 = 93%
G 177 of 255 = 69%
B 181 of 255 = 71%

238
177
181

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

Portions of RGB colors in percentages

R + G + B = 238 + 177 + 181 = 596 (100%)
R 238 of 596 ~ 39.93%
G 177 of 596 ~ 29.7%
B 181 of 596 ~ 30.37'%

%39.93
%29.7
%30.37

CMYK color model

#EEB1B5 color CMYK value is (0,26,24,7).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 23.95%
  • key color value is 6.67%

CMYK: (0,26,24,7)
C0M26Y24K7 (0%, 26%, 24%, 7%)
(0.00 / 0.26 / 0.24 / 0.07)

CMYK percentages

%0
%25.63
%23.95
%6.67

Codes

Color #EEB1B5 in popluar color models

EE B1 B5
RGB 238 177 181
HSL 356° 64.21% 81.37%
HSB/HSV 356° 25.63% 93.33%
CMYK 0.00% 25.63% 23.95%
6.67%

Color #EEB1B5 in popluar number systems.

HEX EE B1 B5
Decimal 238 177 181
Binary 11101110 10110001 10110101
Octal 356 261 265

Shades and tints

Shades of #EEB1B5

#EEB1B5
(238,177,181)
#D9A1A5
(217,161,165)
#C49195
(196,145,149)
#AF8185
(175,129,133)
#9A7175
(154,113,117)
#856165
(133,97,101)
#705155
(112,81,85)
#5B4145
(91,65,69)
#463135
(70,49,53)
#312125
(49,33,37)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #EEB1B5

#EEB1B5
(238,177,181)
#EFB8BB
(239,184,187)
#F0BFC1
(240,191,193)
#F1C6C7
(241,198,199)
#F2CDCD
(242,205,205)
#F3D4D3
(243,212,211)
#F4DBD9
(244,219,217)
#F5E2DF
(245,226,223)
#F6E9E5
(246,233,229)
#F7F0EB
(247,240,235)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB1B5 color. Also use rgb(238,177,181) instead hex code.

Text Font Color

.myTextColor { color: #EEB1B5; }

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

This text font color is #EEB1B5.

Background Color

.myBgColor { background-color: #EEB1B5; }

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

This div background color is #EEB1B5.

Border color

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

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

This div border color is #EEB1B5.

Opacity

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

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

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

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

This text has shadow with #EEB1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB1B5.

Preview

Color preview on black background

This text has color #EEB1B5 on black background.


Color preview on white background

This text has color #EEB1B5 on white background.


Black color preview on #EEB1B5 background

This text has black color on #EEB1B5 background.


White color preview on #EEB1B5 background

This text has white color on #EEB1B5 background.


Related colors

Complementary color

Complementary color for #hex is #114E4A.


I love getcolorcode.com

Triadic colors

1 #B5EEB1 and #B1B5EE with #EEB1B5 are triadic colors.

2 #B5B1EE and #B1EEB5 with #EEB1B5 are triadic colors.