COLOR #EEE3BF

HEX: #EEE3BF RGB: (238,227,191)

Color info

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

RGB color model

#EEE3BF color RGB value is (238,227,191).

RGB: (238,227,191) (93%, 89%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 191 of 255 = 75%

238
227
191

R + G + B ~ 86%. #EEE3BF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 227 + 191 = 656 (100%)
R 238 of 656 ~ 36.28%
G 227 of 656 ~ 34.6%
B 191 of 656 ~ 29.12'%

%36.28
%34.6
%29.12

CMYK color model

#EEE3BF color CMYK value is (0,5,20,7).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 19.75%
  • key color value is 6.67%
CMYK: (0,5,20,7) C0M5Y20K7 (0%,5%,20%,7%) (0.00/0.05/0.20/0.07) 

CMYK percentages

%0
%4.62
%19.75
%6.67

Codes

Color #EEE3BF in popluar color models

EE E3 BF
RGB 238 227 191
HSL 46° 58.02% 84.12%
HSB/HSV 46° 19.75% 93.33%
CMYK 0.00% 4.62% 19.75%
6.67%

Color #EEE3BF in popluar number systems.

HEX EE E3 BF
Decimal 238 227 191
Binary 11101110 11100011 10111111
Octal 356 343 277

Shades and tints

Shades of #EEE3BF

#EEE3BF
(238,227,191)
#D9CFAE
(217,207,174)
#C4BB9D
(196,187,157)
#AFA78C
(175,167,140)
#9A937B
(154,147,123)
#857F6A
(133,127,106)
#706B59
(112,107,89)
#5B5748
(91,87,72)
#464337
(70,67,55)
#312F26
(49,47,38)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #EEE3BF

#EEE3BF
(238,227,191)
#EFE5C4
(239,229,196)
#F0E7C9
(240,231,201)
#F1E9CE
(241,233,206)
#F2EBD3
(242,235,211)
#F3EDD8
(243,237,216)
#F4EFDD
(244,239,221)
#F5F1E2
(245,241,226)
#F6F3E7
(246,243,231)
#F7F5EC
(247,245,236)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3BF; }

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

This text font color is #EEE3BF.

Background Color

.myBgColor { background-color: #EEE3BF; }

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

This div background color is #EEE3BF.

Border color

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

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

This div border color is #EEE3BF.

Opacity

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

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

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

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

This text has shadow with #EEE3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE3BF.

Preview

Color preview on black background

This text has color #EEE3BF on black background.


Color preview on white background

This text has color #EEE3BF on white background.


Black color preview on #EEE3BF background

This text has black color on #EEE3BF background.


White color preview on #EEE3BF background

This text has white color on #EEE3BF background.


Related colors

Complementary color

Complementary color for #hex is #111C40.


I love getcolorcode.com

Triadic colors

1 #BFEEE3 and #E3BFEE with #EEE3BF are triadic colors.

2 #BFE3EE and #E3EEBF with #EEE3BF are triadic colors.