COLOR #E6BD95

HEX: #E6BD95 RGB: (230,189,149)

Color info

#E6BD95 contains mainly red and green colors. Web safe color of #E6BD95 is #CCCC99 (or #CC9).

RGB color model

#E6BD95 color RGB value is (230,189,149).

RGB: (230,189,149) (90%, 74%, 58%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 149 of 255 = 58%

230
189
149

R + G + B ~ 74%. #E6BD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 149 = 568 (100%)
R 230 of 568 ~ 40.49%
G 189 of 568 ~ 33.27%
B 149 of 568 ~ 26.23'%

%40.49
%33.27
%26.23

CMYK color model

#E6BD95 color CMYK value is (0,18,35,10).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 35.22%
  • key color value is 9.80%
CMYK: (0,18,35,10) C0M18Y35K10 (0%,18%,35%,10%) (0.00/0.18/0.35/0.10) 

CMYK percentages

%0
%17.83
%35.22
%9.8

Codes

Color #E6BD95 in popluar color models

E6 BD 95
RGB 230 189 149
HSL 30° 61.83% 74.31%
HSB/HSV 30° 35.22% 90.20%
CMYK 0.00% 17.83% 35.22%
9.80%

Color #E6BD95 in popluar number systems.

HEX E6 BD 95
Decimal 230 189 149
Binary 11100110 10111101 10010101
Octal 346 275 225

Shades and tints

Shades of #E6BD95

#E6BD95
(230,189,149)
#D2AC88
(210,172,136)
#BE9B7B
(190,155,123)
#AA8A6E
(170,138,110)
#967961
(150,121,97)
#826854
(130,104,84)
#6E5747
(110,87,71)
#5A463A
(90,70,58)
#46352D
(70,53,45)
#322420
(50,36,32)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #E6BD95

#E6BD95
(230,189,149)
#E8C39E
(232,195,158)
#EAC9A7
(234,201,167)
#ECCFB0
(236,207,176)
#EED5B9
(238,213,185)
#F0DBC2
(240,219,194)
#F2E1CB
(242,225,203)
#F4E7D4
(244,231,212)
#F6EDDD
(246,237,221)
#F8F3E6
(248,243,230)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BD95; }

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

This text font color is #E6BD95.

Background Color

.myBgColor { background-color: #E6BD95; }

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

This div background color is #E6BD95.

Border color

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

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

This div border color is #E6BD95.

Opacity

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

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

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

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

This text has shadow with #E6BD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BD95.

Preview

Color preview on black background

This text has color #E6BD95 on black background.


Color preview on white background

This text has color #E6BD95 on white background.


Black color preview on #E6BD95 background

This text has black color on #E6BD95 background.


White color preview on #E6BD95 background

This text has white color on #E6BD95 background.


Related colors

Complementary color

Complementary color for #hex is #19426A.


I love getcolorcode.com

Triadic colors

1 #95E6BD and #BD95E6 with #E6BD95 are triadic colors.

2 #95BDE6 and #BDE695 with #E6BD95 are triadic colors.