COLOR #E6BDAD

HEX: #E6BDAD
RGB: (230,189,173)

Color info

#E6BDAD contains red, green and blue colors in about the same proportion. Web safe color of #E6BDAD is #CCCC99 (or #CC9).

RGB color model

#E6BDAD color RGB value is (230,189,173).

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

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 173 of 255 = 68%

230
189
173

R + G + B ~ 77%. #E6BDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 189 + 173 = 592 (100%)
R 230 of 592 ~ 38.85%
G 189 of 592 ~ 31.93%
B 173 of 592 ~ 29.22%

%38.85
%31.93
%29.22

CMYK color model

#E6BDAD color CMYK value is (0,18,25,10).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 24.78%
  • key color value is 9.80%
CMYK:
(0,18,25,10)
C0M18Y25K10 
(0%,18%,25%,10%)
(0.00/0.18/0.25/0.10)	

CMYK percentages

%0
%17.83
%24.78
%9.8

Codes

Color #E6BDAD in popluar color models

E6BDAD
RGB230189173
HSL17°53.27%79.02%
HSB/HSV17°24.78%90.20%
CMYK0.00%17.83%24.78%
9.80%

Color #E6BDAD in popluar number systems.

HEXE6BDAD
Decimal230189173
Binary111001101011110110101101
Octal346275255

Shades and tints

Shades of #E6BDAD

#E6BDAD
(230,189,173)
#D2AC9E
(210,172,158)
#BE9B8F
(190,155,143)
#AA8A80
(170,138,128)
#967971
(150,121,113)
#826862
(130,104,98)
#6E5753
(110,87,83)
#5A4644
(90,70,68)
#463535
(70,53,53)
#322426
(50,36,38)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #E6BDAD

#E6BDAD
(230,189,173)
#E8C3B4
(232,195,180)
#EAC9BB
(234,201,187)
#ECCFC2
(236,207,194)
#EED5C9
(238,213,201)
#F0DBD0
(240,219,208)
#F2E1D7
(242,225,215)
#F4E7DE
(244,231,222)
#F6EDE5
(246,237,229)
#F8F3EC
(248,243,236)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDAD; }

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

This text font color is #E6BDAD.


Background Color

.myBgColor { background-color: #E6BDAD; }

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

This div background color is #E6BDAD.


Border color

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

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

This div border color is #E6BDAD.


Opacity

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

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

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

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

This text has shadow with #E6BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDAD on black background.


Color preview on white background

This text has color #E6BDAD on white background.



Black color preview on #E6BDAD background

This text has black color on #E6BDAD background.


White color preview on #E6BDAD background

This text has white color on #E6BDAD background.