COLOR #BAD5EF

HEX: #BAD5EF
RGB: (186,213,239)

Color info

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

RGB color model

#BAD5EF color RGB value is (186,213,239).

  • red value is 186;
  • green value is 213;
  • blue value is 239.
RGB:
(186,213,239)
(73%,84%,94%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 239 of 255 = 94%

186
213
239

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

Portions of RGB colors in percentages

R + G + B =
186 + 213 + 239 = 638 (100%)
R 186 of 638 ~ 29.15%
G 213 of 638 ~ 33.39%
B 239 of 638 ~ 37.46%

%29.15
%33.39
%37.46

CMYK color model

#BAD5EF color CMYK value is (22,11,0,6).

  • cyan value is 22.18%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(22,11,0,6)
C22M11Y0K6 
(22%,11%,0%,6%)
(0.22/0.11/0.00/0.06)	

CMYK percentages

%22.18
%10.88
%0
%6.27

Codes

Color #BAD5EF in popluar color models

BAD5EF
RGB186213239
HSL209°62.35%83.33%
HSB/HSV209°22.18%93.73%
CMYK22.18%10.88%0.00%
6.27%

Color #BAD5EF in popluar number systems.

HEXBAD5EF
Decimal186213239
Binary101110101101010111101111
Octal272325357

Shades and tints

Shades of #BAD5EF

#BAD5EF
(186,213,239)
#AAC2DA
(170,194,218)
#9AAFC5
(154,175,197)
#8A9CB0
(138,156,176)
#7A899B
(122,137,155)
#6A7686
(106,118,134)
#5A6371
(90,99,113)
#4A505C
(74,80,92)
#3A3D47
(58,61,71)
#2A2A32
(42,42,50)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #BAD5EF

#BAD5EF
(186,213,239)
#C0D8F0
(192,216,240)
#C6DBF1
(198,219,241)
#CCDEF2
(204,222,242)
#D2E1F3
(210,225,243)
#D8E4F4
(216,228,244)
#DEE7F5
(222,231,245)
#E4EAF6
(228,234,246)
#EAEDF7
(234,237,247)
#F0F0F8
(240,240,248)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD5EF color. Also use rgb(186,213,239) instead hex code.

Text Font Color

.myTextColor { color: #BAD5EF; }

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

This text font color is #BAD5EF.


Background Color

.myBgColor { background-color: #BAD5EF; }

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

This div background color is #BAD5EF.


Border color

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

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

This div border color is #BAD5EF.


Opacity

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

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

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

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

This text has shadow with #BAD5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD5EF on black background.


Color preview on white background

This text has color #BAD5EF on white background.



Black color preview on #BAD5EF background

This text has black color on #BAD5EF background.


White color preview on #BAD5EF background

This text has white color on #BAD5EF background.