COLOR #BAD4AA

HEX: #BAD4AA
RGB: (186,212,170)

Color info

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

RGB color model

#BAD4AA color RGB value is (186,212,170).

  • red value is 186;
  • green value is 212;
  • blue value is 170.
RGB:
(186,212,170)
(73%,83%,67%)

RGB channels and saturation

R 186 of 255 = 73%
G 212 of 255 = 83%
B 170 of 255 = 67%

186
212
170

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

Portions of RGB colors in percentages

R + G + B =
186 + 212 + 170 = 568 (100%)
R 186 of 568 ~ 32.75%
G 212 of 568 ~ 37.32%
B 170 of 568 ~ 29.93%

%32.75
%37.32
%29.93

CMYK color model

#BAD4AA color CMYK value is (12,0,20,17).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 16.86%
CMYK:
(12,0,20,17)
C12M0Y20K17 
(12%,0%,20%,17%)
(0.12/0.00/0.20/0.17)	

CMYK percentages

%12.26
%0
%19.81
%16.86

Codes

Color #BAD4AA in popluar color models

BAD4AA
RGB186212170
HSL97°32.81%74.90%
HSB/HSV97°19.81%83.14%
CMYK12.26%0.00%19.81%
16.86%

Color #BAD4AA in popluar number systems.

HEXBAD4AA
Decimal186212170
Binary101110101101010010101010
Octal272324252

Shades and tints

Shades of #BAD4AA

#BAD4AA
(186,212,170)
#AAC19B
(170,193,155)
#9AAE8C
(154,174,140)
#8A9B7D
(138,155,125)
#7A886E
(122,136,110)
#6A755F
(106,117,95)
#5A6250
(90,98,80)
#4A4F41
(74,79,65)
#3A3C32
(58,60,50)
#2A2923
(42,41,35)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #BAD4AA

#BAD4AA
(186,212,170)
#C0D7B1
(192,215,177)
#C6DAB8
(198,218,184)
#CCDDBF
(204,221,191)
#D2E0C6
(210,224,198)
#D8E3CD
(216,227,205)
#DEE6D4
(222,230,212)
#E4E9DB
(228,233,219)
#EAECE2
(234,236,226)
#F0EFE9
(240,239,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD4AA color. Also use rgb(186,212,170) instead hex code.

Text Font Color

.myTextColor { color: #BAD4AA; }

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

This text font color is #BAD4AA.


Background Color

.myBgColor { background-color: #BAD4AA; }

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

This div background color is #BAD4AA.


Border color

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

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

This div border color is #BAD4AA.


Opacity

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

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

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

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

This text has shadow with #BAD4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD4AA on black background.


Color preview on white background

This text has color #BAD4AA on white background.



Black color preview on #BAD4AA background

This text has black color on #BAD4AA background.


White color preview on #BAD4AA background

This text has white color on #BAD4AA background.