COLOR #BEF2E7

HEX: #BEF2E7
RGB: (190,242,231)

Color info

#BEF2E7 contains red, green and blue colors in about the same proportion. Web safe color of #BEF2E7 is #CCFFFF (or #CFF).

RGB color model

#BEF2E7 color RGB value is (190,242,231).

  • red value is 190;
  • green value is 242;
  • blue value is 231.
RGB:
(190,242,231)
(75%,95%,91%)

RGB channels and saturation

R 190 of 255 = 75%
G 242 of 255 = 95%
B 231 of 255 = 91%

190
242
231

R + G + B ~ 87%. #BEF2E7 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 242 + 231 = 663 (100%)
R 190 of 663 ~ 28.66%
G 242 of 663 ~ 36.5%
B 231 of 663 ~ 34.84%

%28.66
%36.5
%34.84

CMYK color model

#BEF2E7 color CMYK value is (21,0,5,5).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 5.10%
CMYK:
(21,0,5,5)
C21M0Y5K5 
(21%,0%,5%,5%)
(0.21/0.00/0.05/0.05)	

CMYK percentages

%21.49
%0
%4.55
%5.1

Codes

Color #BEF2E7 in popluar color models

BEF2E7
RGB190242231
HSL167°66.67%84.71%
HSB/HSV167°21.49%94.90%
CMYK21.49%0.00%4.55%
5.10%

Color #BEF2E7 in popluar number systems.

HEXBEF2E7
Decimal190242231
Binary101111101111001011100111
Octal276362347

Shades and tints

Shades of #BEF2E7

#BEF2E7
(190,242,231)
#ADDCD2
(173,220,210)
#9CC6BD
(156,198,189)
#8BB0A8
(139,176,168)
#7A9A93
(122,154,147)
#69847E
(105,132,126)
#586E69
(88,110,105)
#475854
(71,88,84)
#36423F
(54,66,63)
#252C2A
(37,44,42)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEF2E7

#BEF2E7
(190,242,231)
#C3F3E9
(195,243,233)
#C8F4EB
(200,244,235)
#CDF5ED
(205,245,237)
#D2F6EF
(210,246,239)
#D7F7F1
(215,247,241)
#DCF8F3
(220,248,243)
#E1F9F5
(225,249,245)
#E6FAF7
(230,250,247)
#EBFBF9
(235,251,249)
#F0FCFB
(240,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF2E7 color. Also use rgb(190,242,231) instead hex code.

Text Font Color

.myTextColor { color: #BEF2E7; }

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

This text font color is #BEF2E7.


Background Color

.myBgColor { background-color: #BEF2E7; }

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

This div background color is #BEF2E7.


Border color

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

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

This div border color is #BEF2E7.


Opacity

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

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

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

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

This text has shadow with #BEF2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF2E7 on black background.


Color preview on white background

This text has color #BEF2E7 on white background.



Black color preview on #BEF2E7 background

This text has black color on #BEF2E7 background.


White color preview on #BEF2E7 background

This text has white color on #BEF2E7 background.