COLOR #BAD6FE

HEX: #BAD6FE
RGB: (186,214,254)

Color info

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

RGB color model

#BAD6FE color RGB value is (186,214,254).

  • red value is 186;
  • green value is 214;
  • blue value is 254.
RGB:
(186,214,254)
(73%,84%,100%)

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 254 of 255 = 100%

186
214
254

R + G + B ~ 86%. #BAD6FE is light color.

Portions of RGB colors in percentages

R + G + B =
186 + 214 + 254 = 654 (100%)
R 186 of 654 ~ 28.44%
G 214 of 654 ~ 32.72%
B 254 of 654 ~ 38.84%

%28.44
%32.72
%38.84

CMYK color model

#BAD6FE color CMYK value is (27,16,0,0).

  • cyan value is 26.77%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(27,16,0,0)
C27M16Y0K0 
(27%,16%,0%,0%)
(0.27/0.16/0.00/0.00)	

CMYK percentages

%26.77
%15.75
%0
%0.39

Codes

Color #BAD6FE in popluar color models

BAD6FE
RGB186214254
HSL215°97.14%86.27%
HSB/HSV215°26.77%99.61%
CMYK26.77%15.75%0.00%
0.39%

Color #BAD6FE in popluar number systems.

HEXBAD6FE
Decimal186214254
Binary101110101101011011111110
Octal272326376

Shades and tints

Shades of #BAD6FE

#BAD6FE
(186,214,254)
#AAC3E7
(170,195,231)
#9AB0D0
(154,176,208)
#8A9DB9
(138,157,185)
#7A8AA2
(122,138,162)
#6A778B
(106,119,139)
#5A6474
(90,100,116)
#4A515D
(74,81,93)
#3A3E46
(58,62,70)
#2A2B2F
(42,43,47)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #BAD6FE

#BAD6FE
(186,214,254)
#C0D9FE
(192,217,254)
#C6DCFE
(198,220,254)
#CCDFFE
(204,223,254)
#D2E2FE
(210,226,254)
#D8E5FE
(216,229,254)
#DEE8FE
(222,232,254)
#E4EBFE
(228,235,254)
#EAEEFE
(234,238,254)
#F0F1FE
(240,241,254)
#F6F4FE
(246,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD6FE color. Also use rgb(186,214,254) instead hex code.

Text Font Color

.myTextColor { color: #BAD6FE; }

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

This text font color is #BAD6FE.


Background Color

.myBgColor { background-color: #BAD6FE; }

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

This div background color is #BAD6FE.


Border color

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

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

This div border color is #BAD6FE.


Opacity

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

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

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

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

This text has shadow with #BAD6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD6FE on black background.


Color preview on white background

This text has color #BAD6FE on white background.



Black color preview on #BAD6FE background

This text has black color on #BAD6FE background.


White color preview on #BAD6FE background

This text has white color on #BAD6FE background.