COLOR #EEBCC5

HEX: #EEBCC5
RGB: (238,188,197)

Color info

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

RGB color model

#EEBCC5 color RGB value is (238,188,197).

  • red value is 238;
  • green value is 188;
  • blue value is 197.
RGB:
(238,188,197)
(93%,74%,77%)

RGB channels and saturation

R 238 of 255 = 93%
G 188 of 255 = 74%
B 197 of 255 = 77%

238
188
197

R + G + B ~ 81%. #EEBCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 188 + 197 = 623 (100%)
R 238 of 623 ~ 38.2%
G 188 of 623 ~ 30.18%
B 197 of 623 ~ 31.62%

%38.2
%30.18
%31.62

CMYK color model

#EEBCC5 color CMYK value is (0,21,17,7).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 17.23%
  • key color value is 6.67%
CMYK:
(0,21,17,7)
C0M21Y17K7 
(0%,21%,17%,7%)
(0.00/0.21/0.17/0.07)	

CMYK percentages

%0
%21.01
%17.23
%6.67

Codes

Color #EEBCC5 in popluar color models

EEBCC5
RGB238188197
HSL349°59.52%83.53%
HSB/HSV349°21.01%93.33%
CMYK0.00%21.01%17.23%
6.67%

Color #EEBCC5 in popluar number systems.

HEXEEBCC5
Decimal238188197
Binary111011101011110011000101
Octal356274305

Shades and tints

Shades of #EEBCC5

#EEBCC5
(238,188,197)
#D9ABB4
(217,171,180)
#C49AA3
(196,154,163)
#AF8992
(175,137,146)
#9A7881
(154,120,129)
#856770
(133,103,112)
#70565F
(112,86,95)
#5B454E
(91,69,78)
#46343D
(70,52,61)
#31232C
(49,35,44)
#1C121B
(28,18,27)
#000000
(0,0,0)

Tints of #EEBCC5

#EEBCC5
(238,188,197)
#EFC2CA
(239,194,202)
#F0C8CF
(240,200,207)
#F1CED4
(241,206,212)
#F2D4D9
(242,212,217)
#F3DADE
(243,218,222)
#F4E0E3
(244,224,227)
#F5E6E8
(245,230,232)
#F6ECED
(246,236,237)
#F7F2F2
(247,242,242)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBCC5 color. Also use rgb(238,188,197) instead hex code.

Text Font Color

.myTextColor { color: #EEBCC5; }

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

This text font color is #EEBCC5.


Background Color

.myBgColor { background-color: #EEBCC5; }

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

This div background color is #EEBCC5.


Border color

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

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

This div border color is #EEBCC5.


Opacity

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

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

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

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

This text has shadow with #EEBCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBCC5 on black background.


Color preview on white background

This text has color #EEBCC5 on white background.



Black color preview on #EEBCC5 background

This text has black color on #EEBCC5 background.


White color preview on #EEBCC5 background

This text has white color on #EEBCC5 background.