COLOR #BEFBF0

HEX: #BEFBF0
RGB: (190,251,240)

Color info

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

RGB color model

#BEFBF0 color RGB value is (190,251,240).

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

RGB channels and saturation

R 190 of 255 = 75%
G 251 of 255 = 98%
B 240 of 255 = 94%

190
251
240

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

Portions of RGB colors in percentages

R + G + B =
190 + 251 + 240 = 681 (100%)
R 190 of 681 ~ 27.9%
G 251 of 681 ~ 36.86%
B 240 of 681 ~ 35.24%

%27.9
%36.86
%35.24

CMYK color model

#BEFBF0 color CMYK value is (24,0,4,2).

  • cyan value is 24.30%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 1.57%
CMYK:
(24,0,4,2)
C24M0Y4K2 
(24%,0%,4%,2%)
(0.24/0.00/0.04/0.02)	

CMYK percentages

%24.3
%0
%4.38
%1.57

Codes

Color #BEFBF0 in popluar color models

BEFBF0
RGB190251240
HSL169°88.41%86.47%
HSB/HSV169°24.30%98.43%
CMYK24.30%0.00%4.38%
1.57%

Color #BEFBF0 in popluar number systems.

HEXBEFBF0
Decimal190251240
Binary101111101111101111110000
Octal276373360

Shades and tints

Shades of #BEFBF0

#BEFBF0
(190,251,240)
#ADE5DB
(173,229,219)
#9CCFC6
(156,207,198)
#8BB9B1
(139,185,177)
#7AA39C
(122,163,156)
#698D87
(105,141,135)
#587772
(88,119,114)
#47615D
(71,97,93)
#364B48
(54,75,72)
#253533
(37,53,51)
#141F1E
(20,31,30)
#000000
(0,0,0)

Tints of #BEFBF0

#BEFBF0
(190,251,240)
#C3FBF1
(195,251,241)
#C8FBF2
(200,251,242)
#CDFBF3
(205,251,243)
#D2FBF4
(210,251,244)
#D7FBF5
(215,251,245)
#DCFBF6
(220,251,246)
#E1FBF7
(225,251,247)
#E6FBF8
(230,251,248)
#EBFBF9
(235,251,249)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFBF0; }

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

This text font color is #BEFBF0.


Background Color

.myBgColor { background-color: #BEFBF0; }

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

This div background color is #BEFBF0.


Border color

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

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

This div border color is #BEFBF0.


Opacity

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

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

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

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

This text has shadow with #BEFBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFBF0 on black background.


Color preview on white background

This text has color #BEFBF0 on white background.



Black color preview on #BEFBF0 background

This text has black color on #BEFBF0 background.


White color preview on #BEFBF0 background

This text has white color on #BEFBF0 background.