COLOR #E6BDB6

HEX: #E6BDB6 RGB: (230,189,182)

Color info

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

RGB color model

#E6BDB6 color RGB value is (230,189,182).

RGB: (230,189,182) (90%, 74%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 182 of 255 = 71%

230
189
182

R + G + B ~ 78%. #E6BDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 182 = 601 (100%)
R 230 of 601 ~ 38.27%
G 189 of 601 ~ 31.45%
B 182 of 601 ~ 30.28'%

%38.27
%31.45
%30.28

CMYK color model

#E6BDB6 color CMYK value is (0,18,21,10).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 20.87%
  • key color value is 9.80%

CMYK: (0,18,21,10)
C0M18Y21K10 (0%, 18%, 21%, 10%)
(0.00 / 0.18 / 0.21 / 0.10)

CMYK percentages

%0
%17.83
%20.87
%9.8

Codes

Color #E6BDB6 in popluar color models

E6 BD B6
RGB 230 189 182
HSL 48.98% 80.78%
HSB/HSV 20.87% 90.20%
CMYK 0.00% 17.83% 20.87%
9.80%

Color #E6BDB6 in popluar number systems.

HEX E6 BD B6
Decimal 230 189 182
Binary 11100110 10111101 10110110
Octal 346 275 266

Shades and tints

Shades of #E6BDB6

#E6BDB6
(230,189,182)
#D2ACA6
(210,172,166)
#BE9B96
(190,155,150)
#AA8A86
(170,138,134)
#967976
(150,121,118)
#826866
(130,104,102)
#6E5756
(110,87,86)
#5A4646
(90,70,70)
#463536
(70,53,54)
#322426
(50,36,38)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #E6BDB6

#E6BDB6
(230,189,182)
#E8C3BC
(232,195,188)
#EAC9C2
(234,201,194)
#ECCFC8
(236,207,200)
#EED5CE
(238,213,206)
#F0DBD4
(240,219,212)
#F2E1DA
(242,225,218)
#F4E7E0
(244,231,224)
#F6EDE6
(246,237,230)
#F8F3EC
(248,243,236)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDB6; }

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

This text font color is #E6BDB6.

Background Color

.myBgColor { background-color: #E6BDB6; }

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

This div background color is #E6BDB6.

Border color

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

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

This div border color is #E6BDB6.

Opacity

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

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

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

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

This text has shadow with #E6BDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BDB6.

Preview

Color preview on black background

This text has color #E6BDB6 on black background.


Color preview on white background

This text has color #E6BDB6 on white background.


Black color preview on #E6BDB6 background

This text has black color on #E6BDB6 background.


White color preview on #E6BDB6 background

This text has white color on #E6BDB6 background.


Related colors

Complementary color

Complementary color for #hex is #194249.


I love getcolorcode.com

Triadic colors

1 #B6E6BD and #BDB6E6 with #E6BDB6 are triadic colors.

2 #B6BDE6 and #BDE6B6 with #E6BDB6 are triadic colors.