COLOR #BEE7ED

HEX: #BEE7ED
RGB: (190,231,237)

Color info

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

RGB color model

#BEE7ED color RGB value is (190,231,237).

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

RGB channels and saturation

R 190 of 255 = 75%
G 231 of 255 = 91%
B 237 of 255 = 93%

190
231
237

R + G + B ~ 86%. #BEE7ED is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 231 + 237 = 658 (100%)
R 190 of 658 ~ 28.88%
G 231 of 658 ~ 35.11%
B 237 of 658 ~ 36.02%

%28.88
%35.11
%36.02

CMYK color model

#BEE7ED color CMYK value is (20,3,0,7).

  • cyan value is 19.83%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(20,3,0,7)
C20M3Y0K7 
(20%,3%,0%,7%)
(0.20/0.03/0.00/0.07)	

CMYK percentages

%19.83
%2.53
%0
%7.06

Codes

Color #BEE7ED in popluar color models

BEE7ED
RGB190231237
HSL188°56.63%83.73%
HSB/HSV188°19.83%92.94%
CMYK19.83%2.53%0.00%
7.06%

Color #BEE7ED in popluar number systems.

HEXBEE7ED
Decimal190231237
Binary101111101110011111101101
Octal276347355

Shades and tints

Shades of #BEE7ED

#BEE7ED
(190,231,237)
#ADD2D8
(173,210,216)
#9CBDC3
(156,189,195)
#8BA8AE
(139,168,174)
#7A9399
(122,147,153)
#697E84
(105,126,132)
#58696F
(88,105,111)
#47545A
(71,84,90)
#363F45
(54,63,69)
#252A30
(37,42,48)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #BEE7ED

#BEE7ED
(190,231,237)
#C3E9EE
(195,233,238)
#C8EBEF
(200,235,239)
#CDEDF0
(205,237,240)
#D2EFF1
(210,239,241)
#D7F1F2
(215,241,242)
#DCF3F3
(220,243,243)
#E1F5F4
(225,245,244)
#E6F7F5
(230,247,245)
#EBF9F6
(235,249,246)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE7ED; }

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

This text font color is #BEE7ED.


Background Color

.myBgColor { background-color: #BEE7ED; }

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

This div background color is #BEE7ED.


Border color

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

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

This div border color is #BEE7ED.


Opacity

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

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

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

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

This text has shadow with #BEE7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE7ED on black background.


Color preview on white background

This text has color #BEE7ED on white background.



Black color preview on #BEE7ED background

This text has black color on #BEE7ED background.


White color preview on #BEE7ED background

This text has white color on #BEE7ED background.