HEX: #BEF6DF
RGB: (190,246,223)
#BEF6DF contains red, green and blue colors in about the same proportion. Web safe color of #BEF6DF is #CCFFCC (or #CFC).
#BEF6DF color RGB value is (190,246,223).
RGB: (190,246,223)
(75%, 96%, 87%)
R 190 of 255 = 75%
G 246 of 255 = 96%
B 223 of 255 = 87%
R + G + B ~ 86%. #BEF6DF is light color.
R + G + B = 190 + 246 + 223 = 659 (100%)
R 190 of 659 ~ 28.83%
G 246 of 659 ~ 37.33%
B 223 of 659 ~ 33.84'%
#BEF6DF color CMYK value is (23,0,9,4).
CMYK: (23,0,9,4) C23M0Y9K4 (23%,0%,9%,4%) (0.23/0.00/0.09/0.04)
Color #BEF6DF in popluar color models
BE | F6 | DF | |
---|---|---|---|
RGB | 190 | 246 | 223 |
HSL | 155° | 75.68% | 85.49% |
HSB/HSV | 155° | 22.76% | 96.47% |
CMYK | 22.76% | 0.00% | 9.35% |
3.53% |
Color #BEF6DF in popluar number systems.
HEX | BE | F6 | DF |
Decimal | 190 | 246 | 223 |
Binary | 10111110 | 11110110 | 11011111 |
Octal | 276 | 366 | 337 |
Shades of #BEF6DF
Tints of #BEF6DF
Examples of css and html codes for elements with #BEF6DF color. Also use rgb(190,246,223) instead hex code.
.myTextColor { color: #BEF6DF; }
<p style="color:#BEF6DF">This sample text font color is #BEF6DF.</p>
This text font color is #BEF6DF.
.myBgColor { background-color: #BEF6DF; }
<div style="background-color:#BEF6DF">Inner text</div>
This div background color is #BEF6DF.
.myBorderColor { border: 1px solid #BEF6DF; }
<div style="border:3px solid #BEF6DF">Div</div>
This div border color is #BEF6DF.
.myOpacity80 { color: #BEF6DF; opacity: 0.8; }
<p style="color:#BEF6DF;opacity:0.8;">80%</p>
Text with #BEF6DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEF6DF;}
<p style="text-shadow: 3px 3px 1px #BEF6DF">Text here.</p>
This text has shadow with #BEF6DF color.
.textShadow {text-shadow: 3px 3px 1px #BEF6DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEF6DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEF6DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEF6DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEF6DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEF6DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEF6DF;
-webkit-box-shadow: 1px 1px 3px 2px #BEF6DF;
box-shadow: 1px 1px 3px 2px #BEF6DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEF6DF; -webkit-box-shadow: 1px 1px 3px 2px #BEF6DF; box-shadow:1px 1px 3px 2px #BEF6DF;">
Div content here
</div>
This text has color #BEF6DF on black background.
This text has color #BEF6DF on white background.
This text has black color on #BEF6DF background.
This text has white color on #BEF6DF background.
Complementary color for #hex is #410920.