COLOR #BEEBFD

HEX: #BEEBFD
RGB: (190,235,253)

Color info

#BEEBFD contains mainly green and blue colors. Web safe color of #BEEBFD is #CCFFFF (or #CFF).

RGB color model

#BEEBFD color RGB value is (190,235,253).

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

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 253 of 255 = 99%

190
235
253

R + G + B ~ 89%. #BEEBFD is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 235 + 253 = 678 (100%)
R 190 of 678 ~ 28.02%
G 235 of 678 ~ 34.66%
B 253 of 678 ~ 37.32%

%28.02
%34.66
%37.32

CMYK color model

#BEEBFD color CMYK value is (25,7,0,1).

  • cyan value is 24.90%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(25,7,0,1)
C25M7Y0K1 
(25%,7%,0%,1%)
(0.25/0.07/0.00/0.01)	

CMYK percentages

%24.9
%7.11
%0
%0.78

Codes

Color #BEEBFD in popluar color models

BEEBFD
RGB190235253
HSL197°94.03%86.86%
HSB/HSV197°24.90%99.22%
CMYK24.90%7.11%0.00%
0.78%

Color #BEEBFD in popluar number systems.

HEXBEEBFD
Decimal190235253
Binary101111101110101111111101
Octal276353375

Shades and tints

Shades of #BEEBFD

#BEEBFD
(190,235,253)
#ADD6E6
(173,214,230)
#9CC1CF
(156,193,207)
#8BACB8
(139,172,184)
#7A97A1
(122,151,161)
#69828A
(105,130,138)
#586D73
(88,109,115)
#47585C
(71,88,92)
#364345
(54,67,69)
#252E2E
(37,46,46)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #BEEBFD

#BEEBFD
(190,235,253)
#C3ECFD
(195,236,253)
#C8EDFD
(200,237,253)
#CDEEFD
(205,238,253)
#D2EFFD
(210,239,253)
#D7F0FD
(215,240,253)
#DCF1FD
(220,241,253)
#E1F2FD
(225,242,253)
#E6F3FD
(230,243,253)
#EBF4FD
(235,244,253)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBFD; }

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

This text font color is #BEEBFD.


Background Color

.myBgColor { background-color: #BEEBFD; }

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

This div background color is #BEEBFD.


Border color

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

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

This div border color is #BEEBFD.


Opacity

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

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

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

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

This text has shadow with #BEEBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBFD on black background.


Color preview on white background

This text has color #BEEBFD on white background.



Black color preview on #BEEBFD background

This text has black color on #BEEBFD background.


White color preview on #BEEBFD background

This text has white color on #BEEBFD background.