COLOR #E3B6AF

HEX: #E3B6AF RGB: (227,182,175)

Color info

#E3B6AF contains red, green and blue colors in about the same proportion. Web safe color of #E3B6AF is #CCCC99 (or #CC9).

RGB color model

#E3B6AF color RGB value is (227,182,175).

RGB: (227,182,175) (89%, 71%, 69%)

RGB channels and saturation

R 227 of 255 = 89%
G 182 of 255 = 71%
B 175 of 255 = 69%

227
182
175

R + G + B ~ 76%. #E3B6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 182 + 175 = 584 (100%)
R 227 of 584 ~ 38.87%
G 182 of 584 ~ 31.16%
B 175 of 584 ~ 29.97'%

%38.87
%31.16
%29.97

CMYK color model

#E3B6AF color CMYK value is (0,20,23,11).

  • cyan value is 0.00%
  • magenta value is 19.82%
  • yellow value is 22.91%
  • key color value is 10.98%

CMYK: (0,20,23,11)
C0M20Y23K11 (0%, 20%, 23%, 11%)
(0.00 / 0.20 / 0.23 / 0.11)

CMYK percentages

%0
%19.82
%22.91
%10.98

Codes

Color #E3B6AF in popluar color models

E3 B6 AF
RGB 227 182 175
HSL 48.15% 78.82%
HSB/HSV 22.91% 89.02%
CMYK 0.00% 19.82% 22.91%
10.98%

Color #E3B6AF in popluar number systems.

HEX E3 B6 AF
Decimal 227 182 175
Binary 11100011 10110110 10101111
Octal 343 266 257

Shades and tints

Shades of #E3B6AF

#E3B6AF
(227,182,175)
#CFA6A0
(207,166,160)
#BB9691
(187,150,145)
#A78682
(167,134,130)
#937673
(147,118,115)
#7F6664
(127,102,100)
#6B5655
(107,86,85)
#574646
(87,70,70)
#433637
(67,54,55)
#2F2628
(47,38,40)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3B6AF

#E3B6AF
(227,182,175)
#E5BCB6
(229,188,182)
#E7C2BD
(231,194,189)
#E9C8C4
(233,200,196)
#EBCECB
(235,206,203)
#EDD4D2
(237,212,210)
#EFDAD9
(239,218,217)
#F1E0E0
(241,224,224)
#F3E6E7
(243,230,231)
#F5ECEE
(245,236,238)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B6AF color. Also use rgb(227,182,175) instead hex code.

Text Font Color

.myTextColor { color: #E3B6AF; }

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

This text font color is #E3B6AF.

Background Color

.myBgColor { background-color: #E3B6AF; }

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

This div background color is #E3B6AF.

Border color

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

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

This div border color is #E3B6AF.

Opacity

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

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

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

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

This text has shadow with #E3B6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B6AF.

Preview

Color preview on black background

This text has color #E3B6AF on black background.


Color preview on white background

This text has color #E3B6AF on white background.


Black color preview on #E3B6AF background

This text has black color on #E3B6AF background.


White color preview on #E3B6AF background

This text has white color on #E3B6AF background.


Related colors

Complementary color

Complementary color for #hex is #1C4950.


I love getcolorcode.com

Triadic colors

1 #AFE3B6 and #B6AFE3 with #E3B6AF are triadic colors.

2 #AFB6E3 and #B6E3AF with #E3B6AF are triadic colors.