COLOR #BAD2C9

HEX: #BAD2C9
RGB: (186,210,201)

Color info

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

RGB color model

#BAD2C9 color RGB value is (186,210,201).

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

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 201 of 255 = 79%

186
210
201

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

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 201 = 597 (100%)
R 186 of 597 ~ 31.16%
G 210 of 597 ~ 35.18%
B 201 of 597 ~ 33.67%

%31.16
%35.18
%33.67

CMYK color model

#BAD2C9 color CMYK value is (11,0,4,18).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 17.65%
CMYK:
(11,0,4,18)
C11M0Y4K18 
(11%,0%,4%,18%)
(0.11/0.00/0.04/0.18)	

CMYK percentages

%11.43
%0
%4.29
%17.65

Codes

Color #BAD2C9 in popluar color models

BAD2C9
RGB186210201
HSL158°21.05%77.65%
HSB/HSV158°11.43%82.35%
CMYK11.43%0.00%4.29%
17.65%

Color #BAD2C9 in popluar number systems.

HEXBAD2C9
Decimal186210201
Binary101110101101001011001001
Octal272322311

Shades and tints

Shades of #BAD2C9

#BAD2C9
(186,210,201)
#AABFB7
(170,191,183)
#9AACA5
(154,172,165)
#8A9993
(138,153,147)
#7A8681
(122,134,129)
#6A736F
(106,115,111)
#5A605D
(90,96,93)
#4A4D4B
(74,77,75)
#3A3A39
(58,58,57)
#2A2727
(42,39,39)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #BAD2C9

#BAD2C9
(186,210,201)
#C0D6CD
(192,214,205)
#C6DAD1
(198,218,209)
#CCDED5
(204,222,213)
#D2E2D9
(210,226,217)
#D8E6DD
(216,230,221)
#DEEAE1
(222,234,225)
#E4EEE5
(228,238,229)
#EAF2E9
(234,242,233)
#F0F6ED
(240,246,237)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2C9; }

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

This text font color is #BAD2C9.


Background Color

.myBgColor { background-color: #BAD2C9; }

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

This div background color is #BAD2C9.


Border color

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

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

This div border color is #BAD2C9.


Opacity

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

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

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

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

This text has shadow with #BAD2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2C9 on black background.


Color preview on white background

This text has color #BAD2C9 on white background.



Black color preview on #BAD2C9 background

This text has black color on #BAD2C9 background.


White color preview on #BAD2C9 background

This text has white color on #BAD2C9 background.