COLOR #EEBED2

HEX: #EEBED2
RGB: (238,190,210)

Color info

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

RGB color model

#EEBED2 color RGB value is (238,190,210).

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

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 210 of 255 = 82%

238
190
210

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

Portions of RGB colors in percentages

R + G + B =
238 + 190 + 210 = 638 (100%)
R 238 of 638 ~ 37.3%
G 190 of 638 ~ 29.78%
B 210 of 638 ~ 32.92%

%37.3
%29.78
%32.92

CMYK color model

#EEBED2 color CMYK value is (0,20,12,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,20,12,7)
C0M20Y12K7 
(0%,20%,12%,7%)
(0.00/0.20/0.12/0.07)	

CMYK percentages

%0
%20.17
%11.76
%6.67

Codes

Color #EEBED2 in popluar color models

EEBED2
RGB238190210
HSL335°58.54%83.92%
HSB/HSV335°20.17%93.33%
CMYK0.00%20.17%11.76%
6.67%

Color #EEBED2 in popluar number systems.

HEXEEBED2
Decimal238190210
Binary111011101011111011010010
Octal356276322

Shades and tints

Shades of #EEBED2

#EEBED2
(238,190,210)
#D9ADBF
(217,173,191)
#C49CAC
(196,156,172)
#AF8B99
(175,139,153)
#9A7A86
(154,122,134)
#856973
(133,105,115)
#705860
(112,88,96)
#5B474D
(91,71,77)
#46363A
(70,54,58)
#312527
(49,37,39)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEBED2

#EEBED2
(238,190,210)
#EFC3D6
(239,195,214)
#F0C8DA
(240,200,218)
#F1CDDE
(241,205,222)
#F2D2E2
(242,210,226)
#F3D7E6
(243,215,230)
#F4DCEA
(244,220,234)
#F5E1EE
(245,225,238)
#F6E6F2
(246,230,242)
#F7EBF6
(247,235,246)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBED2; }

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

This text font color is #EEBED2.


Background Color

.myBgColor { background-color: #EEBED2; }

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

This div background color is #EEBED2.


Border color

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

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

This div border color is #EEBED2.


Opacity

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

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

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

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

This text has shadow with #EEBED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBED2 on black background.


Color preview on white background

This text has color #EEBED2 on white background.



Black color preview on #EEBED2 background

This text has black color on #EEBED2 background.


White color preview on #EEBED2 background

This text has white color on #EEBED2 background.