COLOR #BAD8A4

HEX: #BAD8A4 RGB: (186,216,164)

Color info

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

RGB color model

#BAD8A4 color RGB value is (186,216,164).

RGB: (186,216,164) (73%, 85%, 64%)

RGB channels and saturation

R 186 of 255 = 73%
G 216 of 255 = 85%
B 164 of 255 = 64%

186
216
164

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

Portions of RGB colors in percentages

R + G + B = 186 + 216 + 164 = 566 (100%)
R 186 of 566 ~ 32.86%
G 216 of 566 ~ 38.16%
B 164 of 566 ~ 28.98'%

%32.86
%38.16
%28.98

CMYK color model

#BAD8A4 color CMYK value is (14,0,24,15).

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

CMYK: (14,0,24,15)
C14M0Y24K15 (14%, 0%, 24%, 15%)
(0.14 / 0.00 / 0.24 / 0.15)

CMYK percentages

%13.89
%0
%24.07
%15.29

Codes

Color #BAD8A4 in popluar color models

BA D8 A4
RGB 186 216 164
HSL 95° 40.00% 74.51%
HSB/HSV 95° 24.07% 84.71%
CMYK 13.89% 0.00% 24.07%
15.29%

Color #BAD8A4 in popluar number systems.

HEX BA D8 A4
Decimal 186 216 164
Binary 10111010 11011000 10100100
Octal 272 330 244

Shades and tints

Shades of #BAD8A4

#BAD8A4
(186,216,164)
#AAC596
(170,197,150)
#9AB288
(154,178,136)
#8A9F7A
(138,159,122)
#7A8C6C
(122,140,108)
#6A795E
(106,121,94)
#5A6650
(90,102,80)
#4A5342
(74,83,66)
#3A4034
(58,64,52)
#2A2D26
(42,45,38)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #BAD8A4

#BAD8A4
(186,216,164)
#C0DBAC
(192,219,172)
#C6DEB4
(198,222,180)
#CCE1BC
(204,225,188)
#D2E4C4
(210,228,196)
#D8E7CC
(216,231,204)
#DEEAD4
(222,234,212)
#E4EDDC
(228,237,220)
#EAF0E4
(234,240,228)
#F0F3EC
(240,243,236)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD8A4; }

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

This text font color is #BAD8A4.

Background Color

.myBgColor { background-color: #BAD8A4; }

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

This div background color is #BAD8A4.

Border color

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

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

This div border color is #BAD8A4.

Opacity

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

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

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

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

This text has shadow with #BAD8A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD8A4.

Preview

Color preview on black background

This text has color #BAD8A4 on black background.


Color preview on white background

This text has color #BAD8A4 on white background.


Black color preview on #BAD8A4 background

This text has black color on #BAD8A4 background.


White color preview on #BAD8A4 background

This text has white color on #BAD8A4 background.


Related colors

Complementary color

Complementary color for #hex is #45275B.


I love getcolorcode.com

Triadic colors

1 #A4BAD8 and #D8A4BA with #BAD8A4 are triadic colors.

2 #A4D8BA and #D8BAA4 with #BAD8A4 are triadic colors.