COLOR #BAD1F7

HEX: #BAD1F7
RGB: (186,209,247)

Color info

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

RGB color model

#BAD1F7 color RGB value is (186,209,247).

  • red value is 186;
  • green value is 209;
  • blue value is 247.
RGB:
(186,209,247)
(73%,82%,97%)

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 247 of 255 = 97%

186
209
247

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

Portions of RGB colors in percentages

R + G + B =
186 + 209 + 247 = 642 (100%)
R 186 of 642 ~ 28.97%
G 209 of 642 ~ 32.55%
B 247 of 642 ~ 38.47%

%28.97
%32.55
%38.47

CMYK color model

#BAD1F7 color CMYK value is (25,15,0,3).

  • cyan value is 24.70%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(25,15,0,3)
C25M15Y0K3 
(25%,15%,0%,3%)
(0.25/0.15/0.00/0.03)	

CMYK percentages

%24.7
%15.38
%0
%3.14

Codes

Color #BAD1F7 in popluar color models

BAD1F7
RGB186209247
HSL217°79.22%84.90%
HSB/HSV217°24.70%96.86%
CMYK24.70%15.38%0.00%
3.14%

Color #BAD1F7 in popluar number systems.

HEXBAD1F7
Decimal186209247
Binary101110101101000111110111
Octal272321367

Shades and tints

Shades of #BAD1F7

#BAD1F7
(186,209,247)
#AABEE1
(170,190,225)
#9AABCB
(154,171,203)
#8A98B5
(138,152,181)
#7A859F
(122,133,159)
#6A7289
(106,114,137)
#5A5F73
(90,95,115)
#4A4C5D
(74,76,93)
#3A3947
(58,57,71)
#2A2631
(42,38,49)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #BAD1F7

#BAD1F7
(186,209,247)
#C0D5F7
(192,213,247)
#C6D9F7
(198,217,247)
#CCDDF7
(204,221,247)
#D2E1F7
(210,225,247)
#D8E5F7
(216,229,247)
#DEE9F7
(222,233,247)
#E4EDF7
(228,237,247)
#EAF1F7
(234,241,247)
#F0F5F7
(240,245,247)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD1F7 color. Also use rgb(186,209,247) instead hex code.

Text Font Color

.myTextColor { color: #BAD1F7; }

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

This text font color is #BAD1F7.


Background Color

.myBgColor { background-color: #BAD1F7; }

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

This div background color is #BAD1F7.


Border color

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

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

This div border color is #BAD1F7.


Opacity

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

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

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

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

This text has shadow with #BAD1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD1F7 on black background.


Color preview on white background

This text has color #BAD1F7 on white background.



Black color preview on #BAD1F7 background

This text has black color on #BAD1F7 background.


White color preview on #BAD1F7 background

This text has white color on #BAD1F7 background.