COLOR #BEE2E6

HEX: #BEE2E6
RGB: (190,226,230)

Color info

#BEE2E6 contains red, green and blue colors in about the same proportion. Web safe color of #BEE2E6 is #CCCCCC (or #CCC).

RGB color model

#BEE2E6 color RGB value is (190,226,230).

  • red value is 190;
  • green value is 226;
  • blue value is 230.
RGB:
(190,226,230)
(75%,89%,90%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 230 of 255 = 90%

190
226
230

R + G + B ~ 85%. #BEE2E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 226 + 230 = 646 (100%)
R 190 of 646 ~ 29.41%
G 226 of 646 ~ 34.98%
B 230 of 646 ~ 35.6%

%29.41
%34.98
%35.6

CMYK color model

#BEE2E6 color CMYK value is (17,2,0,10).

  • cyan value is 17.39%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,2,0,10)
C17M2Y0K10 
(17%,2%,0%,10%)
(0.17/0.02/0.00/0.10)	

CMYK percentages

%17.39
%1.74
%0
%9.8

Codes

Color #BEE2E6 in popluar color models

BEE2E6
RGB190226230
HSL186°44.44%82.35%
HSB/HSV186°17.39%90.20%
CMYK17.39%1.74%0.00%
9.80%

Color #BEE2E6 in popluar number systems.

HEXBEE2E6
Decimal190226230
Binary101111101110001011100110
Octal276342346

Shades and tints

Shades of #BEE2E6

#BEE2E6
(190,226,230)
#ADCED2
(173,206,210)
#9CBABE
(156,186,190)
#8BA6AA
(139,166,170)
#7A9296
(122,146,150)
#697E82
(105,126,130)
#586A6E
(88,106,110)
#47565A
(71,86,90)
#364246
(54,66,70)
#252E32
(37,46,50)
#141A1E
(20,26,30)
#000000
(0,0,0)

Tints of #BEE2E6

#BEE2E6
(190,226,230)
#C3E4E8
(195,228,232)
#C8E6EA
(200,230,234)
#CDE8EC
(205,232,236)
#D2EAEE
(210,234,238)
#D7ECF0
(215,236,240)
#DCEEF2
(220,238,242)
#E1F0F4
(225,240,244)
#E6F2F6
(230,242,246)
#EBF4F8
(235,244,248)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE2E6; }

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

This text font color is #BEE2E6.


Background Color

.myBgColor { background-color: #BEE2E6; }

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

This div background color is #BEE2E6.


Border color

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

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

This div border color is #BEE2E6.


Opacity

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

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

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

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

This text has shadow with #BEE2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2E6 on black background.


Color preview on white background

This text has color #BEE2E6 on white background.



Black color preview on #BEE2E6 background

This text has black color on #BEE2E6 background.


White color preview on #BEE2E6 background

This text has white color on #BEE2E6 background.