COLOR #BADABB

HEX: #BADABB
RGB: (186,218,187)

Color info

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

RGB color model

#BADABB color RGB value is (186,218,187).

  • red value is 186;
  • green value is 218;
  • blue value is 187.
RGB:
(186,218,187)
(73%,85%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 187 of 255 = 73%

186
218
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 218 + 187 = 591 (100%)
R 186 of 591 ~ 31.47%
G 218 of 591 ~ 36.89%
B 187 of 591 ~ 31.64%

%31.47
%36.89
%31.64

CMYK color model

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

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(15,0,14,15)
C15M0Y14K15 
(15%,0%,14%,15%)
(0.15/0.00/0.14/0.15)	

CMYK percentages

%14.68
%0
%14.22
%14.51

Codes

Color #BADABB in popluar color models

BADABB
RGB186218187
HSL122°30.19%79.22%
HSB/HSV122°14.68%85.49%
CMYK14.68%0.00%14.22%
14.51%

Color #BADABB in popluar number systems.

HEXBADABB
Decimal186218187
Binary101110101101101010111011
Octal272332273

Shades and tints

Shades of #BADABB

#BADABB
(186,218,187)
#AAC7AA
(170,199,170)
#9AB499
(154,180,153)
#8AA188
(138,161,136)
#7A8E77
(122,142,119)
#6A7B66
(106,123,102)
#5A6855
(90,104,85)
#4A5544
(74,85,68)
#3A4233
(58,66,51)
#2A2F22
(42,47,34)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #BADABB

#BADABB
(186,218,187)
#C0DDC1
(192,221,193)
#C6E0C7
(198,224,199)
#CCE3CD
(204,227,205)
#D2E6D3
(210,230,211)
#D8E9D9
(216,233,217)
#DEECDF
(222,236,223)
#E4EFE5
(228,239,229)
#EAF2EB
(234,242,235)
#F0F5F1
(240,245,241)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADABB; }

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

This text font color is #BADABB.


Background Color

.myBgColor { background-color: #BADABB; }

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

This div background color is #BADABB.


Border color

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

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

This div border color is #BADABB.


Opacity

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

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

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

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

This text has shadow with #BADABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADABB on black background.


Color preview on white background

This text has color #BADABB on white background.



Black color preview on #BADABB background

This text has black color on #BADABB background.


White color preview on #BADABB background

This text has white color on #BADABB background.