COLOR #EEABCF

HEX: #EEABCF RGB: (238,171,207)

Color info

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

RGB color model

#EEABCF color RGB value is (238,171,207).

RGB: (238,171,207) (93%, 67%, 81%)

RGB channels and saturation

R 238 of 255 = 93%
G 171 of 255 = 67%
B 207 of 255 = 81%

238
171
207

R + G + B ~ 80%. #EEABCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 171 + 207 = 616 (100%)
R 238 of 616 ~ 38.64%
G 171 of 616 ~ 27.76%
B 207 of 616 ~ 33.6'%

%38.64
%27.76
%33.6

CMYK color model

#EEABCF color CMYK value is (0,28,13,7).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 13.03%
  • key color value is 6.67%

CMYK: (0,28,13,7)
C0M28Y13K7 (0%, 28%, 13%, 7%)
(0.00 / 0.28 / 0.13 / 0.07)

CMYK percentages

%0
%28.15
%13.03
%6.67

Codes

Color #EEABCF in popluar color models

EE AB CF
RGB 238 171 207
HSL 328° 66.34% 80.20%
HSB/HSV 328° 28.15% 93.33%
CMYK 0.00% 28.15% 13.03%
6.67%

Color #EEABCF in popluar number systems.

HEX EE AB CF
Decimal 238 171 207
Binary 11101110 10101011 11001111
Octal 356 253 317

Shades and tints

Shades of #EEABCF

#EEABCF
(238,171,207)
#D99CBD
(217,156,189)
#C48DAB
(196,141,171)
#AF7E99
(175,126,153)
#9A6F87
(154,111,135)
#856075
(133,96,117)
#705163
(112,81,99)
#5B4251
(91,66,81)
#46333F
(70,51,63)
#31242D
(49,36,45)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #EEABCF

#EEABCF
(238,171,207)
#EFB2D3
(239,178,211)
#F0B9D7
(240,185,215)
#F1C0DB
(241,192,219)
#F2C7DF
(242,199,223)
#F3CEE3
(243,206,227)
#F4D5E7
(244,213,231)
#F5DCEB
(245,220,235)
#F6E3EF
(246,227,239)
#F7EAF3
(247,234,243)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEABCF color. Also use rgb(238,171,207) instead hex code.

Text Font Color

.myTextColor { color: #EEABCF; }

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

This text font color is #EEABCF.

Background Color

.myBgColor { background-color: #EEABCF; }

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

This div background color is #EEABCF.

Border color

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

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

This div border color is #EEABCF.

Opacity

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

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

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

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

This text has shadow with #EEABCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEABCF.

Preview

Color preview on black background

This text has color #EEABCF on black background.


Color preview on white background

This text has color #EEABCF on white background.


Black color preview on #EEABCF background

This text has black color on #EEABCF background.


White color preview on #EEABCF background

This text has white color on #EEABCF background.


Related colors

Complementary color

Complementary color for #hex is #115430.


I love getcolorcode.com

Triadic colors

1 #CFEEAB and #ABCFEE with #EEABCF are triadic colors.

2 #CFABEE and #ABEECF with #EEABCF are triadic colors.