COLOR #EEBCC6

HEX: #EEBCC6
RGB: (238,188,198)

Color info

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

RGB color model

#EEBCC6 color RGB value is (238,188,198).

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

RGB channels and saturation

R 238 of 255 = 93%
G 188 of 255 = 74%
B 198 of 255 = 78%

238
188
198

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

Portions of RGB colors in percentages

R + G + B =
238 + 188 + 198 = 624 (100%)
R 238 of 624 ~ 38.14%
G 188 of 624 ~ 30.13%
B 198 of 624 ~ 31.73%

%38.14
%30.13
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 16.81%
  • 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
%16.81
%6.67

Codes

Color #EEBCC6 in popluar color models

EEBCC6
RGB238188198
HSL348°59.52%83.53%
HSB/HSV348°21.01%93.33%
CMYK0.00%21.01%16.81%
6.67%

Color #EEBCC6 in popluar number systems.

HEXEEBCC6
Decimal238188198
Binary111011101011110011000110
Octal356274306

Shades and tints

Shades of #EEBCC6

#EEBCC6
(238,188,198)
#D9ABB4
(217,171,180)
#C49AA2
(196,154,162)
#AF8990
(175,137,144)
#9A787E
(154,120,126)
#85676C
(133,103,108)
#70565A
(112,86,90)
#5B4548
(91,69,72)
#463436
(70,52,54)
#312324
(49,35,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #EEBCC6

#EEBCC6
(238,188,198)
#EFC2CB
(239,194,203)
#F0C8D0
(240,200,208)
#F1CED5
(241,206,213)
#F2D4DA
(242,212,218)
#F3DADF
(243,218,223)
#F4E0E4
(244,224,228)
#F5E6E9
(245,230,233)
#F6ECEE
(246,236,238)
#F7F2F3
(247,242,243)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBCC6; }

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

This text font color is #EEBCC6.


Background Color

.myBgColor { background-color: #EEBCC6; }

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

This div background color is #EEBCC6.


Border color

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

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

This div border color is #EEBCC6.


Opacity

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

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

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

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

This text has shadow with #EEBCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBCC6 on black background.


Color preview on white background

This text has color #EEBCC6 on white background.



Black color preview on #EEBCC6 background

This text has black color on #EEBCC6 background.


White color preview on #EEBCC6 background

This text has white color on #EEBCC6 background.