COLOR #BAD2A6

HEX: #BAD2A6 RGB: (186,210,166)

Color info

#BAD2A6 contains red, green and blue colors in about the same proportion. Web safe color of #BAD2A6 is #CCCC99 (or #CC9).

RGB color model

#BAD2A6 color RGB value is (186,210,166).

RGB: (186,210,166) (73%, 82%, 65%)

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 166 of 255 = 65%

186
210
166

R + G + B ~ 73%. #BAD2A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 210 + 166 = 562 (100%)
R 186 of 562 ~ 33.1%
G 210 of 562 ~ 37.37%
B 166 of 562 ~ 29.54'%

%33.1
%37.37
%29.54

CMYK color model

#BAD2A6 color CMYK value is (11,0,21,18).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 17.65%

CMYK: (11,0,21,18)
C11M0Y21K18 (11%, 0%, 21%, 18%)
(0.11 / 0.00 / 0.21 / 0.18)

CMYK percentages

%11.43
%0
%20.95
%17.65

Codes

Color #BAD2A6 in popluar color models

BA D2 A6
RGB 186 210 166
HSL 93° 32.84% 73.73%
HSB/HSV 93° 20.95% 82.35%
CMYK 11.43% 0.00% 20.95%
17.65%

Color #BAD2A6 in popluar number systems.

HEX BA D2 A6
Decimal 186 210 166
Binary 10111010 11010010 10100110
Octal 272 322 246

Shades and tints

Shades of #BAD2A6

#BAD2A6
(186,210,166)
#AABF97
(170,191,151)
#9AAC88
(154,172,136)
#8A9979
(138,153,121)
#7A866A
(122,134,106)
#6A735B
(106,115,91)
#5A604C
(90,96,76)
#4A4D3D
(74,77,61)
#3A3A2E
(58,58,46)
#2A271F
(42,39,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #BAD2A6

#BAD2A6
(186,210,166)
#C0D6AE
(192,214,174)
#C6DAB6
(198,218,182)
#CCDEBE
(204,222,190)
#D2E2C6
(210,226,198)
#D8E6CE
(216,230,206)
#DEEAD6
(222,234,214)
#E4EEDE
(228,238,222)
#EAF2E6
(234,242,230)
#F0F6EE
(240,246,238)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD2A6 color. Also use rgb(186,210,166) instead hex code.

Text Font Color

.myTextColor { color: #BAD2A6; }

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

This text font color is #BAD2A6.

Background Color

.myBgColor { background-color: #BAD2A6; }

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

This div background color is #BAD2A6.

Border color

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

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

This div border color is #BAD2A6.

Opacity

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

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

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

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

This text has shadow with #BAD2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD2A6.

Preview

Color preview on black background

This text has color #BAD2A6 on black background.


Color preview on white background

This text has color #BAD2A6 on white background.


Black color preview on #BAD2A6 background

This text has black color on #BAD2A6 background.


White color preview on #BAD2A6 background

This text has white color on #BAD2A6 background.


Related colors

Complementary color

Complementary color for #hex is #452D59.


I love getcolorcode.com

Triadic colors

1 #A6BAD2 and #D2A6BA with #BAD2A6 are triadic colors.

2 #A6D2BA and #D2BAA6 with #BAD2A6 are triadic colors.