COLOR #EEC7BF

HEX: #EEC7BF RGB: (238,199,191)

Color info

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

RGB color model

#EEC7BF color RGB value is (238,199,191).

RGB: (238,199,191) (93%, 78%, 75%)

RGB channels and saturation

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

238
199
191

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

Portions of RGB colors in percentages

R + G + B = 238 + 199 + 191 = 628 (100%)
R 238 of 628 ~ 37.9%
G 199 of 628 ~ 31.69%
B 191 of 628 ~ 30.41'%

%37.9
%31.69
%30.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 19.75%
  • 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
%19.75
%6.67

Codes

Color #EEC7BF in popluar color models

EE C7 BF
RGB 238 199 191
HSL 10° 58.02% 84.12%
HSB/HSV 10° 19.75% 93.33%
CMYK 0.00% 16.39% 19.75%
6.67%

Color #EEC7BF in popluar number systems.

HEX EE C7 BF
Decimal 238 199 191
Binary 11101110 11000111 10111111
Octal 356 307 277

Shades and tints

Shades of #EEC7BF

#EEC7BF
(238,199,191)
#D9B5AE
(217,181,174)
#C4A39D
(196,163,157)
#AF918C
(175,145,140)
#9A7F7B
(154,127,123)
#856D6A
(133,109,106)
#705B59
(112,91,89)
#5B4948
(91,73,72)
#463737
(70,55,55)
#312526
(49,37,38)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #EEC7BF

#EEC7BF
(238,199,191)
#EFCCC4
(239,204,196)
#F0D1C9
(240,209,201)
#F1D6CE
(241,214,206)
#F2DBD3
(242,219,211)
#F3E0D8
(243,224,216)
#F4E5DD
(244,229,221)
#F5EAE2
(245,234,226)
#F6EFE7
(246,239,231)
#F7F4EC
(247,244,236)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7BF; }

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

This text font color is #EEC7BF.

Background Color

.myBgColor { background-color: #EEC7BF; }

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

This div background color is #EEC7BF.

Border color

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

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

This div border color is #EEC7BF.

Opacity

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

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

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

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

This text has shadow with #EEC7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC7BF.

Preview

Color preview on black background

This text has color #EEC7BF on black background.


Color preview on white background

This text has color #EEC7BF on white background.


Black color preview on #EEC7BF background

This text has black color on #EEC7BF background.


White color preview on #EEC7BF background

This text has white color on #EEC7BF background.


Related colors

Complementary color

Complementary color for #hex is #113840.


I love getcolorcode.com

Triadic colors

1 #BFEEC7 and #C7BFEE with #EEC7BF are triadic colors.

2 #BFC7EE and #C7EEBF with #EEC7BF are triadic colors.