COLOR #BAD1BB

HEX: #BAD1BB
RGB: (186,209,187)

Color info

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

RGB color model

#BAD1BB color RGB value is (186,209,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 187 of 255 = 73%

186
209
187

R + G + B ~ 76%. #BAD1BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 209 + 187 = 582 (100%)
R 186 of 582 ~ 31.96%
G 209 of 582 ~ 35.91%
B 187 of 582 ~ 32.13%

%31.96
%35.91
%32.13

CMYK color model

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

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(11,0,11,18)
C11M0Y11K18 
(11%,0%,11%,18%)
(0.11/0.00/0.11/0.18)	

CMYK percentages

%11
%0
%10.53
%18.04

Codes

Color #BAD1BB in popluar color models

BAD1BB
RGB186209187
HSL123°20.00%77.45%
HSB/HSV123°11.00%81.96%
CMYK11.00%0.00%10.53%
18.04%

Color #BAD1BB in popluar number systems.

HEXBAD1BB
Decimal186209187
Binary101110101101000110111011
Octal272321273

Shades and tints

Shades of #BAD1BB

#BAD1BB
(186,209,187)
#AABEAA
(170,190,170)
#9AAB99
(154,171,153)
#8A9888
(138,152,136)
#7A8577
(122,133,119)
#6A7266
(106,114,102)
#5A5F55
(90,95,85)
#4A4C44
(74,76,68)
#3A3933
(58,57,51)
#2A2622
(42,38,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BAD1BB

#BAD1BB
(186,209,187)
#C0D5C1
(192,213,193)
#C6D9C7
(198,217,199)
#CCDDCD
(204,221,205)
#D2E1D3
(210,225,211)
#D8E5D9
(216,229,217)
#DEE9DF
(222,233,223)
#E4EDE5
(228,237,229)
#EAF1EB
(234,241,235)
#F0F5F1
(240,245,241)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD1BB; }

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

This text font color is #BAD1BB.


Background Color

.myBgColor { background-color: #BAD1BB; }

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

This div background color is #BAD1BB.


Border color

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

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

This div border color is #BAD1BB.


Opacity

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

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

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

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

This text has shadow with #BAD1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD1BB on black background.


Color preview on white background

This text has color #BAD1BB on white background.



Black color preview on #BAD1BB background

This text has black color on #BAD1BB background.


White color preview on #BAD1BB background

This text has white color on #BAD1BB background.