COLOR #EEBAC1

HEX: #EEBAC1 RGB: (238,186,193)

Color info

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

RGB color model

#EEBAC1 color RGB value is (238,186,193).

RGB: (238,186,193) (93%, 73%, 76%)

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 193 of 255 = 76%

238
186
193

R + G + B ~ 81%. #EEBAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 186 + 193 = 617 (100%)
R 238 of 617 ~ 38.57%
G 186 of 617 ~ 30.15%
B 193 of 617 ~ 31.28'%

%38.57
%30.15
%31.28

CMYK color model

#EEBAC1 color CMYK value is (0,22,19,7).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 18.91%
  • key color value is 6.67%

CMYK: (0,22,19,7)
C0M22Y19K7 (0%, 22%, 19%, 7%)
(0.00 / 0.22 / 0.19 / 0.07)

CMYK percentages

%0
%21.85
%18.91
%6.67

Codes

Color #EEBAC1 in popluar color models

EE BA C1
RGB 238 186 193
HSL 352° 60.47% 83.14%
HSB/HSV 352° 21.85% 93.33%
CMYK 0.00% 21.85% 18.91%
6.67%

Color #EEBAC1 in popluar number systems.

HEX EE BA C1
Decimal 238 186 193
Binary 11101110 10111010 11000001
Octal 356 272 301

Shades and tints

Shades of #EEBAC1

#EEBAC1
(238,186,193)
#D9AAB0
(217,170,176)
#C49A9F
(196,154,159)
#AF8A8E
(175,138,142)
#9A7A7D
(154,122,125)
#856A6C
(133,106,108)
#705A5B
(112,90,91)
#5B4A4A
(91,74,74)
#463A39
(70,58,57)
#312A28
(49,42,40)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #EEBAC1

#EEBAC1
(238,186,193)
#EFC0C6
(239,192,198)
#F0C6CB
(240,198,203)
#F1CCD0
(241,204,208)
#F2D2D5
(242,210,213)
#F3D8DA
(243,216,218)
#F4DEDF
(244,222,223)
#F5E4E4
(245,228,228)
#F6EAE9
(246,234,233)
#F7F0EE
(247,240,238)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBAC1 color. Also use rgb(238,186,193) instead hex code.

Text Font Color

.myTextColor { color: #EEBAC1; }

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

This text font color is #EEBAC1.

Background Color

.myBgColor { background-color: #EEBAC1; }

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

This div background color is #EEBAC1.

Border color

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

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

This div border color is #EEBAC1.

Opacity

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

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

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

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

This text has shadow with #EEBAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBAC1.

Preview

Color preview on black background

This text has color #EEBAC1 on black background.


Color preview on white background

This text has color #EEBAC1 on white background.


Black color preview on #EEBAC1 background

This text has black color on #EEBAC1 background.


White color preview on #EEBAC1 background

This text has white color on #EEBAC1 background.


Related colors

Complementary color

Complementary color for #hex is #11453E.


I love getcolorcode.com

Triadic colors

1 #C1EEBA and #BAC1EE with #EEBAC1 are triadic colors.

2 #C1BAEE and #BAEEC1 with #EEBAC1 are triadic colors.