HEX: #BEE68F
RGB: (190,230,143)
#BEE68F contains mainly red and green colors. Web safe color of #BEE68F is #CCCC99 (or #CC9).
#BEE68F color RGB value is (190,230,143).
RGB: (190,230,143)
(75%, 90%, 56%)
R 190 of 255 = 75%
G 230 of 255 = 90%
B 143 of 255 = 56%
R + G + B ~ 74%. #BEE68F is quite light color.
R + G + B = 190 + 230 + 143 = 563 (100%)
R 190 of 563 ~ 33.75%
G 230 of 563 ~ 40.85%
B 143 of 563 ~ 25.4'%
#BEE68F color CMYK value is (17,0,38,10).
CMYK: (17,0,38,10)
C17M0Y38K10 (17%, 0%, 38%, 10%)
(0.17 / 0.00 / 0.38 / 0.10)
Color #BEE68F in popluar color models
BE | E6 | 8F | |
---|---|---|---|
RGB | 190 | 230 | 143 |
HSL | 88° | 63.50% | 73.14% |
HSB/HSV | 88° | 37.83% | 90.20% |
CMYK | 17.39% | 0.00% | 37.83% |
9.80% |
Color #BEE68F in popluar number systems.
HEX | BE | E6 | 8F |
Decimal | 190 | 230 | 143 |
Binary | 10111110 | 11100110 | 10001111 |
Octal | 276 | 346 | 217 |
Shades of #BEE68F
Tints of #BEE68F
Examples of css and html codes for elements with #BEE68F color. Also use rgb(190,230,143) instead hex code.
.myTextColor { color: #BEE68F; }
<p style="color:#BEE68F">This sample text font color is #BEE68F.</p>
This text font color is #BEE68F.
.myBgColor { background-color: #BEE68F; }
<div style="background-color:#BEE68F">Inner text</div>
This div background color is #BEE68F.
.myBorderColor { border: 1px solid #BEE68F; }
<div style="border:3px solid #BEE68F">Div</div>
This div border color is #BEE68F.
.myOpacity80 { color: #BEE68F; opacity: 0.8; }
<p style="color:#BEE68F;opacity:0.8;">80%</p>
Text with #BEE68F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE68F;}
<p style="text-shadow: 3px 3px 1px #BEE68F">Text here.</p>
This text has shadow with #BEE68F color.
.textShadow {text-shadow: 3px 3px 1px #BEE68F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE68F, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE68F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE68F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE68F, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE68F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE68F;
-webkit-box-shadow: 1px 1px 3px 2px #BEE68F;
box-shadow: 1px 1px 3px 2px #BEE68F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE68F; -webkit-box-shadow: 1px 1px 3px 2px #BEE68F; box-shadow:1px 1px 3px 2px #BEE68F;">
Div content here
</div>
This text has color #BEE68F on black background.
This text has color #BEE68F on white background.
This text has black color on #BEE68F background.
This text has white color on #BEE68F background.
Complementary color for #hex is #411970.