COLOR #BAD6C8

HEX: #BAD6C8 RGB: (186,214,200)

Color info

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

RGB color model

#BAD6C8 color RGB value is (186,214,200).

RGB: (186,214,200) (73%, 84%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 200 of 255 = 78%

186
214
200

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

Portions of RGB colors in percentages

R + G + B = 186 + 214 + 200 = 600 (100%)
R 186 of 600 ~ 31%
G 214 of 600 ~ 35.67%
B 200 of 600 ~ 33.33'%

%31
%35.67
%33.33

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 16.08%

CMYK: (13,0,7,16)
C13M0Y7K16 (13%, 0%, 7%, 16%)
(0.13 / 0.00 / 0.07 / 0.16)

CMYK percentages

%13.08
%0
%6.54
%16.08

Codes

Color #BAD6C8 in popluar color models

BA D6 C8
RGB 186 214 200
HSL 150° 25.45% 78.43%
HSB/HSV 150° 13.08% 83.92%
CMYK 13.08% 0.00% 6.54%
16.08%

Color #BAD6C8 in popluar number systems.

HEX BA D6 C8
Decimal 186 214 200
Binary 10111010 11010110 11001000
Octal 272 326 310

Shades and tints

Shades of #BAD6C8

#BAD6C8
(186,214,200)
#AAC3B6
(170,195,182)
#9AB0A4
(154,176,164)
#8A9D92
(138,157,146)
#7A8A80
(122,138,128)
#6A776E
(106,119,110)
#5A645C
(90,100,92)
#4A514A
(74,81,74)
#3A3E38
(58,62,56)
#2A2B26
(42,43,38)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #BAD6C8

#BAD6C8
(186,214,200)
#C0D9CD
(192,217,205)
#C6DCD2
(198,220,210)
#CCDFD7
(204,223,215)
#D2E2DC
(210,226,220)
#D8E5E1
(216,229,225)
#DEE8E6
(222,232,230)
#E4EBEB
(228,235,235)
#EAEEF0
(234,238,240)
#F0F1F5
(240,241,245)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD6C8; }

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

This text font color is #BAD6C8.

Background Color

.myBgColor { background-color: #BAD6C8; }

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

This div background color is #BAD6C8.

Border color

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

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

This div border color is #BAD6C8.

Opacity

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

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

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

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

This text has shadow with #BAD6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD6C8.

Preview

Color preview on black background

This text has color #BAD6C8 on black background.


Color preview on white background

This text has color #BAD6C8 on white background.


Black color preview on #BAD6C8 background

This text has black color on #BAD6C8 background.


White color preview on #BAD6C8 background

This text has white color on #BAD6C8 background.


Related colors

Complementary color

Complementary color for #hex is #452937.


I love getcolorcode.com

Triadic colors

1 #C8BAD6 and #D6C8BA with #BAD6C8 are triadic colors.

2 #C8D6BA and #D6BAC8 with #BAD6C8 are triadic colors.