HEX: #BEAD9E
RGB: (190,173,158)
#BEAD9E contains red, green and blue colors in about the same proportion. Web safe color of #BEAD9E is #CC9999 (or #C99).
#BEAD9E color RGB value is (190,173,158).
RGB: (190,173,158)
(75%, 68%, 62%)
R 190 of 255 = 75%
G 173 of 255 = 68%
B 158 of 255 = 62%
R + G + B ~ 68%. #BEAD9E is quite light color.
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'%
#BEAD9E color CMYK value is (0,9,17,25).
CMYK: (0,9,17,25)
C0M9Y17K25 (0%, 9%, 17%, 25%)
(0.00 / 0.09 / 0.17 / 0.25)
Color #BEAD9E in popluar color models
BE | AD | 9E | |
---|---|---|---|
RGB | 190 | 173 | 158 |
HSL | 28° | 19.75% | 68.24% |
HSB/HSV | 28° | 16.84% | 74.51% |
CMYK | 0.00% | 8.95% | 16.84% |
25.49% |
Color #BEAD9E in popluar number systems.
HEX | BE | AD | 9E |
Decimal | 190 | 173 | 158 |
Binary | 10111110 | 10101101 | 10011110 |
Octal | 276 | 255 | 236 |
Shades of #BEAD9E
Tints of #BEAD9E
Examples of css and html codes for elements with #BEAD9E color. Also use rgb(190,173,158) instead hex code.
.myTextColor { color: #BEAD9E; }
<p style="color:#BEAD9E">This sample text font color is #BEAD9E.</p>
This text font color is #BEAD9E.
.myBgColor { background-color: #BEAD9E; }
<div style="background-color:#BEAD9E">Inner text</div>
This div background color is #BEAD9E.
.myBorderColor { border: 1px solid #BEAD9E; }
<div style="border:3px solid #BEAD9E">Div</div>
This div border color is #BEAD9E.
.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%.
.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.
/* 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 text has color #BEAD9E on black background.
This text has color #BEAD9E on white background.
This text has black color on #BEAD9E background.
This text has white color on #BEAD9E background.
Complementary color for #hex is #415261.