COLOR #BEF7FC

HEX: #BEF7FC
RGB: (190,247,252)

Color info

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

RGB color model

#BEF7FC color RGB value is (190,247,252).

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

RGB channels and saturation

R 190 of 255 = 75%
G 247 of 255 = 97%
B 252 of 255 = 99%

190
247
252

R + G + B ~ 90%. #BEF7FC is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 247 + 252 = 689 (100%)
R 190 of 689 ~ 27.58%
G 247 of 689 ~ 35.85%
B 252 of 689 ~ 36.57%

%27.58
%35.85
%36.57

CMYK color model

#BEF7FC color CMYK value is (25,2,0,1).

  • cyan value is 24.60%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(25,2,0,1)
C25M2Y0K1 
(25%,2%,0%,1%)
(0.25/0.02/0.00/0.01)	

CMYK percentages

%24.6
%1.98
%0
%1.18

Codes

Color #BEF7FC in popluar color models

BEF7FC
RGB190247252
HSL185°91.18%86.67%
HSB/HSV185°24.60%98.82%
CMYK24.60%1.98%0.00%
1.18%

Color #BEF7FC in popluar number systems.

HEXBEF7FC
Decimal190247252
Binary101111101111011111111100
Octal276367374

Shades and tints

Shades of #BEF7FC

#BEF7FC
(190,247,252)
#ADE1E6
(173,225,230)
#9CCBD0
(156,203,208)
#8BB5BA
(139,181,186)
#7A9FA4
(122,159,164)
#69898E
(105,137,142)
#587378
(88,115,120)
#475D62
(71,93,98)
#36474C
(54,71,76)
#253136
(37,49,54)
#141B20
(20,27,32)
#000000
(0,0,0)

Tints of #BEF7FC

#BEF7FC
(190,247,252)
#C3F7FC
(195,247,252)
#C8F7FC
(200,247,252)
#CDF7FC
(205,247,252)
#D2F7FC
(210,247,252)
#D7F7FC
(215,247,252)
#DCF7FC
(220,247,252)
#E1F7FC
(225,247,252)
#E6F7FC
(230,247,252)
#EBF7FC
(235,247,252)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF7FC; }

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

This text font color is #BEF7FC.


Background Color

.myBgColor { background-color: #BEF7FC; }

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

This div background color is #BEF7FC.


Border color

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

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

This div border color is #BEF7FC.


Opacity

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

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

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

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

This text has shadow with #BEF7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF7FC on black background.


Color preview on white background

This text has color #BEF7FC on white background.



Black color preview on #BEF7FC background

This text has black color on #BEF7FC background.


White color preview on #BEF7FC background

This text has white color on #BEF7FC background.