COLOR #BAD7BD

HEX: #BAD7BD RGB: (186,215,189)

Color info

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

RGB color model

#BAD7BD color RGB value is (186,215,189).

RGB: (186,215,189) (73%, 84%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 215 of 255 = 84%
B 189 of 255 = 74%

186
215
189

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

Portions of RGB colors in percentages

R + G + B = 186 + 215 + 189 = 590 (100%)
R 186 of 590 ~ 31.53%
G 215 of 590 ~ 36.44%
B 189 of 590 ~ 32.03'%

%31.53
%36.44
%32.03

CMYK color model

#BAD7BD color CMYK value is (13,0,12,16).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 15.69%
CMYK: (13,0,12,16) C13M0Y12K16 (13%,0%,12%,16%) (0.13/0.00/0.12/0.16) 

CMYK percentages

%13.49
%0
%12.09
%15.69

Codes

Color #BAD7BD in popluar color models

BA D7 BD
RGB 186 215 189
HSL 126° 26.61% 78.63%
HSB/HSV 126° 13.49% 84.31%
CMYK 13.49% 0.00% 12.09%
15.69%

Color #BAD7BD in popluar number systems.

HEX BA D7 BD
Decimal 186 215 189
Binary 10111010 11010111 10111101
Octal 272 327 275

Shades and tints

Shades of #BAD7BD

#BAD7BD
(186,215,189)
#AAC4AC
(170,196,172)
#9AB19B
(154,177,155)
#8A9E8A
(138,158,138)
#7A8B79
(122,139,121)
#6A7868
(106,120,104)
#5A6557
(90,101,87)
#4A5246
(74,82,70)
#3A3F35
(58,63,53)
#2A2C24
(42,44,36)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #BAD7BD

#BAD7BD
(186,215,189)
#C0DAC3
(192,218,195)
#C6DDC9
(198,221,201)
#CCE0CF
(204,224,207)
#D2E3D5
(210,227,213)
#D8E6DB
(216,230,219)
#DEE9E1
(222,233,225)
#E4ECE7
(228,236,231)
#EAEFED
(234,239,237)
#F0F2F3
(240,242,243)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD7BD color. Also use rgb(186,215,189) instead hex code.

Text Font Color

.myTextColor { color: #BAD7BD; }

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

This text font color is #BAD7BD.

Background Color

.myBgColor { background-color: #BAD7BD; }

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

This div background color is #BAD7BD.

Border color

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

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

This div border color is #BAD7BD.

Opacity

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

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

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

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

This text has shadow with #BAD7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD7BD.

Preview

Color preview on black background

This text has color #BAD7BD on black background.


Color preview on white background

This text has color #BAD7BD on white background.


Black color preview on #BAD7BD background

This text has black color on #BAD7BD background.


White color preview on #BAD7BD background

This text has white color on #BAD7BD background.


Related colors

Complementary color

Complementary color for #hex is #452842.


I love getcolorcode.com

Triadic colors

1 #BDBAD7 and #D7BDBA with #BAD7BD are triadic colors.

2 #BDD7BA and #D7BABD with #BAD7BD are triadic colors.