COLOR #BEEFEF

HEX: #BEEFEF
RGB: (190,239,239)

Color info

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

RGB color model

#BEEFEF color RGB value is (190,239,239).

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

RGB channels and saturation

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

190
239
239

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

Portions of RGB colors in percentages

R + G + B =
190 + 239 + 239 = 668 (100%)
R 190 of 668 ~ 28.44%
G 239 of 668 ~ 35.78%
B 239 of 668 ~ 35.78%

%28.44
%35.78
%35.78

CMYK color model

#BEEFEF color CMYK value is (21,0,0,6).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,0,0,6)
C21M0Y0K6 
(21%,0%,0%,6%)
(0.21/0.00/0.00/0.06)	

CMYK percentages

%20.5
%0
%0
%6.27

Codes

Color #BEEFEF in popluar color models

BEEFEF
RGB190239239
HSL180°60.49%84.12%
HSB/HSV180°20.50%93.73%
CMYK20.50%0.00%0.00%
6.27%

Color #BEEFEF in popluar number systems.

HEXBEEFEF
Decimal190239239
Binary101111101110111111101111
Octal276357357

Shades and tints

Shades of #BEEFEF

#BEEFEF
(190,239,239)
#ADDADA
(173,218,218)
#9CC5C5
(156,197,197)
#8BB0B0
(139,176,176)
#7A9B9B
(122,155,155)
#698686
(105,134,134)
#587171
(88,113,113)
#475C5C
(71,92,92)
#364747
(54,71,71)
#253232
(37,50,50)
#141D1D
(20,29,29)
#000000
(0,0,0)

Tints of #BEEFEF

#BEEFEF
(190,239,239)
#C3F0F0
(195,240,240)
#C8F1F1
(200,241,241)
#CDF2F2
(205,242,242)
#D2F3F3
(210,243,243)
#D7F4F4
(215,244,244)
#DCF5F5
(220,245,245)
#E1F6F6
(225,246,246)
#E6F7F7
(230,247,247)
#EBF8F8
(235,248,248)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEFEF; }

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

This text font color is #BEEFEF.


Background Color

.myBgColor { background-color: #BEEFEF; }

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

This div background color is #BEEFEF.


Border color

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

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

This div border color is #BEEFEF.


Opacity

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

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

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

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

This text has shadow with #BEEFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFEF on black background.


Color preview on white background

This text has color #BEEFEF on white background.



Black color preview on #BEEFEF background

This text has black color on #BEEFEF background.


White color preview on #BEEFEF background

This text has white color on #BEEFEF background.