COLOR #EEBFC5

HEX: #EEBFC5
RGB: (238,191,197)

Color info

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

RGB color model

#EEBFC5 color RGB value is (238,191,197).

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

RGB channels and saturation

R 238 of 255 = 93%
G 191 of 255 = 75%
B 197 of 255 = 77%

238
191
197

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

Portions of RGB colors in percentages

R + G + B =
238 + 191 + 197 = 626 (100%)
R 238 of 626 ~ 38.02%
G 191 of 626 ~ 30.51%
B 197 of 626 ~ 31.47%

%38.02
%30.51
%31.47

CMYK color model

#EEBFC5 color CMYK value is (0,20,17,7).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 17.23%
  • key color value is 6.67%
CMYK:
(0,20,17,7)
C0M20Y17K7 
(0%,20%,17%,7%)
(0.00/0.20/0.17/0.07)	

CMYK percentages

%0
%19.75
%17.23
%6.67

Codes

Color #EEBFC5 in popluar color models

EEBFC5
RGB238191197
HSL352°58.02%84.12%
HSB/HSV352°19.75%93.33%
CMYK0.00%19.75%17.23%
6.67%

Color #EEBFC5 in popluar number systems.

HEXEEBFC5
Decimal238191197
Binary111011101011111111000101
Octal356277305

Shades and tints

Shades of #EEBFC5

#EEBFC5
(238,191,197)
#D9AEB4
(217,174,180)
#C49DA3
(196,157,163)
#AF8C92
(175,140,146)
#9A7B81
(154,123,129)
#856A70
(133,106,112)
#70595F
(112,89,95)
#5B484E
(91,72,78)
#46373D
(70,55,61)
#31262C
(49,38,44)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #EEBFC5

#EEBFC5
(238,191,197)
#EFC4CA
(239,196,202)
#F0C9CF
(240,201,207)
#F1CED4
(241,206,212)
#F2D3D9
(242,211,217)
#F3D8DE
(243,216,222)
#F4DDE3
(244,221,227)
#F5E2E8
(245,226,232)
#F6E7ED
(246,231,237)
#F7ECF2
(247,236,242)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBFC5; }

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

This text font color is #EEBFC5.


Background Color

.myBgColor { background-color: #EEBFC5; }

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

This div background color is #EEBFC5.


Border color

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

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

This div border color is #EEBFC5.


Opacity

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

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

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

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

This text has shadow with #EEBFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBFC5 on black background.


Color preview on white background

This text has color #EEBFC5 on white background.



Black color preview on #EEBFC5 background

This text has black color on #EEBFC5 background.


White color preview on #EEBFC5 background

This text has white color on #EEBFC5 background.