HEX: #BEAEA5
RGB: (190,174,165)
#BEAEA5 contains red, green and blue colors in about the same proportion. Web safe color of #BEAEA5 is #CC9999 (or #C99).
#BEAEA5 color RGB value is (190,174,165).
RGB: (190,174,165)
(75%, 68%, 65%)
R 190 of 255 = 75%
G 174 of 255 = 68%
B 165 of 255 = 65%
R + G + B ~ 69%. #BEAEA5 is quite light color.
R + G + B = 190 + 174 + 165 = 529 (100%)
R 190 of 529 ~ 35.92%
G 174 of 529 ~ 32.89%
B 165 of 529 ~ 31.19'%
#BEAEA5 color CMYK value is (0,8,13,25).
CMYK: (0,8,13,25)
C0M8Y13K25 (0%, 8%, 13%, 25%)
(0.00 / 0.08 / 0.13 / 0.25)
Color #BEAEA5 in popluar color models
BE | AE | A5 | |
---|---|---|---|
RGB | 190 | 174 | 165 |
HSL | 22° | 16.13% | 69.61% |
HSB/HSV | 22° | 13.16% | 74.51% |
CMYK | 0.00% | 8.42% | 13.16% |
25.49% |
Color #BEAEA5 in popluar number systems.
HEX | BE | AE | A5 |
Decimal | 190 | 174 | 165 |
Binary | 10111110 | 10101110 | 10100101 |
Octal | 276 | 256 | 245 |
Shades of #BEAEA5
Tints of #BEAEA5
Examples of css and html codes for elements with #BEAEA5 color. Also use rgb(190,174,165) instead hex code.
.myTextColor { color: #BEAEA5; }
<p style="color:#BEAEA5">This sample text font color is #BEAEA5.</p>
This text font color is #BEAEA5.
.myBgColor { background-color: #BEAEA5; }
<div style="background-color:#BEAEA5">Inner text</div>
This div background color is #BEAEA5.
.myBorderColor { border: 1px solid #BEAEA5; }
<div style="border:3px solid #BEAEA5">Div</div>
This div border color is #BEAEA5.
.myOpacity80 { color: #BEAEA5; opacity: 0.8; }
<p style="color:#BEAEA5;opacity:0.8;">80%</p>
Text with #BEAEA5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEAEA5;}
<p style="text-shadow: 3px 3px 1px #BEAEA5">Text here.</p>
This text has shadow with #BEAEA5 color.
.textShadow {text-shadow: 3px 3px 1px #BEAEA5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEAEA5, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEAEA5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEAEA5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEAEA5, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEAEA5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEAEA5;
-webkit-box-shadow: 1px 1px 3px 2px #BEAEA5;
box-shadow: 1px 1px 3px 2px #BEAEA5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEAEA5; -webkit-box-shadow: 1px 1px 3px 2px #BEAEA5; box-shadow:1px 1px 3px 2px #BEAEA5;">
Div content here
</div>
This text has color #BEAEA5 on black background.
This text has color #BEAEA5 on white background.
This text has black color on #BEAEA5 background.
This text has white color on #BEAEA5 background.
Complementary color for #hex is #41515A.