HEX: #BDE99E
RGB: (189,233,158)
#BDE99E contains mainly red and green colors. Web safe color of #BDE99E is #CCFF99 (or #CF9).
#BDE99E color RGB value is (189,233,158).
RGB: (189,233,158)
(74%, 91%, 62%)
R 189 of 255 = 74%
G 233 of 255 = 91%
B 158 of 255 = 62%
R + G + B ~ 76%. #BDE99E is quite light color.
R + G + B = 189 + 233 + 158 = 580 (100%)
R 189 of 580 ~ 32.59%
G 233 of 580 ~ 40.17%
B 158 of 580 ~ 27.24'%
#BDE99E color CMYK value is (19,0,32,9).
CMYK: (19,0,32,9) C19M0Y32K9 (19%,0%,32%,9%) (0.19/0.00/0.32/0.09)
Color #BDE99E in popluar color models
BD | E9 | 9E | |
---|---|---|---|
RGB | 189 | 233 | 158 |
HSL | 95° | 63.03% | 76.67% |
HSB/HSV | 95° | 32.19% | 91.37% |
CMYK | 18.88% | 0.00% | 32.19% |
8.63% |
Color #BDE99E in popluar number systems.
HEX | BD | E9 | 9E |
Decimal | 189 | 233 | 158 |
Binary | 10111101 | 11101001 | 10011110 |
Octal | 275 | 351 | 236 |
Shades of #BDE99E
Tints of #BDE99E
Examples of css and html codes for elements with #BDE99E color. Also use rgb(189,233,158) instead hex code.
.myTextColor { color: #BDE99E; }
<p style="color:#BDE99E">This sample text font color is #BDE99E.</p>
This text font color is #BDE99E.
.myBgColor { background-color: #BDE99E; }
<div style="background-color:#BDE99E">Inner text</div>
This div background color is #BDE99E.
.myBorderColor { border: 1px solid #BDE99E; }
<div style="border:3px solid #BDE99E">Div</div>
This div border color is #BDE99E.
.myOpacity80 { color: #BDE99E; opacity: 0.8; }
<p style="color:#BDE99E;opacity:0.8;">80%</p>
Text with #BDE99E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BDE99E;}
<p style="text-shadow: 3px 3px 1px #BDE99E">Text here.</p>
This text has shadow with #BDE99E color.
.textShadow {text-shadow: 3px 3px 1px #BDE99E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BDE99E, 5px 5px 20px red">Text here.</p>
This text has shadow with #BDE99E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDE99E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BDE99E, Direction=45, Strength=4)">Text</p>
This text has shadow with #BDE99E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BDE99E;
-webkit-box-shadow: 1px 1px 3px 2px #BDE99E;
box-shadow: 1px 1px 3px 2px #BDE99E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDE99E; -webkit-box-shadow: 1px 1px 3px 2px #BDE99E; box-shadow:1px 1px 3px 2px #BDE99E;">
Div content here
</div>
This text has color #BDE99E on black background.
This text has color #BDE99E on white background.
This text has black color on #BDE99E background.
This text has white color on #BDE99E background.
Complementary color for #hex is #421661.