HEX: #BEF1A6
RGB: (190,241,166)
#BEF1A6 contains mainly red and green colors. Web safe color of #BEF1A6 is #CCFF99 (or #CF9).
#BEF1A6 color RGB value is (190,241,166).
RGB: (190,241,166)
(75%, 95%, 65%)
R 190 of 255 = 75%
G 241 of 255 = 95%
B 166 of 255 = 65%
R + G + B ~ 78%. #BEF1A6 is quite light color.
R + G + B = 190 + 241 + 166 = 597 (100%)
R 190 of 597 ~ 31.83%
G 241 of 597 ~ 40.37%
B 166 of 597 ~ 27.81'%
#BEF1A6 color CMYK value is (21,0,31,5).
CMYK: (21,0,31,5)
C21M0Y31K5 (21%, 0%, 31%, 5%)
(0.21 / 0.00 / 0.31 / 0.05)
Color #BEF1A6 in popluar color models
BE | F1 | A6 | |
---|---|---|---|
RGB | 190 | 241 | 166 |
HSL | 101° | 72.82% | 79.80% |
HSB/HSV | 101° | 31.12% | 94.51% |
CMYK | 21.16% | 0.00% | 31.12% |
5.49% |
Color #BEF1A6 in popluar number systems.
HEX | BE | F1 | A6 |
Decimal | 190 | 241 | 166 |
Binary | 10111110 | 11110001 | 10100110 |
Octal | 276 | 361 | 246 |
Shades of #BEF1A6
Tints of #BEF1A6
Examples of css and html codes for elements with #BEF1A6 color. Also use rgb(190,241,166) instead hex code.
.myTextColor { color: #BEF1A6; }
<p style="color:#BEF1A6">This sample text font color is #BEF1A6.</p>
This text font color is #BEF1A6.
.myBgColor { background-color: #BEF1A6; }
<div style="background-color:#BEF1A6">Inner text</div>
This div background color is #BEF1A6.
.myBorderColor { border: 1px solid #BEF1A6; }
<div style="border:3px solid #BEF1A6">Div</div>
This div border color is #BEF1A6.
.myOpacity80 { color: #BEF1A6; opacity: 0.8; }
<p style="color:#BEF1A6;opacity:0.8;">80%</p>
Text with #BEF1A6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEF1A6;}
<p style="text-shadow: 3px 3px 1px #BEF1A6">Text here.</p>
This text has shadow with #BEF1A6 color.
.textShadow {text-shadow: 3px 3px 1px #BEF1A6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEF1A6, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEF1A6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEF1A6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEF1A6, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEF1A6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEF1A6;
-webkit-box-shadow: 1px 1px 3px 2px #BEF1A6;
box-shadow: 1px 1px 3px 2px #BEF1A6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEF1A6; -webkit-box-shadow: 1px 1px 3px 2px #BEF1A6; box-shadow:1px 1px 3px 2px #BEF1A6;">
Div content here
</div>
This text has color #BEF1A6 on black background.
This text has color #BEF1A6 on white background.
This text has black color on #BEF1A6 background.
This text has white color on #BEF1A6 background.
Complementary color for #hex is #410E59.