COLOR #E3BEBF

HEX: #E3BEBF RGB: (227,190,191)

Color info

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

RGB color model

#E3BEBF color RGB value is (227,190,191).

RGB: (227,190,191) (89%, 75%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 191 of 255 = 75%

227
190
191

R + G + B ~ 80%. #E3BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 190 + 191 = 608 (100%)
R 227 of 608 ~ 37.34%
G 190 of 608 ~ 31.25%
B 191 of 608 ~ 31.41'%

%37.34
%31.25
%31.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 15.86%
  • key color value is 10.98%

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

CMYK percentages

%0
%16.3
%15.86
%10.98

Codes

Color #E3BEBF in popluar color models

E3 BE BF
RGB 227 190 191
HSL 358° 39.78% 81.76%
HSB/HSV 358° 16.30% 89.02%
CMYK 0.00% 16.30% 15.86%
10.98%

Color #E3BEBF in popluar number systems.

HEX E3 BE BF
Decimal 227 190 191
Binary 11100011 10111110 10111111
Octal 343 276 277

Shades and tints

Shades of #E3BEBF

#E3BEBF
(227,190,191)
#CFADAE
(207,173,174)
#BB9C9D
(187,156,157)
#A78B8C
(167,139,140)
#937A7B
(147,122,123)
#7F696A
(127,105,106)
#6B5859
(107,88,89)
#574748
(87,71,72)
#433637
(67,54,55)
#2F2526
(47,37,38)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #E3BEBF

#E3BEBF
(227,190,191)
#E5C3C4
(229,195,196)
#E7C8C9
(231,200,201)
#E9CDCE
(233,205,206)
#EBD2D3
(235,210,211)
#EDD7D8
(237,215,216)
#EFDCDD
(239,220,221)
#F1E1E2
(241,225,226)
#F3E6E7
(243,230,231)
#F5EBEC
(245,235,236)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BEBF; }

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

This text font color is #E3BEBF.

Background Color

.myBgColor { background-color: #E3BEBF; }

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

This div background color is #E3BEBF.

Border color

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

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

This div border color is #E3BEBF.

Opacity

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

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

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

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

This text has shadow with #E3BEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BEBF.

Preview

Color preview on black background

This text has color #E3BEBF on black background.


Color preview on white background

This text has color #E3BEBF on white background.


Black color preview on #E3BEBF background

This text has black color on #E3BEBF background.


White color preview on #E3BEBF background

This text has white color on #E3BEBF background.


Related colors

Complementary color

Complementary color for #hex is #1C4140.


I love getcolorcode.com

Triadic colors

1 #BFE3BE and #BEBFE3 with #E3BEBF are triadic colors.

2 #BFBEE3 and #BEE3BF with #E3BEBF are triadic colors.