COLOR #BEEFEA

HEX: #BEEFEA
RGB: (190,239,234)

Color info

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

RGB color model

#BEEFEA color RGB value is (190,239,234).

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

RGB channels and saturation

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

190
239
234

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

Portions of RGB colors in percentages

R + G + B =
190 + 239 + 234 = 663 (100%)
R 190 of 663 ~ 28.66%
G 239 of 663 ~ 36.05%
B 234 of 663 ~ 35.29%

%28.66
%36.05
%35.29

CMYK color model

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

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

CMYK percentages

%20.5
%0
%2.09
%6.27

Codes

Color #BEEFEA in popluar color models

BEEFEA
RGB190239234
HSL174°60.49%84.12%
HSB/HSV174°20.50%93.73%
CMYK20.50%0.00%2.09%
6.27%

Color #BEEFEA in popluar number systems.

HEXBEEFEA
Decimal190239234
Binary101111101110111111101010
Octal276357352

Shades and tints

Shades of #BEEFEA

#BEEFEA
(190,239,234)
#ADDAD5
(173,218,213)
#9CC5C0
(156,197,192)
#8BB0AB
(139,176,171)
#7A9B96
(122,155,150)
#698681
(105,134,129)
#58716C
(88,113,108)
#475C57
(71,92,87)
#364742
(54,71,66)
#25322D
(37,50,45)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #BEEFEA

#BEEFEA
(190,239,234)
#C3F0EB
(195,240,235)
#C8F1EC
(200,241,236)
#CDF2ED
(205,242,237)
#D2F3EE
(210,243,238)
#D7F4EF
(215,244,239)
#DCF5F0
(220,245,240)
#E1F6F1
(225,246,241)
#E6F7F2
(230,247,242)
#EBF8F3
(235,248,243)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEFEA; }

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

This text font color is #BEEFEA.


Background Color

.myBgColor { background-color: #BEEFEA; }

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

This div background color is #BEEFEA.


Border color

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

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

This div border color is #BEEFEA.


Opacity

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

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

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

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

This text has shadow with #BEEFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFEA on black background.


Color preview on white background

This text has color #BEEFEA on white background.



Black color preview on #BEEFEA background

This text has black color on #BEEFEA background.


White color preview on #BEEFEA background

This text has white color on #BEEFEA background.