HEX: #BEEFC8
RGB: (190,239,200)
#BEEFC8 contains red, green and blue colors in about the same proportion. Web safe color of #BEEFC8 is #CCFFCC (or #CFC).
#BEEFC8 color RGB value is (190,239,200).
RGB: (190,239,200)
(75%, 94%, 78%)
R 190 of 255 = 75%
G 239 of 255 = 94%
B 200 of 255 = 78%
R + G + B ~ 82%. #BEEFC8 is quite light color.
R + G + B = 190 + 239 + 200 = 629 (100%)
R 190 of 629 ~ 30.21%
G 239 of 629 ~ 38%
B 200 of 629 ~ 31.8'%
#BEEFC8 color CMYK value is (21,0,16,6).
CMYK: (21,0,16,6) C21M0Y16K6 (21%,0%,16%,6%) (0.21/0.00/0.16/0.06)
Color #BEEFC8 in popluar color models
BE | EF | C8 | |
---|---|---|---|
RGB | 190 | 239 | 200 |
HSL | 132° | 60.49% | 84.12% |
HSB/HSV | 132° | 20.50% | 93.73% |
CMYK | 20.50% | 0.00% | 16.32% |
6.27% |
Color #BEEFC8 in popluar number systems.
HEX | BE | EF | C8 |
Decimal | 190 | 239 | 200 |
Binary | 10111110 | 11101111 | 11001000 |
Octal | 276 | 357 | 310 |
Shades of #BEEFC8
Tints of #BEEFC8
Examples of css and html codes for elements with #BEEFC8 color. Also use rgb(190,239,200) instead hex code.
.myTextColor { color: #BEEFC8; }
<p style="color:#BEEFC8">This sample text font color is #BEEFC8.</p>
This text font color is #BEEFC8.
.myBgColor { background-color: #BEEFC8; }
<div style="background-color:#BEEFC8">Inner text</div>
This div background color is #BEEFC8.
.myBorderColor { border: 1px solid #BEEFC8; }
<div style="border:3px solid #BEEFC8">Div</div>
This div border color is #BEEFC8.
.myOpacity80 { color: #BEEFC8; opacity: 0.8; }
<p style="color:#BEEFC8;opacity:0.8;">80%</p>
Text with #BEEFC8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEEFC8;}
<p style="text-shadow: 3px 3px 1px #BEEFC8">Text here.</p>
This text has shadow with #BEEFC8 color.
.textShadow {text-shadow: 3px 3px 1px #BEEFC8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEEFC8, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEEFC8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEEFC8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEEFC8, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEEFC8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEEFC8;
-webkit-box-shadow: 1px 1px 3px 2px #BEEFC8;
box-shadow: 1px 1px 3px 2px #BEEFC8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEEFC8; -webkit-box-shadow: 1px 1px 3px 2px #BEEFC8; box-shadow:1px 1px 3px 2px #BEEFC8;">
Div content here
</div>
This text has color #BEEFC8 on black background.
This text has color #BEEFC8 on white background.
This text has black color on #BEEFC8 background.
This text has white color on #BEEFC8 background.
Complementary color for #hex is #411037.