COLOR #BEFCF0

HEX: #BEFCF0
RGB: (190,252,240)

Color info

#BEFCF0 contains mainly green and blue colors. Web safe color of #BEFCF0 is #CCFFFF (or #CFF).

RGB color model

#BEFCF0 color RGB value is (190,252,240).

  • red value is 190;
  • green value is 252;
  • blue value is 240.
RGB:
(190,252,240)
(75%,99%,94%)

RGB channels and saturation

R 190 of 255 = 75%
G 252 of 255 = 99%
B 240 of 255 = 94%

190
252
240

R + G + B ~ 89%. #BEFCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 252 + 240 = 682 (100%)
R 190 of 682 ~ 27.86%
G 252 of 682 ~ 36.95%
B 240 of 682 ~ 35.19%

%27.86
%36.95
%35.19

CMYK color model

#BEFCF0 color CMYK value is (25,0,5,1).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 1.18%
CMYK:
(25,0,5,1)
C25M0Y5K1 
(25%,0%,5%,1%)
(0.25/0.00/0.05/0.01)	

CMYK percentages

%24.6
%0
%4.76
%1.18

Codes

Color #BEFCF0 in popluar color models

BEFCF0
RGB190252240
HSL168°91.18%86.67%
HSB/HSV168°24.60%98.82%
CMYK24.60%0.00%4.76%
1.18%

Color #BEFCF0 in popluar number systems.

HEXBEFCF0
Decimal190252240
Binary101111101111110011110000
Octal276374360

Shades and tints

Shades of #BEFCF0

#BEFCF0
(190,252,240)
#ADE6DB
(173,230,219)
#9CD0C6
(156,208,198)
#8BBAB1
(139,186,177)
#7AA49C
(122,164,156)
#698E87
(105,142,135)
#587872
(88,120,114)
#47625D
(71,98,93)
#364C48
(54,76,72)
#253633
(37,54,51)
#14201E
(20,32,30)
#000000
(0,0,0)

Tints of #BEFCF0

#BEFCF0
(190,252,240)
#C3FCF1
(195,252,241)
#C8FCF2
(200,252,242)
#CDFCF3
(205,252,243)
#D2FCF4
(210,252,244)
#D7FCF5
(215,252,245)
#DCFCF6
(220,252,246)
#E1FCF7
(225,252,247)
#E6FCF8
(230,252,248)
#EBFCF9
(235,252,249)
#F0FCFA
(240,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFCF0 color. Also use rgb(190,252,240) instead hex code.

Text Font Color

.myTextColor { color: #BEFCF0; }

<p style="color:#BEFCF0">This sample text font color is #BEFCF0.</p>

This text font color is #BEFCF0.


Background Color

.myBgColor { background-color: #BEFCF0; }

<div style="background-color:#BEFCF0">Inner text</div>

This div background color is #BEFCF0.


Border color

.myBorderColor { border: 1px solid #BEFCF0; }

<div style="border:3px solid #BEFCF0">Div</div>

This div border color is #BEFCF0.


Opacity

.myOpacity80 { color: #BEFCF0; opacity: 0.8; }

<p style="color:#BEFCF0;opacity:0.8;">80%</p>

Text with #BEFCF0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEFCF0;}

<p style="text-shadow: 3px 3px 1px #BEFCF0">Text here.</p>

This text has shadow with #BEFCF0 color.

.textShadow {text-shadow: 3px 3px 1px #BEFCF0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEFCF0, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEFCF0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEFCF0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEFCF0, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEFCF0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BEFCF0;
  -webkit-box-shadow:	1px 1px 3px 2px #BEFCF0;
  box-shadow:		1px 1px 3px 2px #BEFCF0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEFCF0;
-webkit-box-shadow: 1px 1px 3px 2px #BEFCF0;
box-shadow:1px 1px 3px 2px #BEFCF0;">
Div content here</div>
This div box has shadow with color #BEFCF0.

Preview

Color preview on black background

This text has color #BEFCF0 on black background.


Color preview on white background

This text has color #BEFCF0 on white background.



Black color preview on #BEFCF0 background

This text has black color on #BEFCF0 background.


White color preview on #BEFCF0 background

This text has white color on #BEFCF0 background.