COLOR #BAD6D7

HEX: #BAD6D7
RGB: (186,214,215)

Color info

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

RGB color model

#BAD6D7 color RGB value is (186,214,215).

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

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 215 of 255 = 84%

186
214
215

R + G + B ~ 80%. #BAD6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 214 + 215 = 615 (100%)
R 186 of 615 ~ 30.24%
G 214 of 615 ~ 34.8%
B 215 of 615 ~ 34.96%

%30.24
%34.8
%34.96

CMYK color model

#BAD6D7 color CMYK value is (13,0,0,16).

  • cyan value is 13.49%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,0,0,16)
C13M0Y0K16 
(13%,0%,0%,16%)
(0.13/0.00/0.00/0.16)	

CMYK percentages

%13.49
%0.47
%0
%15.69

Codes

Color #BAD6D7 in popluar color models

BAD6D7
RGB186214215
HSL182°26.61%78.63%
HSB/HSV182°13.49%84.31%
CMYK13.49%0.47%0.00%
15.69%

Color #BAD6D7 in popluar number systems.

HEXBAD6D7
Decimal186214215
Binary101110101101011011010111
Octal272326327

Shades and tints

Shades of #BAD6D7

#BAD6D7
(186,214,215)
#AAC3C4
(170,195,196)
#9AB0B1
(154,176,177)
#8A9D9E
(138,157,158)
#7A8A8B
(122,138,139)
#6A7778
(106,119,120)
#5A6465
(90,100,101)
#4A5152
(74,81,82)
#3A3E3F
(58,62,63)
#2A2B2C
(42,43,44)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #BAD6D7

#BAD6D7
(186,214,215)
#C0D9DA
(192,217,218)
#C6DCDD
(198,220,221)
#CCDFE0
(204,223,224)
#D2E2E3
(210,226,227)
#D8E5E6
(216,229,230)
#DEE8E9
(222,232,233)
#E4EBEC
(228,235,236)
#EAEEEF
(234,238,239)
#F0F1F2
(240,241,242)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD6D7; }

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

This text font color is #BAD6D7.


Background Color

.myBgColor { background-color: #BAD6D7; }

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

This div background color is #BAD6D7.


Border color

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

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

This div border color is #BAD6D7.


Opacity

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

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

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

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

This text has shadow with #BAD6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD6D7 on black background.


Color preview on white background

This text has color #BAD6D7 on white background.



Black color preview on #BAD6D7 background

This text has black color on #BAD6D7 background.


White color preview on #BAD6D7 background

This text has white color on #BAD6D7 background.