COLOR #BAD2C7

HEX: #BAD2C7
RGB: (186,210,199)

Color info

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

RGB color model

#BAD2C7 color RGB value is (186,210,199).

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

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 199 of 255 = 78%

186
210
199

R + G + B ~ 78%. #BAD2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 199 = 595 (100%)
R 186 of 595 ~ 31.26%
G 210 of 595 ~ 35.29%
B 199 of 595 ~ 33.45%

%31.26
%35.29
%33.45

CMYK color model

#BAD2C7 color CMYK value is (11,0,5,18).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 17.65%
CMYK:
(11,0,5,18)
C11M0Y5K18 
(11%,0%,5%,18%)
(0.11/0.00/0.05/0.18)	

CMYK percentages

%11.43
%0
%5.24
%17.65

Codes

Color #BAD2C7 in popluar color models

BAD2C7
RGB186210199
HSL153°21.05%77.65%
HSB/HSV153°11.43%82.35%
CMYK11.43%0.00%5.24%
17.65%

Color #BAD2C7 in popluar number systems.

HEXBAD2C7
Decimal186210199
Binary101110101101001011000111
Octal272322307

Shades and tints

Shades of #BAD2C7

#BAD2C7
(186,210,199)
#AABFB5
(170,191,181)
#9AACA3
(154,172,163)
#8A9991
(138,153,145)
#7A867F
(122,134,127)
#6A736D
(106,115,109)
#5A605B
(90,96,91)
#4A4D49
(74,77,73)
#3A3A37
(58,58,55)
#2A2725
(42,39,37)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #BAD2C7

#BAD2C7
(186,210,199)
#C0D6CC
(192,214,204)
#C6DAD1
(198,218,209)
#CCDED6
(204,222,214)
#D2E2DB
(210,226,219)
#D8E6E0
(216,230,224)
#DEEAE5
(222,234,229)
#E4EEEA
(228,238,234)
#EAF2EF
(234,242,239)
#F0F6F4
(240,246,244)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2C7; }

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

This text font color is #BAD2C7.


Background Color

.myBgColor { background-color: #BAD2C7; }

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

This div background color is #BAD2C7.


Border color

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

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

This div border color is #BAD2C7.


Opacity

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

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

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

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

This text has shadow with #BAD2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2C7 on black background.


Color preview on white background

This text has color #BAD2C7 on white background.



Black color preview on #BAD2C7 background

This text has black color on #BAD2C7 background.


White color preview on #BAD2C7 background

This text has white color on #BAD2C7 background.