COLOR #EEB8CB

HEX: #EEB8CB
RGB: (238,184,203)

Color info

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

RGB color model

#EEB8CB color RGB value is (238,184,203).

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

RGB channels and saturation

R 238 of 255 = 93%
G 184 of 255 = 72%
B 203 of 255 = 80%

238
184
203

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

Portions of RGB colors in percentages

R + G + B =
238 + 184 + 203 = 625 (100%)
R 238 of 625 ~ 38.08%
G 184 of 625 ~ 29.44%
B 203 of 625 ~ 32.48%

%38.08
%29.44
%32.48

CMYK color model

#EEB8CB color CMYK value is (0,23,15,7).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(0,23,15,7)
C0M23Y15K7 
(0%,23%,15%,7%)
(0.00/0.23/0.15/0.07)	

CMYK percentages

%0
%22.69
%14.71
%6.67

Codes

Color #EEB8CB in popluar color models

EEB8CB
RGB238184203
HSL339°61.36%82.75%
HSB/HSV339°22.69%93.33%
CMYK0.00%22.69%14.71%
6.67%

Color #EEB8CB in popluar number systems.

HEXEEB8CB
Decimal238184203
Binary111011101011100011001011
Octal356270313

Shades and tints

Shades of #EEB8CB

#EEB8CB
(238,184,203)
#D9A8B9
(217,168,185)
#C498A7
(196,152,167)
#AF8895
(175,136,149)
#9A7883
(154,120,131)
#856871
(133,104,113)
#70585F
(112,88,95)
#5B484D
(91,72,77)
#46383B
(70,56,59)
#312829
(49,40,41)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EEB8CB

#EEB8CB
(238,184,203)
#EFBECF
(239,190,207)
#F0C4D3
(240,196,211)
#F1CAD7
(241,202,215)
#F2D0DB
(242,208,219)
#F3D6DF
(243,214,223)
#F4DCE3
(244,220,227)
#F5E2E7
(245,226,231)
#F6E8EB
(246,232,235)
#F7EEEF
(247,238,239)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB8CB; }

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

This text font color is #EEB8CB.


Background Color

.myBgColor { background-color: #EEB8CB; }

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

This div background color is #EEB8CB.


Border color

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

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

This div border color is #EEB8CB.


Opacity

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

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

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

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

This text has shadow with #EEB8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB8CB on black background.


Color preview on white background

This text has color #EEB8CB on white background.



Black color preview on #EEB8CB background

This text has black color on #EEB8CB background.


White color preview on #EEB8CB background

This text has white color on #EEB8CB background.