COLOR #BADCA7

HEX: #BADCA7
RGB: (186,220,167)

Color info

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

RGB color model

#BADCA7 color RGB value is (186,220,167).

  • red value is 186;
  • green value is 220;
  • blue value is 167.
RGB:
(186,220,167)
(73%,86%,65%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 167 of 255 = 65%

186
220
167

R + G + B ~ 75%. #BADCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 220 + 167 = 573 (100%)
R 186 of 573 ~ 32.46%
G 220 of 573 ~ 38.39%
B 167 of 573 ~ 29.14%

%32.46
%38.39
%29.14

CMYK color model

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

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 13.73%
CMYK:
(15,0,24,14)
C15M0Y24K14 
(15%,0%,24%,14%)
(0.15/0.00/0.24/0.14)	

CMYK percentages

%15.45
%0
%24.09
%13.73

Codes

Color #BADCA7 in popluar color models

BADCA7
RGB186220167
HSL98°43.09%75.88%
HSB/HSV98°24.09%86.27%
CMYK15.45%0.00%24.09%
13.73%

Color #BADCA7 in popluar number systems.

HEXBADCA7
Decimal186220167
Binary101110101101110010100111
Octal272334247

Shades and tints

Shades of #BADCA7

#BADCA7
(186,220,167)
#AAC898
(170,200,152)
#9AB489
(154,180,137)
#8AA07A
(138,160,122)
#7A8C6B
(122,140,107)
#6A785C
(106,120,92)
#5A644D
(90,100,77)
#4A503E
(74,80,62)
#3A3C2F
(58,60,47)
#2A2820
(42,40,32)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #BADCA7

#BADCA7
(186,220,167)
#C0DFAF
(192,223,175)
#C6E2B7
(198,226,183)
#CCE5BF
(204,229,191)
#D2E8C7
(210,232,199)
#D8EBCF
(216,235,207)
#DEEED7
(222,238,215)
#E4F1DF
(228,241,223)
#EAF4E7
(234,244,231)
#F0F7EF
(240,247,239)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADCA7; }

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

This text font color is #BADCA7.


Background Color

.myBgColor { background-color: #BADCA7; }

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

This div background color is #BADCA7.


Border color

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

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

This div border color is #BADCA7.


Opacity

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

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

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

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

This text has shadow with #BADCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADCA7 on black background.


Color preview on white background

This text has color #BADCA7 on white background.



Black color preview on #BADCA7 background

This text has black color on #BADCA7 background.


White color preview on #BADCA7 background

This text has white color on #BADCA7 background.