COLOR #BADCBA

HEX: #BADCBA
RGB: (186,220,186)

Color info

#BADCBA contains red, green and blue colors in about the same proportion. Web safe color of #BADCBA is #CCCCCC (or #CCC).

RGB color model

#BADCBA color RGB value is (186,220,186).

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

RGB channels and saturation

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

186
220
186

R + G + B ~ 77%. #BADCBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 220 + 186 = 592 (100%)
R 186 of 592 ~ 31.42%
G 220 of 592 ~ 37.16%
B 186 of 592 ~ 31.42%

%31.42
%37.16
%31.42

CMYK color model

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

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

CMYK percentages

%15.45
%0
%15.45
%13.73

Codes

Color #BADCBA in popluar color models

BADCBA
RGB186220186
HSL120°32.69%79.61%
HSB/HSV120°15.45%86.27%
CMYK15.45%0.00%15.45%
13.73%

Color #BADCBA in popluar number systems.

HEXBADCBA
Decimal186220186
Binary101110101101110010111010
Octal272334272

Shades and tints

Shades of #BADCBA

#BADCBA
(186,220,186)
#AAC8AA
(170,200,170)
#9AB49A
(154,180,154)
#8AA08A
(138,160,138)
#7A8C7A
(122,140,122)
#6A786A
(106,120,106)
#5A645A
(90,100,90)
#4A504A
(74,80,74)
#3A3C3A
(58,60,58)
#2A282A
(42,40,42)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #BADCBA

#BADCBA
(186,220,186)
#C0DFC0
(192,223,192)
#C6E2C6
(198,226,198)
#CCE5CC
(204,229,204)
#D2E8D2
(210,232,210)
#D8EBD8
(216,235,216)
#DEEEDE
(222,238,222)
#E4F1E4
(228,241,228)
#EAF4EA
(234,244,234)
#F0F7F0
(240,247,240)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADCBA; }

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

This text font color is #BADCBA.


Background Color

.myBgColor { background-color: #BADCBA; }

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

This div background color is #BADCBA.


Border color

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

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

This div border color is #BADCBA.


Opacity

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

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

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

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

This text has shadow with #BADCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADCBA on black background.


Color preview on white background

This text has color #BADCBA on white background.



Black color preview on #BADCBA background

This text has black color on #BADCBA background.


White color preview on #BADCBA background

This text has white color on #BADCBA background.