COLOR #EEC2BD

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

Color info

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

RGB color model

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

RGB: (238,194,189) (93%, 76%, 74%)

RGB channels and saturation

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

238
194
189

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

Portions of RGB colors in percentages

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

%38.33
%31.24
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.49%
  • 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.49
%20.59
%6.67

Codes

Color #EEC2BD in popluar color models

EE C2 BD
RGB 238 194 189
HSL 59.04% 83.73%
HSB/HSV 20.59% 93.33%
CMYK 0.00% 18.49% 20.59%
6.67%

Color #EEC2BD in popluar number systems.

HEX EE C2 BD
Decimal 238 194 189
Binary 11101110 11000010 10111101
Octal 356 302 275

Shades and tints

Shades of #EEC2BD

#EEC2BD
(238,194,189)
#D9B1AC
(217,177,172)
#C4A09B
(196,160,155)
#AF8F8A
(175,143,138)
#9A7E79
(154,126,121)
#856D68
(133,109,104)
#705C57
(112,92,87)
#5B4B46
(91,75,70)
#463A35
(70,58,53)
#312924
(49,41,36)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #EEC2BD

#EEC2BD
(238,194,189)
#EFC7C3
(239,199,195)
#F0CCC9
(240,204,201)
#F1D1CF
(241,209,207)
#F2D6D5
(242,214,213)
#F3DBDB
(243,219,219)
#F4E0E1
(244,224,225)
#F5E5E7
(245,229,231)
#F6EAED
(246,234,237)
#F7EFF3
(247,239,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2BD; }

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

This text font color is #EEC2BD.

Background Color

.myBgColor { background-color: #EEC2BD; }

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

This div background color is #EEC2BD.

Border color

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

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

This div border color is #EEC2BD.

Opacity

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

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

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

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

This text has shadow with #EEC2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC2BD.

Preview

Color preview on black background

This text has color #EEC2BD on black background.


Color preview on white background

This text has color #EEC2BD on white background.


Black color preview on #EEC2BD background

This text has black color on #EEC2BD background.


White color preview on #EEC2BD background

This text has white color on #EEC2BD background.


Related colors

Complementary color

Complementary color for #hex is #113D42.


I love getcolorcode.com

Triadic colors

1 #BDEEC2 and #C2BDEE with #EEC2BD are triadic colors.

2 #BDC2EE and #C2EEBD with #EEC2BD are triadic colors.