COLOR #BEE1E8

HEX: #BEE1E8
RGB: (190,225,232)

Color info

#BEE1E8 contains red, green and blue colors in about the same proportion. Web safe color of #BEE1E8 is #CCCCFF (or #CCF).

RGB color model

#BEE1E8 color RGB value is (190,225,232).

  • red value is 190;
  • green value is 225;
  • blue value is 232.
RGB:
(190,225,232)
(75%,88%,91%)

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 232 of 255 = 91%

190
225
232

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

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 232 = 647 (100%)
R 190 of 647 ~ 29.37%
G 225 of 647 ~ 34.78%
B 232 of 647 ~ 35.86%

%29.37
%34.78
%35.86

CMYK color model

#BEE1E8 color CMYK value is (18,3,0,9).

  • cyan value is 18.10%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(18,3,0,9)
C18M3Y0K9 
(18%,3%,0%,9%)
(0.18/0.03/0.00/0.09)	

CMYK percentages

%18.1
%3.02
%0
%9.02

Codes

Color #BEE1E8 in popluar color models

BEE1E8
RGB190225232
HSL190°47.73%82.75%
HSB/HSV190°18.10%90.98%
CMYK18.10%3.02%0.00%
9.02%

Color #BEE1E8 in popluar number systems.

HEXBEE1E8
Decimal190225232
Binary101111101110000111101000
Octal276341350

Shades and tints

Shades of #BEE1E8

#BEE1E8
(190,225,232)
#ADCDD3
(173,205,211)
#9CB9BE
(156,185,190)
#8BA5A9
(139,165,169)
#7A9194
(122,145,148)
#697D7F
(105,125,127)
#58696A
(88,105,106)
#475555
(71,85,85)
#364140
(54,65,64)
#252D2B
(37,45,43)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEE1E8

#BEE1E8
(190,225,232)
#C3E3EA
(195,227,234)
#C8E5EC
(200,229,236)
#CDE7EE
(205,231,238)
#D2E9F0
(210,233,240)
#D7EBF2
(215,235,242)
#DCEDF4
(220,237,244)
#E1EFF6
(225,239,246)
#E6F1F8
(230,241,248)
#EBF3FA
(235,243,250)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1E8; }

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

This text font color is #BEE1E8.


Background Color

.myBgColor { background-color: #BEE1E8; }

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

This div background color is #BEE1E8.


Border color

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

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

This div border color is #BEE1E8.


Opacity

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

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

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

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

This text has shadow with #BEE1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1E8 on black background.


Color preview on white background

This text has color #BEE1E8 on white background.



Black color preview on #BEE1E8 background

This text has black color on #BEE1E8 background.


White color preview on #BEE1E8 background

This text has white color on #BEE1E8 background.