COLOR #BAD2FB

HEX: #BAD2FB
RGB: (186,210,251)

Color info

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

RGB color model

#BAD2FB color RGB value is (186,210,251).

  • red value is 186;
  • green value is 210;
  • blue value is 251.
RGB:
(186,210,251)
(73%,82%,98%)

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 251 of 255 = 98%

186
210
251

R + G + B ~ 84%. #BAD2FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 251 = 647 (100%)
R 186 of 647 ~ 28.75%
G 210 of 647 ~ 32.46%
B 251 of 647 ~ 38.79%

%28.75
%32.46
%38.79

CMYK color model

#BAD2FB color CMYK value is (26,16,0,2).

  • cyan value is 25.90%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(26,16,0,2)
C26M16Y0K2 
(26%,16%,0%,2%)
(0.26/0.16/0.00/0.02)	

CMYK percentages

%25.9
%16.33
%0
%1.57

Codes

Color #BAD2FB in popluar color models

BAD2FB
RGB186210251
HSL218°89.04%85.69%
HSB/HSV218°25.90%98.43%
CMYK25.90%16.33%0.00%
1.57%

Color #BAD2FB in popluar number systems.

HEXBAD2FB
Decimal186210251
Binary101110101101001011111011
Octal272322373

Shades and tints

Shades of #BAD2FB

#BAD2FB
(186,210,251)
#AABFE5
(170,191,229)
#9AACCF
(154,172,207)
#8A99B9
(138,153,185)
#7A86A3
(122,134,163)
#6A738D
(106,115,141)
#5A6077
(90,96,119)
#4A4D61
(74,77,97)
#3A3A4B
(58,58,75)
#2A2735
(42,39,53)
#1A141F
(26,20,31)
#000000
(0,0,0)

Tints of #BAD2FB

#BAD2FB
(186,210,251)
#C0D6FB
(192,214,251)
#C6DAFB
(198,218,251)
#CCDEFB
(204,222,251)
#D2E2FB
(210,226,251)
#D8E6FB
(216,230,251)
#DEEAFB
(222,234,251)
#E4EEFB
(228,238,251)
#EAF2FB
(234,242,251)
#F0F6FB
(240,246,251)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD2FB color. Also use rgb(186,210,251) instead hex code.

Text Font Color

.myTextColor { color: #BAD2FB; }

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

This text font color is #BAD2FB.


Background Color

.myBgColor { background-color: #BAD2FB; }

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

This div background color is #BAD2FB.


Border color

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

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

This div border color is #BAD2FB.


Opacity

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

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

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

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

This text has shadow with #BAD2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2FB on black background.


Color preview on white background

This text has color #BAD2FB on white background.



Black color preview on #BAD2FB background

This text has black color on #BAD2FB background.


White color preview on #BAD2FB background

This text has white color on #BAD2FB background.