COLOR #EEB1B6

HEX: #EEB1B6 RGB: (238,177,182)

Color info

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

RGB color model

#EEB1B6 color RGB value is (238,177,182).

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

RGB channels and saturation

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

238
177
182

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

Portions of RGB colors in percentages

R + G + B = 238 + 177 + 182 = 597 (100%)
R 238 of 597 ~ 39.87%
G 177 of 597 ~ 29.65%
B 182 of 597 ~ 30.49'%

%39.87
%29.65
%30.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 23.53%
  • 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.53
%6.67

Codes

Color #EEB1B6 in popluar color models

EE B1 B6
RGB 238 177 182
HSL 355° 64.21% 81.37%
HSB/HSV 355° 25.63% 93.33%
CMYK 0.00% 25.63% 23.53%
6.67%

Color #EEB1B6 in popluar number systems.

HEX EE B1 B6
Decimal 238 177 182
Binary 11101110 10110001 10110110
Octal 356 261 266

Shades and tints

Shades of #EEB1B6

#EEB1B6
(238,177,182)
#D9A1A6
(217,161,166)
#C49196
(196,145,150)
#AF8186
(175,129,134)
#9A7176
(154,113,118)
#856166
(133,97,102)
#705156
(112,81,86)
#5B4146
(91,65,70)
#463136
(70,49,54)
#312126
(49,33,38)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #EEB1B6

#EEB1B6
(238,177,182)
#EFB8BC
(239,184,188)
#F0BFC2
(240,191,194)
#F1C6C8
(241,198,200)
#F2CDCE
(242,205,206)
#F3D4D4
(243,212,212)
#F4DBDA
(244,219,218)
#F5E2E0
(245,226,224)
#F6E9E6
(246,233,230)
#F7F0EC
(247,240,236)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB1B6; }

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

This text font color is #EEB1B6.

Background Color

.myBgColor { background-color: #EEB1B6; }

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

This div background color is #EEB1B6.

Border color

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

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

This div border color is #EEB1B6.

Opacity

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

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

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

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

This text has shadow with #EEB1B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB1B6.

Preview

Color preview on black background

This text has color #EEB1B6 on black background.


Color preview on white background

This text has color #EEB1B6 on white background.


Black color preview on #EEB1B6 background

This text has black color on #EEB1B6 background.


White color preview on #EEB1B6 background

This text has white color on #EEB1B6 background.


Related colors

Complementary color

Complementary color for #hex is #114E49.


I love getcolorcode.com

Triadic colors

1 #B6EEB1 and #B1B6EE with #EEB1B6 are triadic colors.

2 #B6B1EE and #B1EEB6 with #EEB1B6 are triadic colors.