COLOR #EEACBD

HEX: #EEACBD RGB: (238,172,189)

Color info

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

RGB color model

#EEACBD color RGB value is (238,172,189).

RGB: (238,172,189) (93%, 67%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 172 of 255 = 67%
B 189 of 255 = 74%

238
172
189

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

Portions of RGB colors in percentages

R + G + B = 238 + 172 + 189 = 599 (100%)
R 238 of 599 ~ 39.73%
G 172 of 599 ~ 28.71%
B 189 of 599 ~ 31.55'%

%39.73
%28.71
%31.55

CMYK color model

#EEACBD color CMYK value is (0,28,21,7).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 20.59%
  • key color value is 6.67%

CMYK: (0,28,21,7)
C0M28Y21K7 (0%, 28%, 21%, 7%)
(0.00 / 0.28 / 0.21 / 0.07)

CMYK percentages

%0
%27.73
%20.59
%6.67

Codes

Color #EEACBD in popluar color models

EE AC BD
RGB 238 172 189
HSL 345° 66.00% 80.39%
HSB/HSV 345° 27.73% 93.33%
CMYK 0.00% 27.73% 20.59%
6.67%

Color #EEACBD in popluar number systems.

HEX EE AC BD
Decimal 238 172 189
Binary 11101110 10101100 10111101
Octal 356 254 275

Shades and tints

Shades of #EEACBD

#EEACBD
(238,172,189)
#D99DAC
(217,157,172)
#C48E9B
(196,142,155)
#AF7F8A
(175,127,138)
#9A7079
(154,112,121)
#856168
(133,97,104)
#705257
(112,82,87)
#5B4346
(91,67,70)
#463435
(70,52,53)
#312524
(49,37,36)
#1C1613
(28,22,19)
#000000
(0,0,0)

Tints of #EEACBD

#EEACBD
(238,172,189)
#EFB3C3
(239,179,195)
#F0BAC9
(240,186,201)
#F1C1CF
(241,193,207)
#F2C8D5
(242,200,213)
#F3CFDB
(243,207,219)
#F4D6E1
(244,214,225)
#F5DDE7
(245,221,231)
#F6E4ED
(246,228,237)
#F7EBF3
(247,235,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEACBD color. Also use rgb(238,172,189) instead hex code.

Text Font Color

.myTextColor { color: #EEACBD; }

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

This text font color is #EEACBD.

Background Color

.myBgColor { background-color: #EEACBD; }

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

This div background color is #EEACBD.

Border color

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

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

This div border color is #EEACBD.

Opacity

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

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

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

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

This text has shadow with #EEACBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEACBD.

Preview

Color preview on black background

This text has color #EEACBD on black background.


Color preview on white background

This text has color #EEACBD on white background.


Black color preview on #EEACBD background

This text has black color on #EEACBD background.


White color preview on #EEACBD background

This text has white color on #EEACBD background.


Related colors

Complementary color

Complementary color for #hex is #115342.


I love getcolorcode.com

Triadic colors

1 #BDEEAC and #ACBDEE with #EEACBD are triadic colors.

2 #BDACEE and #ACEEBD with #EEACBD are triadic colors.