COLOR #E6BFBD

HEX: #E6BFBD
RGB: (230,191,189)

Color info

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

RGB color model

#E6BFBD color RGB value is (230,191,189).

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

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 189 of 255 = 74%

230
191
189

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

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 189 = 610 (100%)
R 230 of 610 ~ 37.7%
G 191 of 610 ~ 31.31%
B 189 of 610 ~ 30.98%

%37.7
%31.31
%30.98

CMYK color model

#E6BFBD color CMYK value is (0,17,18,10).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(0,17,18,10)
C0M17Y18K10 
(0%,17%,18%,10%)
(0.00/0.17/0.18/0.10)	

CMYK percentages

%0
%16.96
%17.83
%9.8

Codes

Color #E6BFBD in popluar color models

E6BFBD
RGB230191189
HSL45.05%82.16%
HSB/HSV17.83%90.20%
CMYK0.00%16.96%17.83%
9.80%

Color #E6BFBD in popluar number systems.

HEXE6BFBD
Decimal230191189
Binary111001101011111110111101
Octal346277275

Shades and tints

Shades of #E6BFBD

#E6BFBD
(230,191,189)
#D2AEAC
(210,174,172)
#BE9D9B
(190,157,155)
#AA8C8A
(170,140,138)
#967B79
(150,123,121)
#826A68
(130,106,104)
#6E5957
(110,89,87)
#5A4846
(90,72,70)
#463735
(70,55,53)
#322624
(50,38,36)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #E6BFBD

#E6BFBD
(230,191,189)
#E8C4C3
(232,196,195)
#EAC9C9
(234,201,201)
#ECCECF
(236,206,207)
#EED3D5
(238,211,213)
#F0D8DB
(240,216,219)
#F2DDE1
(242,221,225)
#F4E2E7
(244,226,231)
#F6E7ED
(246,231,237)
#F8ECF3
(248,236,243)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BFBD; }

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

This text font color is #E6BFBD.


Background Color

.myBgColor { background-color: #E6BFBD; }

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

This div background color is #E6BFBD.


Border color

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

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

This div border color is #E6BFBD.


Opacity

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

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

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

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

This text has shadow with #E6BFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BFBD on black background.


Color preview on white background

This text has color #E6BFBD on white background.



Black color preview on #E6BFBD background

This text has black color on #E6BFBD background.


White color preview on #E6BFBD background

This text has white color on #E6BFBD background.