COLOR #BAD8A7

HEX: #BAD8A7 RGB: (186,216,167)

Color info

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

RGB color model

#BAD8A7 color RGB value is (186,216,167).

RGB: (186,216,167) (73%, 85%, 65%)

RGB channels and saturation

R 186 of 255 = 73%
G 216 of 255 = 85%
B 167 of 255 = 65%

186
216
167

R + G + B ~ 74%. #BAD8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 216 + 167 = 569 (100%)
R 186 of 569 ~ 32.69%
G 216 of 569 ~ 37.96%
B 167 of 569 ~ 29.35'%

%32.69
%37.96
%29.35

CMYK color model

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

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 15.29%

CMYK: (14,0,23,15)
C14M0Y23K15 (14%, 0%, 23%, 15%)
(0.14 / 0.00 / 0.23 / 0.15)

CMYK percentages

%13.89
%0
%22.69
%15.29

Codes

Color #BAD8A7 in popluar color models

BA D8 A7
RGB 186 216 167
HSL 97° 38.58% 75.10%
HSB/HSV 97° 22.69% 84.71%
CMYK 13.89% 0.00% 22.69%
15.29%

Color #BAD8A7 in popluar number systems.

HEX BA D8 A7
Decimal 186 216 167
Binary 10111010 11011000 10100111
Octal 272 330 247

Shades and tints

Shades of #BAD8A7

#BAD8A7
(186,216,167)
#AAC598
(170,197,152)
#9AB289
(154,178,137)
#8A9F7A
(138,159,122)
#7A8C6B
(122,140,107)
#6A795C
(106,121,92)
#5A664D
(90,102,77)
#4A533E
(74,83,62)
#3A402F
(58,64,47)
#2A2D20
(42,45,32)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #BAD8A7

#BAD8A7
(186,216,167)
#C0DBAF
(192,219,175)
#C6DEB7
(198,222,183)
#CCE1BF
(204,225,191)
#D2E4C7
(210,228,199)
#D8E7CF
(216,231,207)
#DEEAD7
(222,234,215)
#E4EDDF
(228,237,223)
#EAF0E7
(234,240,231)
#F0F3EF
(240,243,239)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD8A7 color. Also use rgb(186,216,167) instead hex code.

Text Font Color

.myTextColor { color: #BAD8A7; }

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

This text font color is #BAD8A7.

Background Color

.myBgColor { background-color: #BAD8A7; }

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

This div background color is #BAD8A7.

Border color

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

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

This div border color is #BAD8A7.

Opacity

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

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

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

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

This text has shadow with #BAD8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD8A7.

Preview

Color preview on black background

This text has color #BAD8A7 on black background.


Color preview on white background

This text has color #BAD8A7 on white background.


Black color preview on #BAD8A7 background

This text has black color on #BAD8A7 background.


White color preview on #BAD8A7 background

This text has white color on #BAD8A7 background.


Related colors

Complementary color

Complementary color for #hex is #452758.


I love getcolorcode.com

Triadic colors

1 #A7BAD8 and #D8A7BA with #BAD8A7 are triadic colors.

2 #A7D8BA and #D8BAA7 with #BAD8A7 are triadic colors.