COLOR #EEBBC6

HEX: #EEBBC6
RGB: (238,187,198)

Color info

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

RGB color model

#EEBBC6 color RGB value is (238,187,198).

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

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 198 of 255 = 78%

238
187
198

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

Portions of RGB colors in percentages

R + G + B =
238 + 187 + 198 = 623 (100%)
R 238 of 623 ~ 38.2%
G 187 of 623 ~ 30.02%
B 198 of 623 ~ 31.78%

%38.2
%30.02
%31.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.43%
  • 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.43
%16.81
%6.67

Codes

Color #EEBBC6 in popluar color models

EEBBC6
RGB238187198
HSL347°60.00%83.33%
HSB/HSV347°21.43%93.33%
CMYK0.00%21.43%16.81%
6.67%

Color #EEBBC6 in popluar number systems.

HEXEEBBC6
Decimal238187198
Binary111011101011101111000110
Octal356273306

Shades and tints

Shades of #EEBBC6

#EEBBC6
(238,187,198)
#D9AAB4
(217,170,180)
#C499A2
(196,153,162)
#AF8890
(175,136,144)
#9A777E
(154,119,126)
#85666C
(133,102,108)
#70555A
(112,85,90)
#5B4448
(91,68,72)
#463336
(70,51,54)
#312224
(49,34,36)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #EEBBC6

#EEBBC6
(238,187,198)
#EFC1CB
(239,193,203)
#F0C7D0
(240,199,208)
#F1CDD5
(241,205,213)
#F2D3DA
(242,211,218)
#F3D9DF
(243,217,223)
#F4DFE4
(244,223,228)
#F5E5E9
(245,229,233)
#F6EBEE
(246,235,238)
#F7F1F3
(247,241,243)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBBC6; }

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

This text font color is #EEBBC6.


Background Color

.myBgColor { background-color: #EEBBC6; }

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

This div background color is #EEBBC6.


Border color

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

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

This div border color is #EEBBC6.


Opacity

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

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

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

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

This text has shadow with #EEBBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBBC6 on black background.


Color preview on white background

This text has color #EEBBC6 on white background.



Black color preview on #EEBBC6 background

This text has black color on #EEBBC6 background.


White color preview on #EEBBC6 background

This text has white color on #EEBBC6 background.