COLOR #EEC7BE

HEX: #EEC7BE
RGB: (238,199,190)

Color info

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

RGB color model

#EEC7BE color RGB value is (238,199,190).

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

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 190 of 255 = 75%

238
199
190

R + G + B ~ 82%. #EEC7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 199 + 190 = 627 (100%)
R 238 of 627 ~ 37.96%
G 199 of 627 ~ 31.74%
B 190 of 627 ~ 30.3%

%37.96
%31.74
%30.3

CMYK color model

#EEC7BE color CMYK value is (0,16,20,7).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK:
(0,16,20,7)
C0M16Y20K7 
(0%,16%,20%,7%)
(0.00/0.16/0.20/0.07)	

CMYK percentages

%0
%16.39
%20.17
%6.67

Codes

Color #EEC7BE in popluar color models

EEC7BE
RGB238199190
HSL11°58.54%83.92%
HSB/HSV11°20.17%93.33%
CMYK0.00%16.39%20.17%
6.67%

Color #EEC7BE in popluar number systems.

HEXEEC7BE
Decimal238199190
Binary111011101100011110111110
Octal356307276

Shades and tints

Shades of #EEC7BE

#EEC7BE
(238,199,190)
#D9B5AD
(217,181,173)
#C4A39C
(196,163,156)
#AF918B
(175,145,139)
#9A7F7A
(154,127,122)
#856D69
(133,109,105)
#705B58
(112,91,88)
#5B4947
(91,73,71)
#463736
(70,55,54)
#312525
(49,37,37)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #EEC7BE

#EEC7BE
(238,199,190)
#EFCCC3
(239,204,195)
#F0D1C8
(240,209,200)
#F1D6CD
(241,214,205)
#F2DBD2
(242,219,210)
#F3E0D7
(243,224,215)
#F4E5DC
(244,229,220)
#F5EAE1
(245,234,225)
#F6EFE6
(246,239,230)
#F7F4EB
(247,244,235)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7BE; }

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

This text font color is #EEC7BE.


Background Color

.myBgColor { background-color: #EEC7BE; }

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

This div background color is #EEC7BE.


Border color

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

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

This div border color is #EEC7BE.


Opacity

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

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

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

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

This text has shadow with #EEC7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC7BE on black background.


Color preview on white background

This text has color #EEC7BE on white background.



Black color preview on #EEC7BE background

This text has black color on #EEC7BE background.


White color preview on #EEC7BE background

This text has white color on #EEC7BE background.