COLOR #EEB8C0

HEX: #EEB8C0
RGB: (238,184,192)

Color info

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

RGB color model

#EEB8C0 color RGB value is (238,184,192).

  • red value is 238;
  • green value is 184;
  • blue value is 192.
RGB:
(238,184,192)
(93%,72%,75%)

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 192 of 255 = 75%

238
184
192

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

Portions of RGB colors in percentages

R + G + B =
238 + 184 + 192 = 614 (100%)
R 238 of 614 ~ 38.76%
G 184 of 614 ~ 29.97%
B 192 of 614 ~ 31.27%

%38.76
%29.97
%31.27

CMYK color model

#EEB8C0 color CMYK value is (0,23,19,7).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 19.33%
  • key color value is 6.67%
CMYK:
(0,23,19,7)
C0M23Y19K7 
(0%,23%,19%,7%)
(0.00/0.23/0.19/0.07)	

CMYK percentages

%0
%22.69
%19.33
%6.67

Codes

Color #EEB8C0 in popluar color models

EEB8C0
RGB238184192
HSL351°61.36%82.75%
HSB/HSV351°22.69%93.33%
CMYK0.00%22.69%19.33%
6.67%

Color #EEB8C0 in popluar number systems.

HEXEEB8C0
Decimal238184192
Binary111011101011100011000000
Octal356270300

Shades and tints

Shades of #EEB8C0

#EEB8C0
(238,184,192)
#D9A8AF
(217,168,175)
#C4989E
(196,152,158)
#AF888D
(175,136,141)
#9A787C
(154,120,124)
#85686B
(133,104,107)
#70585A
(112,88,90)
#5B4849
(91,72,73)
#463838
(70,56,56)
#312827
(49,40,39)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #EEB8C0

#EEB8C0
(238,184,192)
#EFBEC5
(239,190,197)
#F0C4CA
(240,196,202)
#F1CACF
(241,202,207)
#F2D0D4
(242,208,212)
#F3D6D9
(243,214,217)
#F4DCDE
(244,220,222)
#F5E2E3
(245,226,227)
#F6E8E8
(246,232,232)
#F7EEED
(247,238,237)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB8C0; }

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

This text font color is #EEB8C0.


Background Color

.myBgColor { background-color: #EEB8C0; }

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

This div background color is #EEB8C0.


Border color

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

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

This div border color is #EEB8C0.


Opacity

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

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

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

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

This text has shadow with #EEB8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB8C0 on black background.


Color preview on white background

This text has color #EEB8C0 on white background.



Black color preview on #EEB8C0 background

This text has black color on #EEB8C0 background.


White color preview on #EEB8C0 background

This text has white color on #EEB8C0 background.