COLOR #EEC3BD

HEX: #EEC3BD
RGB: (238,195,189)

Color info

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

RGB color model

#EEC3BD color RGB value is (238,195,189).

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

RGB channels and saturation

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

238
195
189

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

Portions of RGB colors in percentages

R + G + B =
238 + 195 + 189 = 622 (100%)
R 238 of 622 ~ 38.26%
G 195 of 622 ~ 31.35%
B 189 of 622 ~ 30.39%

%38.26
%31.35
%30.39

CMYK color model

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

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

CMYK percentages

%0
%18.07
%20.59
%6.67

Codes

Color #EEC3BD in popluar color models

EEC3BD
RGB238195189
HSL59.04%83.73%
HSB/HSV20.59%93.33%
CMYK0.00%18.07%20.59%
6.67%

Color #EEC3BD in popluar number systems.

HEXEEC3BD
Decimal238195189
Binary111011101100001110111101
Octal356303275

Shades and tints

Shades of #EEC3BD

#EEC3BD
(238,195,189)
#D9B2AC
(217,178,172)
#C4A19B
(196,161,155)
#AF908A
(175,144,138)
#9A7F79
(154,127,121)
#856E68
(133,110,104)
#705D57
(112,93,87)
#5B4C46
(91,76,70)
#463B35
(70,59,53)
#312A24
(49,42,36)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #EEC3BD

#EEC3BD
(238,195,189)
#EFC8C3
(239,200,195)
#F0CDC9
(240,205,201)
#F1D2CF
(241,210,207)
#F2D7D5
(242,215,213)
#F3DCDB
(243,220,219)
#F4E1E1
(244,225,225)
#F5E6E7
(245,230,231)
#F6EBED
(246,235,237)
#F7F0F3
(247,240,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC3BD; }

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

This text font color is #EEC3BD.


Background Color

.myBgColor { background-color: #EEC3BD; }

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

This div background color is #EEC3BD.


Border color

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

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

This div border color is #EEC3BD.


Opacity

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

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

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

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

This text has shadow with #EEC3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC3BD on black background.


Color preview on white background

This text has color #EEC3BD on white background.



Black color preview on #EEC3BD background

This text has black color on #EEC3BD background.


White color preview on #EEC3BD background

This text has white color on #EEC3BD background.