COLOR #BEE6FD

HEX: #BEE6FD
RGB: (190,230,253)

Color info

#BEE6FD contains mainly green and blue colors. Web safe color of #BEE6FD is #CCCCFF (or #CCF).

RGB color model

#BEE6FD color RGB value is (190,230,253).

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

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 253 of 255 = 99%

190
230
253

R + G + B ~ 88%. #BEE6FD is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 230 + 253 = 673 (100%)
R 190 of 673 ~ 28.23%
G 230 of 673 ~ 34.18%
B 253 of 673 ~ 37.59%

%28.23
%34.18
%37.59

CMYK color model

#BEE6FD color CMYK value is (25,9,0,1).

  • cyan value is 24.90%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(25,9,0,1)
C25M9Y0K1 
(25%,9%,0%,1%)
(0.25/0.09/0.00/0.01)	

CMYK percentages

%24.9
%9.09
%0
%0.78

Codes

Color #BEE6FD in popluar color models

BEE6FD
RGB190230253
HSL202°94.03%86.86%
HSB/HSV202°24.90%99.22%
CMYK24.90%9.09%0.00%
0.78%

Color #BEE6FD in popluar number systems.

HEXBEE6FD
Decimal190230253
Binary101111101110011011111101
Octal276346375

Shades and tints

Shades of #BEE6FD

#BEE6FD
(190,230,253)
#ADD2E6
(173,210,230)
#9CBECF
(156,190,207)
#8BAAB8
(139,170,184)
#7A96A1
(122,150,161)
#69828A
(105,130,138)
#586E73
(88,110,115)
#475A5C
(71,90,92)
#364645
(54,70,69)
#25322E
(37,50,46)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #BEE6FD

#BEE6FD
(190,230,253)
#C3E8FD
(195,232,253)
#C8EAFD
(200,234,253)
#CDECFD
(205,236,253)
#D2EEFD
(210,238,253)
#D7F0FD
(215,240,253)
#DCF2FD
(220,242,253)
#E1F4FD
(225,244,253)
#E6F6FD
(230,246,253)
#EBF8FD
(235,248,253)
#F0FAFD
(240,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6FD; }

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

This text font color is #BEE6FD.


Background Color

.myBgColor { background-color: #BEE6FD; }

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

This div background color is #BEE6FD.


Border color

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

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

This div border color is #BEE6FD.


Opacity

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

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

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

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

This text has shadow with #BEE6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6FD on black background.


Color preview on white background

This text has color #BEE6FD on white background.



Black color preview on #BEE6FD background

This text has black color on #BEE6FD background.


White color preview on #BEE6FD background

This text has white color on #BEE6FD background.