COLOR #BAD6F5

HEX: #BAD6F5
RGB: (186,214,245)

Color info

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

RGB color model

#BAD6F5 color RGB value is (186,214,245).

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

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 245 of 255 = 96%

186
214
245

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

Portions of RGB colors in percentages

R + G + B =
186 + 214 + 245 = 645 (100%)
R 186 of 645 ~ 28.84%
G 214 of 645 ~ 33.18%
B 245 of 645 ~ 37.98%

%28.84
%33.18
%37.98

CMYK color model

#BAD6F5 color CMYK value is (24,13,0,4).

  • cyan value is 24.08%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,13,0,4)
C24M13Y0K4 
(24%,13%,0%,4%)
(0.24/0.13/0.00/0.04)	

CMYK percentages

%24.08
%12.65
%0
%3.92

Codes

Color #BAD6F5 in popluar color models

BAD6F5
RGB186214245
HSL212°74.68%84.51%
HSB/HSV212°24.08%96.08%
CMYK24.08%12.65%0.00%
3.92%

Color #BAD6F5 in popluar number systems.

HEXBAD6F5
Decimal186214245
Binary101110101101011011110101
Octal272326365

Shades and tints

Shades of #BAD6F5

#BAD6F5
(186,214,245)
#AAC3DF
(170,195,223)
#9AB0C9
(154,176,201)
#8A9DB3
(138,157,179)
#7A8A9D
(122,138,157)
#6A7787
(106,119,135)
#5A6471
(90,100,113)
#4A515B
(74,81,91)
#3A3E45
(58,62,69)
#2A2B2F
(42,43,47)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #BAD6F5

#BAD6F5
(186,214,245)
#C0D9F5
(192,217,245)
#C6DCF5
(198,220,245)
#CCDFF5
(204,223,245)
#D2E2F5
(210,226,245)
#D8E5F5
(216,229,245)
#DEE8F5
(222,232,245)
#E4EBF5
(228,235,245)
#EAEEF5
(234,238,245)
#F0F1F5
(240,241,245)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD6F5; }

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

This text font color is #BAD6F5.


Background Color

.myBgColor { background-color: #BAD6F5; }

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

This div background color is #BAD6F5.


Border color

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

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

This div border color is #BAD6F5.


Opacity

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

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

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

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

This text has shadow with #BAD6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD6F5 on black background.


Color preview on white background

This text has color #BAD6F5 on white background.



Black color preview on #BAD6F5 background

This text has black color on #BAD6F5 background.


White color preview on #BAD6F5 background

This text has white color on #BAD6F5 background.