HEX: #BEFFD9
RGB: (190,255,217)
#BEFFD9 contains mainly green and blue colors. Web safe color of #BEFFD9 is #CCFFCC (or #CFC).
#BEFFD9 color RGB value is (190,255,217).
RGB: (190,255,217)
(75%, 100%, 85%)
R 190 of 255 = 75%
G 255 of 255 = 100%
B 217 of 255 = 85%
R + G + B ~ 87%. #BEFFD9 is light color.
R + G + B = 190 + 255 + 217 = 662 (100%)
R 190 of 662 ~ 28.7%
G 255 of 662 ~ 38.52%
B 217 of 662 ~ 32.78'%
#BEFFD9 color CMYK value is (25,0,15,0).
CMYK: (25,0,15,0) C25M0Y15K0 (25%,0%,15%,0%) (0.25/0.00/0.15/0.00)
Color #BEFFD9 in popluar color models
BE | FF | D9 | |
---|---|---|---|
RGB | 190 | 255 | 217 |
HSL | 145° | 100.00% | 87.25% |
HSB/HSV | 145° | 25.49% | 100.00% |
CMYK | 25.49% | 0.00% | 14.90% |
0.00% |
Color #BEFFD9 in popluar number systems.
HEX | BE | FF | D9 |
Decimal | 190 | 255 | 217 |
Binary | 10111110 | 11111111 | 11011001 |
Octal | 276 | 377 | 331 |
Shades of #BEFFD9
Tints of #BEFFD9
Examples of css and html codes for elements with #BEFFD9 color. Also use rgb(190,255,217) instead hex code.
.myTextColor { color: #BEFFD9; }
<p style="color:#BEFFD9">This sample text font color is #BEFFD9.</p>
This text font color is #BEFFD9.
.myBgColor { background-color: #BEFFD9; }
<div style="background-color:#BEFFD9">Inner text</div>
This div background color is #BEFFD9.
.myBorderColor { border: 1px solid #BEFFD9; }
<div style="border:3px solid #BEFFD9">Div</div>
This div border color is #BEFFD9.
.myOpacity80 { color: #BEFFD9; opacity: 0.8; }
<p style="color:#BEFFD9;opacity:0.8;">80%</p>
Text with #BEFFD9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEFFD9;}
<p style="text-shadow: 3px 3px 1px #BEFFD9">Text here.</p>
This text has shadow with #BEFFD9 color.
.textShadow {text-shadow: 3px 3px 1px #BEFFD9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEFFD9, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEFFD9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEFFD9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEFFD9, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEFFD9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEFFD9;
-webkit-box-shadow: 1px 1px 3px 2px #BEFFD9;
box-shadow: 1px 1px 3px 2px #BEFFD9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEFFD9; -webkit-box-shadow: 1px 1px 3px 2px #BEFFD9; box-shadow:1px 1px 3px 2px #BEFFD9;">
Div content here
</div>
This text has color #BEFFD9 on black background.
This text has color #BEFFD9 on white background.
This text has black color on #BEFFD9 background.
This text has white color on #BEFFD9 background.
Complementary color for #hex is #410026.