COLOR #EEBBD2

HEX: #EEBBD2
RGB: (238,187,210)

Color info

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

RGB color model

#EEBBD2 color RGB value is (238,187,210).

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

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 210 of 255 = 82%

238
187
210

R + G + B ~ 83%. #EEBBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 187 + 210 = 635 (100%)
R 238 of 635 ~ 37.48%
G 187 of 635 ~ 29.45%
B 210 of 635 ~ 33.07%

%37.48
%29.45
%33.07

CMYK color model

#EEBBD2 color CMYK value is (0,21,12,7).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,21,12,7)
C0M21Y12K7 
(0%,21%,12%,7%)
(0.00/0.21/0.12/0.07)	

CMYK percentages

%0
%21.43
%11.76
%6.67

Codes

Color #EEBBD2 in popluar color models

EEBBD2
RGB238187210
HSL333°60.00%83.33%
HSB/HSV333°21.43%93.33%
CMYK0.00%21.43%11.76%
6.67%

Color #EEBBD2 in popluar number systems.

HEXEEBBD2
Decimal238187210
Binary111011101011101111010010
Octal356273322

Shades and tints

Shades of #EEBBD2

#EEBBD2
(238,187,210)
#D9AABF
(217,170,191)
#C499AC
(196,153,172)
#AF8899
(175,136,153)
#9A7786
(154,119,134)
#856673
(133,102,115)
#705560
(112,85,96)
#5B444D
(91,68,77)
#46333A
(70,51,58)
#312227
(49,34,39)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #EEBBD2

#EEBBD2
(238,187,210)
#EFC1D6
(239,193,214)
#F0C7DA
(240,199,218)
#F1CDDE
(241,205,222)
#F2D3E2
(242,211,226)
#F3D9E6
(243,217,230)
#F4DFEA
(244,223,234)
#F5E5EE
(245,229,238)
#F6EBF2
(246,235,242)
#F7F1F6
(247,241,246)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBBD2; }

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

This text font color is #EEBBD2.


Background Color

.myBgColor { background-color: #EEBBD2; }

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

This div background color is #EEBBD2.


Border color

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

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

This div border color is #EEBBD2.


Opacity

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

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

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

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

This text has shadow with #EEBBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBBD2 on black background.


Color preview on white background

This text has color #EEBBD2 on white background.



Black color preview on #EEBBD2 background

This text has black color on #EEBBD2 background.


White color preview on #EEBBD2 background

This text has white color on #EEBBD2 background.