COLOR #BAD9B6

HEX: #BAD9B6 RGB: (186,217,182)

Color info

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

RGB color model

#BAD9B6 color RGB value is (186,217,182).

RGB: (186,217,182) (73%, 85%, 71%)

RGB channels and saturation

R 186 of 255 = 73%
G 217 of 255 = 85%
B 182 of 255 = 71%

186
217
182

R + G + B ~ 76%. #BAD9B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 217 + 182 = 585 (100%)
R 186 of 585 ~ 31.79%
G 217 of 585 ~ 37.09%
B 182 of 585 ~ 31.11'%

%31.79
%37.09
%31.11

CMYK color model

#BAD9B6 color CMYK value is (14,0,16,15).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 14.90%

CMYK: (14,0,16,15)
C14M0Y16K15 (14%, 0%, 16%, 15%)
(0.14 / 0.00 / 0.16 / 0.15)

CMYK percentages

%14.29
%0
%16.13
%14.9

Codes

Color #BAD9B6 in popluar color models

BA D9 B6
RGB 186 217 182
HSL 113° 31.53% 78.24%
HSB/HSV 113° 16.13% 85.10%
CMYK 14.29% 0.00% 16.13%
14.90%

Color #BAD9B6 in popluar number systems.

HEX BA D9 B6
Decimal 186 217 182
Binary 10111010 11011001 10110110
Octal 272 331 266

Shades and tints

Shades of #BAD9B6

#BAD9B6
(186,217,182)
#AAC6A6
(170,198,166)
#9AB396
(154,179,150)
#8AA086
(138,160,134)
#7A8D76
(122,141,118)
#6A7A66
(106,122,102)
#5A6756
(90,103,86)
#4A5446
(74,84,70)
#3A4136
(58,65,54)
#2A2E26
(42,46,38)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #BAD9B6

#BAD9B6
(186,217,182)
#C0DCBC
(192,220,188)
#C6DFC2
(198,223,194)
#CCE2C8
(204,226,200)
#D2E5CE
(210,229,206)
#D8E8D4
(216,232,212)
#DEEBDA
(222,235,218)
#E4EEE0
(228,238,224)
#EAF1E6
(234,241,230)
#F0F4EC
(240,244,236)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD9B6; }

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

This text font color is #BAD9B6.

Background Color

.myBgColor { background-color: #BAD9B6; }

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

This div background color is #BAD9B6.

Border color

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

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

This div border color is #BAD9B6.

Opacity

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

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

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

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

This text has shadow with #BAD9B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD9B6.

Preview

Color preview on black background

This text has color #BAD9B6 on black background.


Color preview on white background

This text has color #BAD9B6 on white background.


Black color preview on #BAD9B6 background

This text has black color on #BAD9B6 background.


White color preview on #BAD9B6 background

This text has white color on #BAD9B6 background.


Related colors

Complementary color

Complementary color for #hex is #452649.


I love getcolorcode.com

Triadic colors

1 #B6BAD9 and #D9B6BA with #BAD9B6 are triadic colors.

2 #B6D9BA and #D9BAB6 with #BAD9B6 are triadic colors.