COLOR #BAD9BB

HEX: #BAD9BB RGB: (186,217,187)

Color info

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

RGB color model

#BAD9BB color RGB value is (186,217,187).

RGB: (186,217,187) (73%, 85%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 217 of 255 = 85%
B 187 of 255 = 73%

186
217
187

R + G + B ~ 77%. #BAD9BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 217 + 187 = 590 (100%)
R 186 of 590 ~ 31.53%
G 217 of 590 ~ 36.78%
B 187 of 590 ~ 31.69'%

%31.53
%36.78
%31.69

CMYK color model

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

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

CMYK: (14,0,14,15)
C14M0Y14K15 (14%, 0%, 14%, 15%)
(0.14 / 0.00 / 0.14 / 0.15)

CMYK percentages

%14.29
%0
%13.82
%14.9

Codes

Color #BAD9BB in popluar color models

BA D9 BB
RGB 186 217 187
HSL 122° 28.97% 79.02%
HSB/HSV 122° 14.29% 85.10%
CMYK 14.29% 0.00% 13.82%
14.90%

Color #BAD9BB in popluar number systems.

HEX BA D9 BB
Decimal 186 217 187
Binary 10111010 11011001 10111011
Octal 272 331 273

Shades and tints

Shades of #BAD9BB

#BAD9BB
(186,217,187)
#AAC6AA
(170,198,170)
#9AB399
(154,179,153)
#8AA088
(138,160,136)
#7A8D77
(122,141,119)
#6A7A66
(106,122,102)
#5A6755
(90,103,85)
#4A5444
(74,84,68)
#3A4133
(58,65,51)
#2A2E22
(42,46,34)
#1A1B11
(26,27,17)
#000000
(0,0,0)

Tints of #BAD9BB

#BAD9BB
(186,217,187)
#C0DCC1
(192,220,193)
#C6DFC7
(198,223,199)
#CCE2CD
(204,226,205)
#D2E5D3
(210,229,211)
#D8E8D9
(216,232,217)
#DEEBDF
(222,235,223)
#E4EEE5
(228,238,229)
#EAF1EB
(234,241,235)
#F0F4F1
(240,244,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD9BB; }

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

This text font color is #BAD9BB.

Background Color

.myBgColor { background-color: #BAD9BB; }

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

This div background color is #BAD9BB.

Border color

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

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

This div border color is #BAD9BB.

Opacity

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

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

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

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

This text has shadow with #BAD9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD9BB.

Preview

Color preview on black background

This text has color #BAD9BB on black background.


Color preview on white background

This text has color #BAD9BB on white background.


Black color preview on #BAD9BB background

This text has black color on #BAD9BB background.


White color preview on #BAD9BB background

This text has white color on #BAD9BB background.


Related colors

Complementary color

Complementary color for #hex is #452644.


I love getcolorcode.com

Triadic colors

1 #BBBAD9 and #D9BBBA with #BAD9BB are triadic colors.

2 #BBD9BA and #D9BABB with #BAD9BB are triadic colors.