COLOR #EEBDC2

HEX: #EEBDC2
RGB: (238,189,194)

Color info

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

RGB color model

#EEBDC2 color RGB value is (238,189,194).

  • red value is 238;
  • green value is 189;
  • blue value is 194.
RGB:
(238,189,194)
(93%,74%,76%)

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 194 of 255 = 76%

238
189
194

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

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 194 = 621 (100%)
R 238 of 621 ~ 38.33%
G 189 of 621 ~ 30.43%
B 194 of 621 ~ 31.24%

%38.33
%30.43
%31.24

CMYK color model

#EEBDC2 color CMYK value is (0,21,18,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(0,21,18,7)
C0M21Y18K7 
(0%,21%,18%,7%)
(0.00/0.21/0.18/0.07)	

CMYK percentages

%0
%20.59
%18.49
%6.67

Codes

Color #EEBDC2 in popluar color models

EEBDC2
RGB238189194
HSL354°59.04%83.73%
HSB/HSV354°20.59%93.33%
CMYK0.00%20.59%18.49%
6.67%

Color #EEBDC2 in popluar number systems.

HEXEEBDC2
Decimal238189194
Binary111011101011110111000010
Octal356275302

Shades and tints

Shades of #EEBDC2

#EEBDC2
(238,189,194)
#D9ACB1
(217,172,177)
#C49BA0
(196,155,160)
#AF8A8F
(175,138,143)
#9A797E
(154,121,126)
#85686D
(133,104,109)
#70575C
(112,87,92)
#5B464B
(91,70,75)
#46353A
(70,53,58)
#312429
(49,36,41)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEBDC2

#EEBDC2
(238,189,194)
#EFC3C7
(239,195,199)
#F0C9CC
(240,201,204)
#F1CFD1
(241,207,209)
#F2D5D6
(242,213,214)
#F3DBDB
(243,219,219)
#F4E1E0
(244,225,224)
#F5E7E5
(245,231,229)
#F6EDEA
(246,237,234)
#F7F3EF
(247,243,239)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBDC2 color. Also use rgb(238,189,194) instead hex code.

Text Font Color

.myTextColor { color: #EEBDC2; }

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

This text font color is #EEBDC2.


Background Color

.myBgColor { background-color: #EEBDC2; }

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

This div background color is #EEBDC2.


Border color

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

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

This div border color is #EEBDC2.


Opacity

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

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

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

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

This text has shadow with #EEBDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBDC2 on black background.


Color preview on white background

This text has color #EEBDC2 on white background.



Black color preview on #EEBDC2 background

This text has black color on #EEBDC2 background.


White color preview on #EEBDC2 background

This text has white color on #EEBDC2 background.