COLOR #BAD8E1

HEX: #BAD8E1
RGB: (186,216,225)

Color info

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

RGB color model

#BAD8E1 color RGB value is (186,216,225).

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

RGB channels and saturation

R 186 of 255 = 73%
G 216 of 255 = 85%
B 225 of 255 = 88%

186
216
225

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

Portions of RGB colors in percentages

R + G + B =
186 + 216 + 225 = 627 (100%)
R 186 of 627 ~ 29.67%
G 216 of 627 ~ 34.45%
B 225 of 627 ~ 35.89%

%29.67
%34.45
%35.89

CMYK color model

#BAD8E1 color CMYK value is (17,4,0,12).

  • cyan value is 17.33%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,4,0,12)
C17M4Y0K12 
(17%,4%,0%,12%)
(0.17/0.04/0.00/0.12)	

CMYK percentages

%17.33
%4
%0
%11.76

Codes

Color #BAD8E1 in popluar color models

BAD8E1
RGB186216225
HSL194°39.39%80.59%
HSB/HSV194°17.33%88.24%
CMYK17.33%4.00%0.00%
11.76%

Color #BAD8E1 in popluar number systems.

HEXBAD8E1
Decimal186216225
Binary101110101101100011100001
Octal272330341

Shades and tints

Shades of #BAD8E1

#BAD8E1
(186,216,225)
#AAC5CD
(170,197,205)
#9AB2B9
(154,178,185)
#8A9FA5
(138,159,165)
#7A8C91
(122,140,145)
#6A797D
(106,121,125)
#5A6669
(90,102,105)
#4A5355
(74,83,85)
#3A4041
(58,64,65)
#2A2D2D
(42,45,45)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BAD8E1

#BAD8E1
(186,216,225)
#C0DBE3
(192,219,227)
#C6DEE5
(198,222,229)
#CCE1E7
(204,225,231)
#D2E4E9
(210,228,233)
#D8E7EB
(216,231,235)
#DEEAED
(222,234,237)
#E4EDEF
(228,237,239)
#EAF0F1
(234,240,241)
#F0F3F3
(240,243,243)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD8E1; }

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

This text font color is #BAD8E1.


Background Color

.myBgColor { background-color: #BAD8E1; }

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

This div background color is #BAD8E1.


Border color

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

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

This div border color is #BAD8E1.


Opacity

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

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

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

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

This text has shadow with #BAD8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD8E1 on black background.


Color preview on white background

This text has color #BAD8E1 on white background.



Black color preview on #BAD8E1 background

This text has black color on #BAD8E1 background.


White color preview on #BAD8E1 background

This text has white color on #BAD8E1 background.