COLOR #BEAD9E

HEX: #BEAD9E
RGB: (190,173,158)

Color info

#BEAD9E contains red, green and blue colors in about the same proportion. Web safe color of #BEAD9E is #CC9999 (or #C99).

RGB color model

#BEAD9E color RGB value is (190,173,158).

  • red value is 190;
  • green value is 173;
  • blue value is 158.
RGB:
(190,173,158)
(75%,68%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 158 of 255 = 62%

190
173
158

R + G + B ~ 68%. #BEAD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 173 + 158 = 521 (100%)
R 190 of 521 ~ 36.47%
G 173 of 521 ~ 33.21%
B 158 of 521 ~ 30.33%

%36.47
%33.21
%30.33

CMYK color model

#BEAD9E color CMYK value is (0,9,17,25).

  • cyan value is 0.00%
  • magenta value is 8.95%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(0,9,17,25)
C0M9Y17K25 
(0%,9%,17%,25%)
(0.00/0.09/0.17/0.25)	

CMYK percentages

%0
%8.95
%16.84
%25.49

Codes

Color #BEAD9E in popluar color models

BEAD9E
RGB190173158
HSL28°19.75%68.24%
HSB/HSV28°16.84%74.51%
CMYK0.00%8.95%16.84%
25.49%

Color #BEAD9E in popluar number systems.

HEXBEAD9E
Decimal190173158
Binary101111101010110110011110
Octal276255236

Shades and tints

Shades of #BEAD9E

#BEAD9E
(190,173,158)
#AD9E90
(173,158,144)
#9C8F82
(156,143,130)
#8B8074
(139,128,116)
#7A7166
(122,113,102)
#696258
(105,98,88)
#58534A
(88,83,74)
#47443C
(71,68,60)
#36352E
(54,53,46)
#252620
(37,38,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #BEAD9E

#BEAD9E
(190,173,158)
#C3B4A6
(195,180,166)
#C8BBAE
(200,187,174)
#CDC2B6
(205,194,182)
#D2C9BE
(210,201,190)
#D7D0C6
(215,208,198)
#DCD7CE
(220,215,206)
#E1DED6
(225,222,214)
#E6E5DE
(230,229,222)
#EBECE6
(235,236,230)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAD9E color. Also use rgb(190,173,158) instead hex code.

Text Font Color

.myTextColor { color: #BEAD9E; }

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

This text font color is #BEAD9E.


Background Color

.myBgColor { background-color: #BEAD9E; }

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

This div background color is #BEAD9E.


Border color

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

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

This div border color is #BEAD9E.


Opacity

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

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

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

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

This text has shadow with #BEAD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAD9E on black background.


Color preview on white background

This text has color #BEAD9E on white background.



Black color preview on #BEAD9E background

This text has black color on #BEAD9E background.


White color preview on #BEAD9E background

This text has white color on #BEAD9E background.