COLOR #EEC2B7

HEX: #EEC2B7
RGB: (238,194,183)

Color info

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

RGB color model

#EEC2B7 color RGB value is (238,194,183).

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

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 183 of 255 = 72%

238
194
183

R + G + B ~ 80%. #EEC2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 194 + 183 = 615 (100%)
R 238 of 615 ~ 38.7%
G 194 of 615 ~ 31.54%
B 183 of 615 ~ 29.76%

%38.7
%31.54
%29.76

CMYK color model

#EEC2B7 color CMYK value is (0,18,23,7).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 23.11%
  • key color value is 6.67%
CMYK:
(0,18,23,7)
C0M18Y23K7 
(0%,18%,23%,7%)
(0.00/0.18/0.23/0.07)	

CMYK percentages

%0
%18.49
%23.11
%6.67

Codes

Color #EEC2B7 in popluar color models

EEC2B7
RGB238194183
HSL12°61.80%82.55%
HSB/HSV12°23.11%93.33%
CMYK0.00%18.49%23.11%
6.67%

Color #EEC2B7 in popluar number systems.

HEXEEC2B7
Decimal238194183
Binary111011101100001010110111
Octal356302267

Shades and tints

Shades of #EEC2B7

#EEC2B7
(238,194,183)
#D9B1A7
(217,177,167)
#C4A097
(196,160,151)
#AF8F87
(175,143,135)
#9A7E77
(154,126,119)
#856D67
(133,109,103)
#705C57
(112,92,87)
#5B4B47
(91,75,71)
#463A37
(70,58,55)
#312927
(49,41,39)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #EEC2B7

#EEC2B7
(238,194,183)
#EFC7BD
(239,199,189)
#F0CCC3
(240,204,195)
#F1D1C9
(241,209,201)
#F2D6CF
(242,214,207)
#F3DBD5
(243,219,213)
#F4E0DB
(244,224,219)
#F5E5E1
(245,229,225)
#F6EAE7
(246,234,231)
#F7EFED
(247,239,237)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2B7; }

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

This text font color is #EEC2B7.


Background Color

.myBgColor { background-color: #EEC2B7; }

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

This div background color is #EEC2B7.


Border color

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

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

This div border color is #EEC2B7.


Opacity

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

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

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

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

This text has shadow with #EEC2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC2B7 on black background.


Color preview on white background

This text has color #EEC2B7 on white background.



Black color preview on #EEC2B7 background

This text has black color on #EEC2B7 background.


White color preview on #EEC2B7 background

This text has white color on #EEC2B7 background.