COLOR #BEEFE7

HEX: #BEEFE7
RGB: (190,239,231)

Color info

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

RGB color model

#BEEFE7 color RGB value is (190,239,231).

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

RGB channels and saturation

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

190
239
231

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

Portions of RGB colors in percentages

R + G + B =
190 + 239 + 231 = 660 (100%)
R 190 of 660 ~ 28.79%
G 239 of 660 ~ 36.21%
B 231 of 660 ~ 35%

%28.79
%36.21
%35

CMYK color model

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

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

CMYK percentages

%20.5
%0
%3.35
%6.27

Codes

Color #BEEFE7 in popluar color models

BEEFE7
RGB190239231
HSL170°60.49%84.12%
HSB/HSV170°20.50%93.73%
CMYK20.50%0.00%3.35%
6.27%

Color #BEEFE7 in popluar number systems.

HEXBEEFE7
Decimal190239231
Binary101111101110111111100111
Octal276357347

Shades and tints

Shades of #BEEFE7

#BEEFE7
(190,239,231)
#ADDAD2
(173,218,210)
#9CC5BD
(156,197,189)
#8BB0A8
(139,176,168)
#7A9B93
(122,155,147)
#69867E
(105,134,126)
#587169
(88,113,105)
#475C54
(71,92,84)
#36473F
(54,71,63)
#25322A
(37,50,42)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #BEEFE7

#BEEFE7
(190,239,231)
#C3F0E9
(195,240,233)
#C8F1EB
(200,241,235)
#CDF2ED
(205,242,237)
#D2F3EF
(210,243,239)
#D7F4F1
(215,244,241)
#DCF5F3
(220,245,243)
#E1F6F5
(225,246,245)
#E6F7F7
(230,247,247)
#EBF8F9
(235,248,249)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEFE7; }

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

This text font color is #BEEFE7.


Background Color

.myBgColor { background-color: #BEEFE7; }

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

This div background color is #BEEFE7.


Border color

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

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

This div border color is #BEEFE7.


Opacity

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

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

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

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

This text has shadow with #BEEFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEFE7 on black background.


Color preview on white background

This text has color #BEEFE7 on white background.



Black color preview on #BEEFE7 background

This text has black color on #BEEFE7 background.


White color preview on #BEEFE7 background

This text has white color on #BEEFE7 background.