COLOR #EEB7CE

HEX: #EEB7CE
RGB: (238,183,206)

Color info

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

RGB color model

#EEB7CE color RGB value is (238,183,206).

  • red value is 238;
  • green value is 183;
  • blue value is 206.
RGB:
(238,183,206)
(93%,72%,81%)

RGB channels and saturation

R 238 of 255 = 93%
G 183 of 255 = 72%
B 206 of 255 = 81%

238
183
206

R + G + B ~ 82%. #EEB7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 183 + 206 = 627 (100%)
R 238 of 627 ~ 37.96%
G 183 of 627 ~ 29.19%
B 206 of 627 ~ 32.85%

%37.96
%29.19
%32.85

CMYK color model

#EEB7CE color CMYK value is (0,23,13,7).

  • cyan value is 0.00%
  • magenta value is 23.11%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(0,23,13,7)
C0M23Y13K7 
(0%,23%,13%,7%)
(0.00/0.23/0.13/0.07)	

CMYK percentages

%0
%23.11
%13.45
%6.67

Codes

Color #EEB7CE in popluar color models

EEB7CE
RGB238183206
HSL335°61.80%82.55%
HSB/HSV335°23.11%93.33%
CMYK0.00%23.11%13.45%
6.67%

Color #EEB7CE in popluar number systems.

HEXEEB7CE
Decimal238183206
Binary111011101011011111001110
Octal356267316

Shades and tints

Shades of #EEB7CE

#EEB7CE
(238,183,206)
#D9A7BC
(217,167,188)
#C497AA
(196,151,170)
#AF8798
(175,135,152)
#9A7786
(154,119,134)
#856774
(133,103,116)
#705762
(112,87,98)
#5B4750
(91,71,80)
#46373E
(70,55,62)
#31272C
(49,39,44)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEB7CE

#EEB7CE
(238,183,206)
#EFBDD2
(239,189,210)
#F0C3D6
(240,195,214)
#F1C9DA
(241,201,218)
#F2CFDE
(242,207,222)
#F3D5E2
(243,213,226)
#F4DBE6
(244,219,230)
#F5E1EA
(245,225,234)
#F6E7EE
(246,231,238)
#F7EDF2
(247,237,242)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB7CE color. Also use rgb(238,183,206) instead hex code.

Text Font Color

.myTextColor { color: #EEB7CE; }

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

This text font color is #EEB7CE.


Background Color

.myBgColor { background-color: #EEB7CE; }

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

This div background color is #EEB7CE.


Border color

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

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

This div border color is #EEB7CE.


Opacity

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

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

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

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

This text has shadow with #EEB7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB7CE on black background.


Color preview on white background

This text has color #EEB7CE on white background.



Black color preview on #EEB7CE background

This text has black color on #EEB7CE background.


White color preview on #EEB7CE background

This text has white color on #EEB7CE background.