COLOR #BEE1F7

HEX: #BEE1F7
RGB: (190,225,247)

Color info

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

RGB color model

#BEE1F7 color RGB value is (190,225,247).

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

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 247 of 255 = 97%

190
225
247

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

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 247 = 662 (100%)
R 190 of 662 ~ 28.7%
G 225 of 662 ~ 33.99%
B 247 of 662 ~ 37.31%

%28.7
%33.99
%37.31

CMYK color model

#BEE1F7 color CMYK value is (23,9,0,3).

  • cyan value is 23.08%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(23,9,0,3)
C23M9Y0K3 
(23%,9%,0%,3%)
(0.23/0.09/0.00/0.03)	

CMYK percentages

%23.08
%8.91
%0
%3.14

Codes

Color #BEE1F7 in popluar color models

BEE1F7
RGB190225247
HSL203°78.08%85.69%
HSB/HSV203°23.08%96.86%
CMYK23.08%8.91%0.00%
3.14%

Color #BEE1F7 in popluar number systems.

HEXBEE1F7
Decimal190225247
Binary101111101110000111110111
Octal276341367

Shades and tints

Shades of #BEE1F7

#BEE1F7
(190,225,247)
#ADCDE1
(173,205,225)
#9CB9CB
(156,185,203)
#8BA5B5
(139,165,181)
#7A919F
(122,145,159)
#697D89
(105,125,137)
#586973
(88,105,115)
#47555D
(71,85,93)
#364147
(54,65,71)
#252D31
(37,45,49)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEE1F7

#BEE1F7
(190,225,247)
#C3E3F7
(195,227,247)
#C8E5F7
(200,229,247)
#CDE7F7
(205,231,247)
#D2E9F7
(210,233,247)
#D7EBF7
(215,235,247)
#DCEDF7
(220,237,247)
#E1EFF7
(225,239,247)
#E6F1F7
(230,241,247)
#EBF3F7
(235,243,247)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1F7; }

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

This text font color is #BEE1F7.


Background Color

.myBgColor { background-color: #BEE1F7; }

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

This div background color is #BEE1F7.


Border color

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

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

This div border color is #BEE1F7.


Opacity

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

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

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

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

This text has shadow with #BEE1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1F7 on black background.


Color preview on white background

This text has color #BEE1F7 on white background.



Black color preview on #BEE1F7 background

This text has black color on #BEE1F7 background.


White color preview on #BEE1F7 background

This text has white color on #BEE1F7 background.