COLOR #BEFEF7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
254
247

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

Portions of RGB colors in percentages

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

%27.5
%36.76
%35.75

CMYK color model

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

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

CMYK percentages

%25.2
%0
%2.76
%0.39

Codes

Color #BEFEF7 in popluar color models

BEFEF7
RGB190254247
HSL173°96.97%87.06%
HSB/HSV173°25.20%99.61%
CMYK25.20%0.00%2.76%
0.39%

Color #BEFEF7 in popluar number systems.

HEXBEFEF7
Decimal190254247
Binary101111101111111011110111
Octal276376367

Shades and tints

Shades of #BEFEF7

#BEFEF7
(190,254,247)
#ADE7E1
(173,231,225)
#9CD0CB
(156,208,203)
#8BB9B5
(139,185,181)
#7AA29F
(122,162,159)
#698B89
(105,139,137)
#587473
(88,116,115)
#475D5D
(71,93,93)
#364647
(54,70,71)
#252F31
(37,47,49)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #BEFEF7

#BEFEF7
(190,254,247)
#C3FEF7
(195,254,247)
#C8FEF7
(200,254,247)
#CDFEF7
(205,254,247)
#D2FEF7
(210,254,247)
#D7FEF7
(215,254,247)
#DCFEF7
(220,254,247)
#E1FEF7
(225,254,247)
#E6FEF7
(230,254,247)
#EBFEF7
(235,254,247)
#F0FEF7
(240,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFEF7; }

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

This text font color is #BEFEF7.


Background Color

.myBgColor { background-color: #BEFEF7; }

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

This div background color is #BEFEF7.


Border color

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

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

This div border color is #BEFEF7.


Opacity

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

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

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

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

This text has shadow with #BEFEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFEF7 on black background.


Color preview on white background

This text has color #BEFEF7 on white background.



Black color preview on #BEFEF7 background

This text has black color on #BEFEF7 background.


White color preview on #BEFEF7 background

This text has white color on #BEFEF7 background.