COLOR #EEB8B6

HEX: #EEB8B6 RGB: (238,184,182)

Color info

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

RGB color model

#EEB8B6 color RGB value is (238,184,182).

RGB: (238,184,182) (93%, 72%, 71%)

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 182 of 255 = 71%

238
184
182

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

Portions of RGB colors in percentages

R + G + B = 238 + 184 + 182 = 604 (100%)
R 238 of 604 ~ 39.4%
G 184 of 604 ~ 30.46%
B 182 of 604 ~ 30.13'%

%39.4
%30.46
%30.13

CMYK color model

#EEB8B6 color CMYK value is (0,23,24,7).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 23.53%
  • key color value is 6.67%

CMYK: (0,23,24,7)
C0M23Y24K7 (0%, 23%, 24%, 7%)
(0.00 / 0.23 / 0.24 / 0.07)

CMYK percentages

%0
%22.69
%23.53
%6.67

Codes

Color #EEB8B6 in popluar color models

EE B8 B6
RGB 238 184 182
HSL 62.22% 82.35%
HSB/HSV 23.53% 93.33%
CMYK 0.00% 22.69% 23.53%
6.67%

Color #EEB8B6 in popluar number systems.

HEX EE B8 B6
Decimal 238 184 182
Binary 11101110 10111000 10110110
Octal 356 270 266

Shades and tints

Shades of #EEB8B6

#EEB8B6
(238,184,182)
#D9A8A6
(217,168,166)
#C49896
(196,152,150)
#AF8886
(175,136,134)
#9A7876
(154,120,118)
#856866
(133,104,102)
#705856
(112,88,86)
#5B4846
(91,72,70)
#463836
(70,56,54)
#312826
(49,40,38)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #EEB8B6

#EEB8B6
(238,184,182)
#EFBEBC
(239,190,188)
#F0C4C2
(240,196,194)
#F1CAC8
(241,202,200)
#F2D0CE
(242,208,206)
#F3D6D4
(243,214,212)
#F4DCDA
(244,220,218)
#F5E2E0
(245,226,224)
#F6E8E6
(246,232,230)
#F7EEEC
(247,238,236)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB8B6; }

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

This text font color is #EEB8B6.

Background Color

.myBgColor { background-color: #EEB8B6; }

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

This div background color is #EEB8B6.

Border color

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

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

This div border color is #EEB8B6.

Opacity

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

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

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

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

This text has shadow with #EEB8B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB8B6.

Preview

Color preview on black background

This text has color #EEB8B6 on black background.


Color preview on white background

This text has color #EEB8B6 on white background.


Black color preview on #EEB8B6 background

This text has black color on #EEB8B6 background.


White color preview on #EEB8B6 background

This text has white color on #EEB8B6 background.


Related colors

Complementary color

Complementary color for #hex is #114749.


I love getcolorcode.com

Triadic colors

1 #B6EEB8 and #B8B6EE with #EEB8B6 are triadic colors.

2 #B6B8EE and #B8EEB6 with #EEB8B6 are triadic colors.