COLOR #BEF1EF

HEX: #BEF1EF
RGB: (190,241,239)

Color info

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

RGB color model

#BEF1EF color RGB value is (190,241,239).

  • red value is 190;
  • green value is 241;
  • blue value is 239.
RGB:
(190,241,239)
(75%,95%,94%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 239 of 255 = 94%

190
241
239

R + G + B ~ 88%. #BEF1EF is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 241 + 239 = 670 (100%)
R 190 of 670 ~ 28.36%
G 241 of 670 ~ 35.97%
B 239 of 670 ~ 35.67%

%28.36
%35.97
%35.67

CMYK color model

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

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK:
(21,0,1,5)
C21M0Y1K5 
(21%,0%,1%,5%)
(0.21/0.00/0.01/0.05)	

CMYK percentages

%21.16
%0
%0.83
%5.49

Codes

Color #BEF1EF in popluar color models

BEF1EF
RGB190241239
HSL178°64.56%84.51%
HSB/HSV178°21.16%94.51%
CMYK21.16%0.00%0.83%
5.49%

Color #BEF1EF in popluar number systems.

HEXBEF1EF
Decimal190241239
Binary101111101111000111101111
Octal276361357

Shades and tints

Shades of #BEF1EF

#BEF1EF
(190,241,239)
#ADDCDA
(173,220,218)
#9CC7C5
(156,199,197)
#8BB2B0
(139,178,176)
#7A9D9B
(122,157,155)
#698886
(105,136,134)
#587371
(88,115,113)
#475E5C
(71,94,92)
#364947
(54,73,71)
#253432
(37,52,50)
#141F1D
(20,31,29)
#000000
(0,0,0)

Tints of #BEF1EF

#BEF1EF
(190,241,239)
#C3F2F0
(195,242,240)
#C8F3F1
(200,243,241)
#CDF4F2
(205,244,242)
#D2F5F3
(210,245,243)
#D7F6F4
(215,246,244)
#DCF7F5
(220,247,245)
#E1F8F6
(225,248,246)
#E6F9F7
(230,249,247)
#EBFAF8
(235,250,248)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF1EF color. Also use rgb(190,241,239) instead hex code.

Text Font Color

.myTextColor { color: #BEF1EF; }

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

This text font color is #BEF1EF.


Background Color

.myBgColor { background-color: #BEF1EF; }

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

This div background color is #BEF1EF.


Border color

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

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

This div border color is #BEF1EF.


Opacity

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

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

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

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

This text has shadow with #BEF1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF1EF on black background.


Color preview on white background

This text has color #BEF1EF on white background.



Black color preview on #BEF1EF background

This text has black color on #BEF1EF background.


White color preview on #BEF1EF background

This text has white color on #BEF1EF background.