COLOR #BAD5E1

HEX: #BAD5E1
RGB: (186,213,225)

Color info

#BAD5E1 contains red, green and blue colors in about the same proportion. Web safe color of #BAD5E1 is #CCCCCC (or #CCC).

RGB color model

#BAD5E1 color RGB value is (186,213,225).

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

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 225 of 255 = 88%

186
213
225

R + G + B ~ 82%. #BAD5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 213 + 225 = 624 (100%)
R 186 of 624 ~ 29.81%
G 213 of 624 ~ 34.13%
B 225 of 624 ~ 36.06%

%29.81
%34.13
%36.06

CMYK color model

#BAD5E1 color CMYK value is (17,5,0,12).

  • cyan value is 17.33%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,5,0,12)
C17M5Y0K12 
(17%,5%,0%,12%)
(0.17/0.05/0.00/0.12)	

CMYK percentages

%17.33
%5.33
%0
%11.76

Codes

Color #BAD5E1 in popluar color models

BAD5E1
RGB186213225
HSL198°39.39%80.59%
HSB/HSV198°17.33%88.24%
CMYK17.33%5.33%0.00%
11.76%

Color #BAD5E1 in popluar number systems.

HEXBAD5E1
Decimal186213225
Binary101110101101010111100001
Octal272325341

Shades and tints

Shades of #BAD5E1

#BAD5E1
(186,213,225)
#AAC2CD
(170,194,205)
#9AAFB9
(154,175,185)
#8A9CA5
(138,156,165)
#7A8991
(122,137,145)
#6A767D
(106,118,125)
#5A6369
(90,99,105)
#4A5055
(74,80,85)
#3A3D41
(58,61,65)
#2A2A2D
(42,42,45)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #BAD5E1

#BAD5E1
(186,213,225)
#C0D8E3
(192,216,227)
#C6DBE5
(198,219,229)
#CCDEE7
(204,222,231)
#D2E1E9
(210,225,233)
#D8E4EB
(216,228,235)
#DEE7ED
(222,231,237)
#E4EAEF
(228,234,239)
#EAEDF1
(234,237,241)
#F0F0F3
(240,240,243)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD5E1; }

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

This text font color is #BAD5E1.


Background Color

.myBgColor { background-color: #BAD5E1; }

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

This div background color is #BAD5E1.


Border color

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

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

This div border color is #BAD5E1.


Opacity

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

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

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

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

This text has shadow with #BAD5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD5E1 on black background.


Color preview on white background

This text has color #BAD5E1 on white background.



Black color preview on #BAD5E1 background

This text has black color on #BAD5E1 background.


White color preview on #BAD5E1 background

This text has white color on #BAD5E1 background.