COLOR #BAD2E1

HEX: #BAD2E1
RGB: (186,210,225)

Color info

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

RGB color model

#BAD2E1 color RGB value is (186,210,225).

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

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 225 of 255 = 88%

186
210
225

R + G + B ~ 81%. #BAD2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 225 = 621 (100%)
R 186 of 621 ~ 29.95%
G 210 of 621 ~ 33.82%
B 225 of 621 ~ 36.23%

%29.95
%33.82
%36.23

CMYK color model

#BAD2E1 color CMYK value is (17,7,0,12).

  • cyan value is 17.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(17,7,0,12)
C17M7Y0K12 
(17%,7%,0%,12%)
(0.17/0.07/0.00/0.12)	

CMYK percentages

%17.33
%6.67
%0
%11.76

Codes

Color #BAD2E1 in popluar color models

BAD2E1
RGB186210225
HSL203°39.39%80.59%
HSB/HSV203°17.33%88.24%
CMYK17.33%6.67%0.00%
11.76%

Color #BAD2E1 in popluar number systems.

HEXBAD2E1
Decimal186210225
Binary101110101101001011100001
Octal272322341

Shades and tints

Shades of #BAD2E1

#BAD2E1
(186,210,225)
#AABFCD
(170,191,205)
#9AACB9
(154,172,185)
#8A99A5
(138,153,165)
#7A8691
(122,134,145)
#6A737D
(106,115,125)
#5A6069
(90,96,105)
#4A4D55
(74,77,85)
#3A3A41
(58,58,65)
#2A272D
(42,39,45)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #BAD2E1

#BAD2E1
(186,210,225)
#C0D6E3
(192,214,227)
#C6DAE5
(198,218,229)
#CCDEE7
(204,222,231)
#D2E2E9
(210,226,233)
#D8E6EB
(216,230,235)
#DEEAED
(222,234,237)
#E4EEEF
(228,238,239)
#EAF2F1
(234,242,241)
#F0F6F3
(240,246,243)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2E1; }

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

This text font color is #BAD2E1.


Background Color

.myBgColor { background-color: #BAD2E1; }

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

This div background color is #BAD2E1.


Border color

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

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

This div border color is #BAD2E1.


Opacity

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

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

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

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

This text has shadow with #BAD2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2E1 on black background.


Color preview on white background

This text has color #BAD2E1 on white background.



Black color preview on #BAD2E1 background

This text has black color on #BAD2E1 background.


White color preview on #BAD2E1 background

This text has white color on #BAD2E1 background.