COLOR #BAD6B7

HEX: #BAD6B7 RGB: (186,214,183)

Color info

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

RGB color model

#BAD6B7 color RGB value is (186,214,183).

RGB: (186,214,183) (73%, 84%, 72%)

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 183 of 255 = 72%

186
214
183

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

Portions of RGB colors in percentages

R + G + B = 186 + 214 + 183 = 583 (100%)
R 186 of 583 ~ 31.9%
G 214 of 583 ~ 36.71%
B 183 of 583 ~ 31.39'%

%31.9
%36.71
%31.39

CMYK color model

#BAD6B7 color CMYK value is (13,0,14,16).

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

CMYK: (13,0,14,16)
C13M0Y14K16 (13%, 0%, 14%, 16%)
(0.13 / 0.00 / 0.14 / 0.16)

CMYK percentages

%13.08
%0
%14.49
%16.08

Codes

Color #BAD6B7 in popluar color models

BA D6 B7
RGB 186 214 183
HSL 114° 27.43% 77.84%
HSB/HSV 114° 14.49% 83.92%
CMYK 13.08% 0.00% 14.49%
16.08%

Color #BAD6B7 in popluar number systems.

HEX BA D6 B7
Decimal 186 214 183
Binary 10111010 11010110 10110111
Octal 272 326 267

Shades and tints

Shades of #BAD6B7

#BAD6B7
(186,214,183)
#AAC3A7
(170,195,167)
#9AB097
(154,176,151)
#8A9D87
(138,157,135)
#7A8A77
(122,138,119)
#6A7767
(106,119,103)
#5A6457
(90,100,87)
#4A5147
(74,81,71)
#3A3E37
(58,62,55)
#2A2B27
(42,43,39)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #BAD6B7

#BAD6B7
(186,214,183)
#C0D9BD
(192,217,189)
#C6DCC3
(198,220,195)
#CCDFC9
(204,223,201)
#D2E2CF
(210,226,207)
#D8E5D5
(216,229,213)
#DEE8DB
(222,232,219)
#E4EBE1
(228,235,225)
#EAEEE7
(234,238,231)
#F0F1ED
(240,241,237)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD6B7; }

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

This text font color is #BAD6B7.

Background Color

.myBgColor { background-color: #BAD6B7; }

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

This div background color is #BAD6B7.

Border color

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

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

This div border color is #BAD6B7.

Opacity

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

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

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

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

This text has shadow with #BAD6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD6B7.

Preview

Color preview on black background

This text has color #BAD6B7 on black background.


Color preview on white background

This text has color #BAD6B7 on white background.


Black color preview on #BAD6B7 background

This text has black color on #BAD6B7 background.


White color preview on #BAD6B7 background

This text has white color on #BAD6B7 background.


Related colors

Complementary color

Complementary color for #hex is #452948.


I love getcolorcode.com

Triadic colors

1 #B7BAD6 and #D6B7BA with #BAD6B7 are triadic colors.

2 #B7D6BA and #D6BAB7 with #BAD6B7 are triadic colors.