COLOR #EEBFA5

HEX: #EEBFA5 RGB: (238,191,165)

Color info

#EEBFA5 contains mainly red and green colors. Web safe color of #EEBFA5 is #FFCC99 (or #FC9).

RGB color model

#EEBFA5 color RGB value is (238,191,165).

RGB: (238,191,165) (93%, 75%, 65%)

RGB channels and saturation

R 238 of 255 = 93%
G 191 of 255 = 75%
B 165 of 255 = 65%

238
191
165

R + G + B ~ 78%. #EEBFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 191 + 165 = 594 (100%)
R 238 of 594 ~ 40.07%
G 191 of 594 ~ 32.15%
B 165 of 594 ~ 27.78'%

%40.07
%32.15
%27.78

CMYK color model

#EEBFA5 color CMYK value is (0,20,31,7).

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

CMYK: (0,20,31,7)
C0M20Y31K7 (0%, 20%, 31%, 7%)
(0.00 / 0.20 / 0.31 / 0.07)

CMYK percentages

%0
%19.75
%30.67
%6.67

Codes

Color #EEBFA5 in popluar color models

EE BF A5
RGB 238 191 165
HSL 21° 68.22% 79.02%
HSB/HSV 21° 30.67% 93.33%
CMYK 0.00% 19.75% 30.67%
6.67%

Color #EEBFA5 in popluar number systems.

HEX EE BF A5
Decimal 238 191 165
Binary 11101110 10111111 10100101
Octal 356 277 245

Shades and tints

Shades of #EEBFA5

#EEBFA5
(238,191,165)
#D9AE96
(217,174,150)
#C49D87
(196,157,135)
#AF8C78
(175,140,120)
#9A7B69
(154,123,105)
#856A5A
(133,106,90)
#70594B
(112,89,75)
#5B483C
(91,72,60)
#46372D
(70,55,45)
#31261E
(49,38,30)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #EEBFA5

#EEBFA5
(238,191,165)
#EFC4AD
(239,196,173)
#F0C9B5
(240,201,181)
#F1CEBD
(241,206,189)
#F2D3C5
(242,211,197)
#F3D8CD
(243,216,205)
#F4DDD5
(244,221,213)
#F5E2DD
(245,226,221)
#F6E7E5
(246,231,229)
#F7ECED
(247,236,237)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBFA5; }

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

This text font color is #EEBFA5.

Background Color

.myBgColor { background-color: #EEBFA5; }

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

This div background color is #EEBFA5.

Border color

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

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

This div border color is #EEBFA5.

Opacity

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

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

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

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

This text has shadow with #EEBFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBFA5.

Preview

Color preview on black background

This text has color #EEBFA5 on black background.


Color preview on white background

This text has color #EEBFA5 on white background.


Black color preview on #EEBFA5 background

This text has black color on #EEBFA5 background.


White color preview on #EEBFA5 background

This text has white color on #EEBFA5 background.


Related colors

Complementary color

Complementary color for #hex is #11405A.


I love getcolorcode.com

Triadic colors

1 #A5EEBF and #BFA5EE with #EEBFA5 are triadic colors.

2 #A5BFEE and #BFEEA5 with #EEBFA5 are triadic colors.