COLOR #EEC7BD

HEX: #EEC7BD
RGB: (238,199,189)

Color info

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

RGB color model

#EEC7BD color RGB value is (238,199,189).

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

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 189 of 255 = 74%

238
199
189

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

Portions of RGB colors in percentages

R + G + B =
238 + 199 + 189 = 626 (100%)
R 238 of 626 ~ 38.02%
G 199 of 626 ~ 31.79%
B 189 of 626 ~ 30.19%

%38.02
%31.79
%30.19

CMYK color model

#EEC7BD color CMYK value is (0,16,21,7).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 20.59%
  • key color value is 6.67%
CMYK:
(0,16,21,7)
C0M16Y21K7 
(0%,16%,21%,7%)
(0.00/0.16/0.21/0.07)	

CMYK percentages

%0
%16.39
%20.59
%6.67

Codes

Color #EEC7BD in popluar color models

EEC7BD
RGB238199189
HSL12°59.04%83.73%
HSB/HSV12°20.59%93.33%
CMYK0.00%16.39%20.59%
6.67%

Color #EEC7BD in popluar number systems.

HEXEEC7BD
Decimal238199189
Binary111011101100011110111101
Octal356307275

Shades and tints

Shades of #EEC7BD

#EEC7BD
(238,199,189)
#D9B5AC
(217,181,172)
#C4A39B
(196,163,155)
#AF918A
(175,145,138)
#9A7F79
(154,127,121)
#856D68
(133,109,104)
#705B57
(112,91,87)
#5B4946
(91,73,70)
#463735
(70,55,53)
#312524
(49,37,36)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #EEC7BD

#EEC7BD
(238,199,189)
#EFCCC3
(239,204,195)
#F0D1C9
(240,209,201)
#F1D6CF
(241,214,207)
#F2DBD5
(242,219,213)
#F3E0DB
(243,224,219)
#F4E5E1
(244,229,225)
#F5EAE7
(245,234,231)
#F6EFED
(246,239,237)
#F7F4F3
(247,244,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7BD; }

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

This text font color is #EEC7BD.


Background Color

.myBgColor { background-color: #EEC7BD; }

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

This div background color is #EEC7BD.


Border color

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

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

This div border color is #EEC7BD.


Opacity

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

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

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

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

This text has shadow with #EEC7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC7BD on black background.


Color preview on white background

This text has color #EEC7BD on white background.



Black color preview on #EEC7BD background

This text has black color on #EEC7BD background.


White color preview on #EEC7BD background

This text has white color on #EEC7BD background.