COLOR #E2BDBE

HEX: #E2BDBE RGB: (226,189,190)

Color info

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

RGB color model

#E2BDBE color RGB value is (226,189,190).

RGB: (226,189,190) (89%, 74%, 75%)

RGB channels and saturation

R 226 of 255 = 89%
G 189 of 255 = 74%
B 190 of 255 = 75%

226
189
190

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

Portions of RGB colors in percentages

R + G + B = 226 + 189 + 190 = 605 (100%)
R 226 of 605 ~ 37.36%
G 189 of 605 ~ 31.24%
B 190 of 605 ~ 31.4'%

%37.36
%31.24
%31.4

CMYK color model

#E2BDBE color CMYK value is (0,16,16,11).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 15.93%
  • key color value is 11.37%

CMYK: (0,16,16,11)
C0M16Y16K11 (0%, 16%, 16%, 11%)
(0.00 / 0.16 / 0.16 / 0.11)

CMYK percentages

%0
%16.37
%15.93
%11.37

Codes

Color #E2BDBE in popluar color models

E2 BD BE
RGB 226 189 190
HSL 358° 38.95% 81.37%
HSB/HSV 358° 16.37% 88.63%
CMYK 0.00% 16.37% 15.93%
11.37%

Color #E2BDBE in popluar number systems.

HEX E2 BD BE
Decimal 226 189 190
Binary 11100010 10111101 10111110
Octal 342 275 276

Shades and tints

Shades of #E2BDBE

#E2BDBE
(226,189,190)
#CEACAD
(206,172,173)
#BA9B9C
(186,155,156)
#A68A8B
(166,138,139)
#92797A
(146,121,122)
#7E6869
(126,104,105)
#6A5758
(106,87,88)
#564647
(86,70,71)
#423536
(66,53,54)
#2E2425
(46,36,37)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #E2BDBE

#E2BDBE
(226,189,190)
#E4C3C3
(228,195,195)
#E6C9C8
(230,201,200)
#E8CFCD
(232,207,205)
#EAD5D2
(234,213,210)
#ECDBD7
(236,219,215)
#EEE1DC
(238,225,220)
#F0E7E1
(240,231,225)
#F2EDE6
(242,237,230)
#F4F3EB
(244,243,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BDBE color. Also use rgb(226,189,190) instead hex code.

Text Font Color

.myTextColor { color: #E2BDBE; }

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

This text font color is #E2BDBE.

Background Color

.myBgColor { background-color: #E2BDBE; }

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

This div background color is #E2BDBE.

Border color

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

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

This div border color is #E2BDBE.

Opacity

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

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

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

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

This text has shadow with #E2BDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BDBE.

Preview

Color preview on black background

This text has color #E2BDBE on black background.


Color preview on white background

This text has color #E2BDBE on white background.


Black color preview on #E2BDBE background

This text has black color on #E2BDBE background.


White color preview on #E2BDBE background

This text has white color on #E2BDBE background.


Related colors

Complementary color

Complementary color for #hex is #1D4241.


I love getcolorcode.com

Triadic colors

1 #BEE2BD and #BDBEE2 with #E2BDBE are triadic colors.

2 #BEBDE2 and #BDE2BE with #E2BDBE are triadic colors.