COLOR #BAD09C

HEX: #BAD09C
RGB: (186,208,156)

Color info

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

RGB color model

#BAD09C color RGB value is (186,208,156).

  • red value is 186;
  • green value is 208;
  • blue value is 156.
RGB:
(186,208,156)
(73%,82%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 208 of 255 = 82%
B 156 of 255 = 61%

186
208
156

R + G + B ~ 72%. #BAD09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 208 + 156 = 550 (100%)
R 186 of 550 ~ 33.82%
G 208 of 550 ~ 37.82%
B 156 of 550 ~ 28.36%

%33.82
%37.82
%28.36

CMYK color model

#BAD09C color CMYK value is (11,0,25,18).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 18.43%
CMYK:
(11,0,25,18)
C11M0Y25K18 
(11%,0%,25%,18%)
(0.11/0.00/0.25/0.18)	

CMYK percentages

%10.58
%0
%25
%18.43

Codes

Color #BAD09C in popluar color models

BAD09C
RGB186208156
HSL85°35.62%71.37%
HSB/HSV85°25.00%81.57%
CMYK10.58%0.00%25.00%
18.43%

Color #BAD09C in popluar number systems.

HEXBAD09C
Decimal186208156
Binary101110101101000010011100
Octal272320234

Shades and tints

Shades of #BAD09C

#BAD09C
(186,208,156)
#AABE8E
(170,190,142)
#9AAC80
(154,172,128)
#8A9A72
(138,154,114)
#7A8864
(122,136,100)
#6A7656
(106,118,86)
#5A6448
(90,100,72)
#4A523A
(74,82,58)
#3A402C
(58,64,44)
#2A2E1E
(42,46,30)
#1A1C10
(26,28,16)
#000000
(0,0,0)

Tints of #BAD09C

#BAD09C
(186,208,156)
#C0D4A5
(192,212,165)
#C6D8AE
(198,216,174)
#CCDCB7
(204,220,183)
#D2E0C0
(210,224,192)
#D8E4C9
(216,228,201)
#DEE8D2
(222,232,210)
#E4ECDB
(228,236,219)
#EAF0E4
(234,240,228)
#F0F4ED
(240,244,237)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD09C color. Also use rgb(186,208,156) instead hex code.

Text Font Color

.myTextColor { color: #BAD09C; }

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

This text font color is #BAD09C.


Background Color

.myBgColor { background-color: #BAD09C; }

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

This div background color is #BAD09C.


Border color

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

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

This div border color is #BAD09C.


Opacity

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

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

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

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

This text has shadow with #BAD09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD09C on black background.


Color preview on white background

This text has color #BAD09C on white background.



Black color preview on #BAD09C background

This text has black color on #BAD09C background.


White color preview on #BAD09C background

This text has white color on #BAD09C background.