COLOR #E2B9C0

HEX: #E2B9C0 RGB: (226,185,192)

Color info

#E2B9C0 contains red, green and blue colors in about the same proportion. Web safe color of #E2B9C0 is #CCCCCC (or #CCC).

RGB color model

#E2B9C0 color RGB value is (226,185,192).

RGB: (226,185,192) (89%, 73%, 75%)

RGB channels and saturation

R 226 of 255 = 89%
G 185 of 255 = 73%
B 192 of 255 = 75%

226
185
192

R + G + B ~ 79%. #E2B9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 185 + 192 = 603 (100%)
R 226 of 603 ~ 37.48%
G 185 of 603 ~ 30.68%
B 192 of 603 ~ 31.84'%

%37.48
%30.68
%31.84

CMYK color model

#E2B9C0 color CMYK value is (0,18,15,11).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 15.04%
  • key color value is 11.37%

CMYK: (0,18,15,11)
C0M18Y15K11 (0%, 18%, 15%, 11%)
(0.00 / 0.18 / 0.15 / 0.11)

CMYK percentages

%0
%18.14
%15.04
%11.37

Codes

Color #E2B9C0 in popluar color models

E2 B9 C0
RGB 226 185 192
HSL 350° 41.41% 80.59%
HSB/HSV 350° 18.14% 88.63%
CMYK 0.00% 18.14% 15.04%
11.37%

Color #E2B9C0 in popluar number systems.

HEX E2 B9 C0
Decimal 226 185 192
Binary 11100010 10111001 11000000
Octal 342 271 300

Shades and tints

Shades of #E2B9C0

#E2B9C0
(226,185,192)
#CEA9AF
(206,169,175)
#BA999E
(186,153,158)
#A6898D
(166,137,141)
#92797C
(146,121,124)
#7E696B
(126,105,107)
#6A595A
(106,89,90)
#564949
(86,73,73)
#423938
(66,57,56)
#2E2927
(46,41,39)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #E2B9C0

#E2B9C0
(226,185,192)
#E4BFC5
(228,191,197)
#E6C5CA
(230,197,202)
#E8CBCF
(232,203,207)
#EAD1D4
(234,209,212)
#ECD7D9
(236,215,217)
#EEDDDE
(238,221,222)
#F0E3E3
(240,227,227)
#F2E9E8
(242,233,232)
#F4EFED
(244,239,237)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B9C0 color. Also use rgb(226,185,192) instead hex code.

Text Font Color

.myTextColor { color: #E2B9C0; }

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

This text font color is #E2B9C0.

Background Color

.myBgColor { background-color: #E2B9C0; }

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

This div background color is #E2B9C0.

Border color

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

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

This div border color is #E2B9C0.

Opacity

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

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

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

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

This text has shadow with #E2B9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B9C0.

Preview

Color preview on black background

This text has color #E2B9C0 on black background.


Color preview on white background

This text has color #E2B9C0 on white background.


Black color preview on #E2B9C0 background

This text has black color on #E2B9C0 background.


White color preview on #E2B9C0 background

This text has white color on #E2B9C0 background.


Related colors

Complementary color

Complementary color for #hex is #1D463F.


I love getcolorcode.com

Triadic colors

1 #C0E2B9 and #B9C0E2 with #E2B9C0 are triadic colors.

2 #C0B9E2 and #B9E2C0 with #E2B9C0 are triadic colors.