COLOR #E3BDBF

HEX: #E3BDBF
RGB: (227,189,191)

Color info

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

RGB color model

#E3BDBF color RGB value is (227,189,191).

  • red value is 227;
  • green value is 189;
  • blue value is 191.
RGB:
(227,189,191)
(89%,74%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 189 of 255 = 74%
B 191 of 255 = 75%

227
189
191

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

Portions of RGB colors in percentages

R + G + B =
227 + 189 + 191 = 607 (100%)
R 227 of 607 ~ 37.4%
G 189 of 607 ~ 31.14%
B 191 of 607 ~ 31.47%

%37.4
%31.14
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.74%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(0,17,16,11)
C0M17Y16K11 
(0%,17%,16%,11%)
(0.00/0.17/0.16/0.11)	

CMYK percentages

%0
%16.74
%15.86
%10.98

Codes

Color #E3BDBF in popluar color models

E3BDBF
RGB227189191
HSL357°40.43%81.57%
HSB/HSV357°16.74%89.02%
CMYK0.00%16.74%15.86%
10.98%

Color #E3BDBF in popluar number systems.

HEXE3BDBF
Decimal227189191
Binary111000111011110110111111
Octal343275277

Shades and tints

Shades of #E3BDBF

#E3BDBF
(227,189,191)
#CFACAE
(207,172,174)
#BB9B9D
(187,155,157)
#A78A8C
(167,138,140)
#93797B
(147,121,123)
#7F686A
(127,104,106)
#6B5759
(107,87,89)
#574648
(87,70,72)
#433537
(67,53,55)
#2F2426
(47,36,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #E3BDBF

#E3BDBF
(227,189,191)
#E5C3C4
(229,195,196)
#E7C9C9
(231,201,201)
#E9CFCE
(233,207,206)
#EBD5D3
(235,213,211)
#EDDBD8
(237,219,216)
#EFE1DD
(239,225,221)
#F1E7E2
(241,231,226)
#F3EDE7
(243,237,231)
#F5F3EC
(245,243,236)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BDBF color. Also use rgb(227,189,191) instead hex code.

Text Font Color

.myTextColor { color: #E3BDBF; }

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

This text font color is #E3BDBF.


Background Color

.myBgColor { background-color: #E3BDBF; }

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

This div background color is #E3BDBF.


Border color

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

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

This div border color is #E3BDBF.


Opacity

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

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

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

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

This text has shadow with #E3BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BDBF on black background.


Color preview on white background

This text has color #E3BDBF on white background.



Black color preview on #E3BDBF background

This text has black color on #E3BDBF background.


White color preview on #E3BDBF background

This text has white color on #E3BDBF background.