COLOR #E0B6AB

HEX: #E0B6AB RGB: (224,182,171)

Color info

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

RGB color model

#E0B6AB color RGB value is (224,182,171).

RGB: (224,182,171) (88%, 71%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 182 of 255 = 71%
B 171 of 255 = 67%

224
182
171

R + G + B ~ 75%. #E0B6AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 182 + 171 = 577 (100%)
R 224 of 577 ~ 38.82%
G 182 of 577 ~ 31.54%
B 171 of 577 ~ 29.64'%

%38.82
%31.54
%29.64

CMYK color model

#E0B6AB color CMYK value is (0,19,24,12).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK: (0,19,24,12) C0M19Y24K12 (0%,19%,24%,12%) (0.00/0.19/0.24/0.12) 

CMYK percentages

%0
%18.75
%23.66
%12.16

Codes

Color #E0B6AB in popluar color models

E0 B6 AB
RGB 224 182 171
HSL 12° 46.09% 77.45%
HSB/HSV 12° 23.66% 87.84%
CMYK 0.00% 18.75% 23.66%
12.16%

Color #E0B6AB in popluar number systems.

HEX E0 B6 AB
Decimal 224 182 171
Binary 11100000 10110110 10101011
Octal 340 266 253

Shades and tints

Shades of #E0B6AB

#E0B6AB
(224,182,171)
#CCA69C
(204,166,156)
#B8968D
(184,150,141)
#A4867E
(164,134,126)
#90766F
(144,118,111)
#7C6660
(124,102,96)
#685651
(104,86,81)
#544642
(84,70,66)
#403633
(64,54,51)
#2C2624
(44,38,36)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #E0B6AB

#E0B6AB
(224,182,171)
#E2BCB2
(226,188,178)
#E4C2B9
(228,194,185)
#E6C8C0
(230,200,192)
#E8CEC7
(232,206,199)
#EAD4CE
(234,212,206)
#ECDAD5
(236,218,213)
#EEE0DC
(238,224,220)
#F0E6E3
(240,230,227)
#F2ECEA
(242,236,234)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B6AB color. Also use rgb(224,182,171) instead hex code.

Text Font Color

.myTextColor { color: #E0B6AB; }

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

This text font color is #E0B6AB.

Background Color

.myBgColor { background-color: #E0B6AB; }

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

This div background color is #E0B6AB.

Border color

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

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

This div border color is #E0B6AB.

Opacity

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

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

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

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

This text has shadow with #E0B6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B6AB.

Preview

Color preview on black background

This text has color #E0B6AB on black background.


Color preview on white background

This text has color #E0B6AB on white background.


Black color preview on #E0B6AB background

This text has black color on #E0B6AB background.


White color preview on #E0B6AB background

This text has white color on #E0B6AB background.


Related colors

Complementary color

Complementary color for #hex is #1F4954.


I love getcolorcode.com

Triadic colors

1 #ABE0B6 and #B6ABE0 with #E0B6AB are triadic colors.

2 #ABB6E0 and #B6E0AB with #E0B6AB are triadic colors.