COLOR #EEE5BF

HEX: #EEE5BF RGB: (238,229,191)

Color info

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

RGB color model

#EEE5BF color RGB value is (238,229,191).

RGB: (238,229,191) (93%, 90%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 191 of 255 = 75%

238
229
191

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

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 191 = 658 (100%)
R 238 of 658 ~ 36.17%
G 229 of 658 ~ 34.8%
B 191 of 658 ~ 29.03'%

%36.17
%34.8
%29.03

CMYK color model

#EEE5BF color CMYK value is (0,4,20,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 19.75%
  • key color value is 6.67%
CMYK: (0,4,20,7) C0M4Y20K7 (0%,4%,20%,7%) (0.00/0.04/0.20/0.07) 

CMYK percentages

%0
%3.78
%19.75
%6.67

Codes

Color #EEE5BF in popluar color models

EE E5 BF
RGB 238 229 191
HSL 49° 58.02% 84.12%
HSB/HSV 49° 19.75% 93.33%
CMYK 0.00% 3.78% 19.75%
6.67%

Color #EEE5BF in popluar number systems.

HEX EE E5 BF
Decimal 238 229 191
Binary 11101110 11100101 10111111
Octal 356 345 277

Shades and tints

Shades of #EEE5BF

#EEE5BF
(238,229,191)
#D9D1AE
(217,209,174)
#C4BD9D
(196,189,157)
#AFA98C
(175,169,140)
#9A957B
(154,149,123)
#85816A
(133,129,106)
#706D59
(112,109,89)
#5B5948
(91,89,72)
#464537
(70,69,55)
#313126
(49,49,38)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #EEE5BF

#EEE5BF
(238,229,191)
#EFE7C4
(239,231,196)
#F0E9C9
(240,233,201)
#F1EBCE
(241,235,206)
#F2EDD3
(242,237,211)
#F3EFD8
(243,239,216)
#F4F1DD
(244,241,221)
#F5F3E2
(245,243,226)
#F6F5E7
(246,245,231)
#F7F7EC
(247,247,236)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE5BF; }

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

This text font color is #EEE5BF.

Background Color

.myBgColor { background-color: #EEE5BF; }

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

This div background color is #EEE5BF.

Border color

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

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

This div border color is #EEE5BF.

Opacity

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

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

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

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

This text has shadow with #EEE5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE5BF.

Preview

Color preview on black background

This text has color #EEE5BF on black background.


Color preview on white background

This text has color #EEE5BF on white background.


Black color preview on #EEE5BF background

This text has black color on #EEE5BF background.


White color preview on #EEE5BF background

This text has white color on #EEE5BF background.


Related colors

Complementary color

Complementary color for #hex is #111A40.


I love getcolorcode.com

Triadic colors

1 #BFEEE5 and #E5BFEE with #EEE5BF are triadic colors.

2 #BFE5EE and #E5EEBF with #EEE5BF are triadic colors.