COLOR #BEF7FE

HEX: #BEF7FE
RGB: (190,247,254)

Color info

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

RGB color model

#BEF7FE color RGB value is (190,247,254).

  • red value is 190;
  • green value is 247;
  • blue value is 254.
RGB:
(190,247,254)
(75%,97%,100%)

RGB channels and saturation

R 190 of 255 = 75%
G 247 of 255 = 97%
B 254 of 255 = 100%

190
247
254

R + G + B ~ 91%. #BEF7FE is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 247 + 254 = 691 (100%)
R 190 of 691 ~ 27.5%
G 247 of 691 ~ 35.75%
B 254 of 691 ~ 36.76%

%27.5
%35.75
%36.76

CMYK color model

#BEF7FE color CMYK value is (25,3,0,0).

  • cyan value is 25.20%
  • magenta value is 2.76%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(25,3,0,0)
C25M3Y0K0 
(25%,3%,0%,0%)
(0.25/0.03/0.00/0.00)	

CMYK percentages

%25.2
%2.76
%0
%0.39

Codes

Color #BEF7FE in popluar color models

BEF7FE
RGB190247254
HSL187°96.97%87.06%
HSB/HSV187°25.20%99.61%
CMYK25.20%2.76%0.00%
0.39%

Color #BEF7FE in popluar number systems.

HEXBEF7FE
Decimal190247254
Binary101111101111011111111110
Octal276367376

Shades and tints

Shades of #BEF7FE

#BEF7FE
(190,247,254)
#ADE1E7
(173,225,231)
#9CCBD0
(156,203,208)
#8BB5B9
(139,181,185)
#7A9FA2
(122,159,162)
#69898B
(105,137,139)
#587374
(88,115,116)
#475D5D
(71,93,93)
#364746
(54,71,70)
#25312F
(37,49,47)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #BEF7FE

#BEF7FE
(190,247,254)
#C3F7FE
(195,247,254)
#C8F7FE
(200,247,254)
#CDF7FE
(205,247,254)
#D2F7FE
(210,247,254)
#D7F7FE
(215,247,254)
#DCF7FE
(220,247,254)
#E1F7FE
(225,247,254)
#E6F7FE
(230,247,254)
#EBF7FE
(235,247,254)
#F0F7FE
(240,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF7FE color. Also use rgb(190,247,254) instead hex code.

Text Font Color

.myTextColor { color: #BEF7FE; }

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

This text font color is #BEF7FE.


Background Color

.myBgColor { background-color: #BEF7FE; }

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

This div background color is #BEF7FE.


Border color

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

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

This div border color is #BEF7FE.


Opacity

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

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

Text with #BEF7FE 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 #BEF7FE;}

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

This text has shadow with #BEF7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF7FE on black background.


Color preview on white background

This text has color #BEF7FE on white background.



Black color preview on #BEF7FE background

This text has black color on #BEF7FE background.


White color preview on #BEF7FE background

This text has white color on #BEF7FE background.