COLOR #BAD6B8

HEX: #BAD6B8 RGB: (186,214,184)

Color info

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

RGB color model

#BAD6B8 color RGB value is (186,214,184).

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

RGB channels and saturation

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

186
214
184

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

Portions of RGB colors in percentages

R + G + B = 186 + 214 + 184 = 584 (100%)
R 186 of 584 ~ 31.85%
G 214 of 584 ~ 36.64%
B 184 of 584 ~ 31.51'%

%31.85
%36.64
%31.51

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • 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.02
%16.08

Codes

Color #BAD6B8 in popluar color models

BA D6 B8
RGB 186 214 184
HSL 116° 26.79% 78.04%
HSB/HSV 116° 14.02% 83.92%
CMYK 13.08% 0.00% 14.02%
16.08%

Color #BAD6B8 in popluar number systems.

HEX BA D6 B8
Decimal 186 214 184
Binary 10111010 11010110 10111000
Octal 272 326 270

Shades and tints

Shades of #BAD6B8

#BAD6B8
(186,214,184)
#AAC3A8
(170,195,168)
#9AB098
(154,176,152)
#8A9D88
(138,157,136)
#7A8A78
(122,138,120)
#6A7768
(106,119,104)
#5A6458
(90,100,88)
#4A5148
(74,81,72)
#3A3E38
(58,62,56)
#2A2B28
(42,43,40)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #BAD6B8

#BAD6B8
(186,214,184)
#C0D9BE
(192,217,190)
#C6DCC4
(198,220,196)
#CCDFCA
(204,223,202)
#D2E2D0
(210,226,208)
#D8E5D6
(216,229,214)
#DEE8DC
(222,232,220)
#E4EBE2
(228,235,226)
#EAEEE8
(234,238,232)
#F0F1EE
(240,241,238)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD6B8; }

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

This text font color is #BAD6B8.

Background Color

.myBgColor { background-color: #BAD6B8; }

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

This div background color is #BAD6B8.

Border color

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

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

This div border color is #BAD6B8.

Opacity

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

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

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

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

This text has shadow with #BAD6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD6B8.

Preview

Color preview on black background

This text has color #BAD6B8 on black background.


Color preview on white background

This text has color #BAD6B8 on white background.


Black color preview on #BAD6B8 background

This text has black color on #BAD6B8 background.


White color preview on #BAD6B8 background

This text has white color on #BAD6B8 background.


Related colors

Complementary color

Complementary color for #hex is #452947.


I love getcolorcode.com

Triadic colors

1 #B8BAD6 and #D6B8BA with #BAD6B8 are triadic colors.

2 #B8D6BA and #D6BAB8 with #BAD6B8 are triadic colors.