COLOR #BAD6D9

HEX: #BAD6D9
RGB: (186,214,217)

Color info

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

RGB color model

#BAD6D9 color RGB value is (186,214,217).

  • red value is 186;
  • green value is 214;
  • blue value is 217.
RGB:
(186,214,217)
(73%,84%,85%)

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 217 of 255 = 85%

186
214
217

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

Portions of RGB colors in percentages

R + G + B =
186 + 214 + 217 = 617 (100%)
R 186 of 617 ~ 30.15%
G 214 of 617 ~ 34.68%
B 217 of 617 ~ 35.17%

%30.15
%34.68
%35.17

CMYK color model

#BAD6D9 color CMYK value is (14,1,0,15).

  • cyan value is 14.29%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(14,1,0,15)
C14M1Y0K15 
(14%,1%,0%,15%)
(0.14/0.01/0.00/0.15)	

CMYK percentages

%14.29
%1.38
%0
%14.9

Codes

Color #BAD6D9 in popluar color models

BAD6D9
RGB186214217
HSL186°28.97%79.02%
HSB/HSV186°14.29%85.10%
CMYK14.29%1.38%0.00%
14.90%

Color #BAD6D9 in popluar number systems.

HEXBAD6D9
Decimal186214217
Binary101110101101011011011001
Octal272326331

Shades and tints

Shades of #BAD6D9

#BAD6D9
(186,214,217)
#AAC3C6
(170,195,198)
#9AB0B3
(154,176,179)
#8A9DA0
(138,157,160)
#7A8A8D
(122,138,141)
#6A777A
(106,119,122)
#5A6467
(90,100,103)
#4A5154
(74,81,84)
#3A3E41
(58,62,65)
#2A2B2E
(42,43,46)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #BAD6D9

#BAD6D9
(186,214,217)
#C0D9DC
(192,217,220)
#C6DCDF
(198,220,223)
#CCDFE2
(204,223,226)
#D2E2E5
(210,226,229)
#D8E5E8
(216,229,232)
#DEE8EB
(222,232,235)
#E4EBEE
(228,235,238)
#EAEEF1
(234,238,241)
#F0F1F4
(240,241,244)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD6D9 color. Also use rgb(186,214,217) instead hex code.

Text Font Color

.myTextColor { color: #BAD6D9; }

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

This text font color is #BAD6D9.


Background Color

.myBgColor { background-color: #BAD6D9; }

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

This div background color is #BAD6D9.


Border color

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

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

This div border color is #BAD6D9.


Opacity

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

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

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

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

This text has shadow with #BAD6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD6D9 on black background.


Color preview on white background

This text has color #BAD6D9 on white background.



Black color preview on #BAD6D9 background

This text has black color on #BAD6D9 background.


White color preview on #BAD6D9 background

This text has white color on #BAD6D9 background.