COLOR #EEDABF

HEX: #EEDABF RGB: (238,218,191)

Color info

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

RGB color model

#EEDABF color RGB value is (238,218,191).

RGB: (238,218,191) (93%, 85%, 75%)

RGB channels and saturation

R 238 of 255 = 93%
G 218 of 255 = 85%
B 191 of 255 = 75%

238
218
191

R + G + B ~ 84%. #EEDABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 218 + 191 = 647 (100%)
R 238 of 647 ~ 36.79%
G 218 of 647 ~ 33.69%
B 191 of 647 ~ 29.52'%

%36.79
%33.69
%29.52

CMYK color model

#EEDABF color CMYK value is (0,8,20,7).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 19.75%
  • key color value is 6.67%

CMYK: (0,8,20,7)
C0M8Y20K7 (0%, 8%, 20%, 7%)
(0.00 / 0.08 / 0.20 / 0.07)

CMYK percentages

%0
%8.4
%19.75
%6.67

Codes

Color #EEDABF in popluar color models

EE DA BF
RGB 238 218 191
HSL 34° 58.02% 84.12%
HSB/HSV 34° 19.75% 93.33%
CMYK 0.00% 8.40% 19.75%
6.67%

Color #EEDABF in popluar number systems.

HEX EE DA BF
Decimal 238 218 191
Binary 11101110 11011010 10111111
Octal 356 332 277

Shades and tints

Shades of #EEDABF

#EEDABF
(238,218,191)
#D9C7AE
(217,199,174)
#C4B49D
(196,180,157)
#AFA18C
(175,161,140)
#9A8E7B
(154,142,123)
#857B6A
(133,123,106)
#706859
(112,104,89)
#5B5548
(91,85,72)
#464237
(70,66,55)
#312F26
(49,47,38)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #EEDABF

#EEDABF
(238,218,191)
#EFDDC4
(239,221,196)
#F0E0C9
(240,224,201)
#F1E3CE
(241,227,206)
#F2E6D3
(242,230,211)
#F3E9D8
(243,233,216)
#F4ECDD
(244,236,221)
#F5EFE2
(245,239,226)
#F6F2E7
(246,242,231)
#F7F5EC
(247,245,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDABF; }

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

This text font color is #EEDABF.

Background Color

.myBgColor { background-color: #EEDABF; }

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

This div background color is #EEDABF.

Border color

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

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

This div border color is #EEDABF.

Opacity

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

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

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

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

This text has shadow with #EEDABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDABF.

Preview

Color preview on black background

This text has color #EEDABF on black background.


Color preview on white background

This text has color #EEDABF on white background.


Black color preview on #EEDABF background

This text has black color on #EEDABF background.


White color preview on #EEDABF background

This text has white color on #EEDABF background.


Related colors

Complementary color

Complementary color for #hex is #112540.


I love getcolorcode.com

Triadic colors

1 #BFEEDA and #DABFEE with #EEDABF are triadic colors.

2 #BFDAEE and #DAEEBF with #EEDABF are triadic colors.