COLOR #EEB2BE

HEX: #EEB2BE RGB: (238,178,190)

Color info

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

RGB color model

#EEB2BE color RGB value is (238,178,190).

RGB: (238,178,190) (93%, 70%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 178 of 255 = 70%
B 190 of 255 = 75%

238
178
190

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

Portions of RGB colors in percentages

R + G + B = 238 + 178 + 190 = 606 (100%)
R 238 of 606 ~ 39.27%
G 178 of 606 ~ 29.37%
B 190 of 606 ~ 31.35'%

%39.27
%29.37
%31.35

CMYK color model

#EEB2BE color CMYK value is (0,25,20,7).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 20.17%
  • key color value is 6.67%

CMYK: (0,25,20,7)
C0M25Y20K7 (0%, 25%, 20%, 7%)
(0.00 / 0.25 / 0.20 / 0.07)

CMYK percentages

%0
%25.21
%20.17
%6.67

Codes

Color #EEB2BE in popluar color models

EE B2 BE
RGB 238 178 190
HSL 348° 63.83% 81.57%
HSB/HSV 348° 25.21% 93.33%
CMYK 0.00% 25.21% 20.17%
6.67%

Color #EEB2BE in popluar number systems.

HEX EE B2 BE
Decimal 238 178 190
Binary 11101110 10110010 10111110
Octal 356 262 276

Shades and tints

Shades of #EEB2BE

#EEB2BE
(238,178,190)
#D9A2AD
(217,162,173)
#C4929C
(196,146,156)
#AF828B
(175,130,139)
#9A727A
(154,114,122)
#856269
(133,98,105)
#705258
(112,82,88)
#5B4247
(91,66,71)
#463236
(70,50,54)
#312225
(49,34,37)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #EEB2BE

#EEB2BE
(238,178,190)
#EFB9C3
(239,185,195)
#F0C0C8
(240,192,200)
#F1C7CD
(241,199,205)
#F2CED2
(242,206,210)
#F3D5D7
(243,213,215)
#F4DCDC
(244,220,220)
#F5E3E1
(245,227,225)
#F6EAE6
(246,234,230)
#F7F1EB
(247,241,235)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB2BE color. Also use rgb(238,178,190) instead hex code.

Text Font Color

.myTextColor { color: #EEB2BE; }

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

This text font color is #EEB2BE.

Background Color

.myBgColor { background-color: #EEB2BE; }

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

This div background color is #EEB2BE.

Border color

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

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

This div border color is #EEB2BE.

Opacity

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

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

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

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

This text has shadow with #EEB2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB2BE.

Preview

Color preview on black background

This text has color #EEB2BE on black background.


Color preview on white background

This text has color #EEB2BE on white background.


Black color preview on #EEB2BE background

This text has black color on #EEB2BE background.


White color preview on #EEB2BE background

This text has white color on #EEB2BE background.


Related colors

Complementary color

Complementary color for #hex is #114D41.


I love getcolorcode.com

Triadic colors

1 #BEEEB2 and #B2BEEE with #EEB2BE are triadic colors.

2 #BEB2EE and #B2EEBE with #EEB2BE are triadic colors.