COLOR #BAD3BC

HEX: #BAD3BC RGB: (186,211,188)

Color info

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

RGB color model

#BAD3BC color RGB value is (186,211,188).

RGB: (186,211,188) (73%, 83%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 211 of 255 = 83%
B 188 of 255 = 74%

186
211
188

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

Portions of RGB colors in percentages

R + G + B = 186 + 211 + 188 = 585 (100%)
R 186 of 585 ~ 31.79%
G 211 of 585 ~ 36.07%
B 188 of 585 ~ 32.14'%

%31.79
%36.07
%32.14

CMYK color model

#BAD3BC color CMYK value is (12,0,11,17).

  • cyan value is 11.85%
  • magenta value is 0.00%
  • yellow value is 10.90%
  • key color value is 17.25%
CMYK: (12,0,11,17) C12M0Y11K17 (12%,0%,11%,17%) (0.12/0.00/0.11/0.17) 

CMYK percentages

%11.85
%0
%10.9
%17.25

Codes

Color #BAD3BC in popluar color models

BA D3 BC
RGB 186 211 188
HSL 125° 22.12% 77.84%
HSB/HSV 125° 11.85% 82.75%
CMYK 11.85% 0.00% 10.90%
17.25%

Color #BAD3BC in popluar number systems.

HEX BA D3 BC
Decimal 186 211 188
Binary 10111010 11010011 10111100
Octal 272 323 274

Shades and tints

Shades of #BAD3BC

#BAD3BC
(186,211,188)
#AAC0AB
(170,192,171)
#9AAD9A
(154,173,154)
#8A9A89
(138,154,137)
#7A8778
(122,135,120)
#6A7467
(106,116,103)
#5A6156
(90,97,86)
#4A4E45
(74,78,69)
#3A3B34
(58,59,52)
#2A2823
(42,40,35)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #BAD3BC

#BAD3BC
(186,211,188)
#C0D7C2
(192,215,194)
#C6DBC8
(198,219,200)
#CCDFCE
(204,223,206)
#D2E3D4
(210,227,212)
#D8E7DA
(216,231,218)
#DEEBE0
(222,235,224)
#E4EFE6
(228,239,230)
#EAF3EC
(234,243,236)
#F0F7F2
(240,247,242)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD3BC; }

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

This text font color is #BAD3BC.

Background Color

.myBgColor { background-color: #BAD3BC; }

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

This div background color is #BAD3BC.

Border color

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

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

This div border color is #BAD3BC.

Opacity

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

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

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

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

This text has shadow with #BAD3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD3BC.

Preview

Color preview on black background

This text has color #BAD3BC on black background.


Color preview on white background

This text has color #BAD3BC on white background.


Black color preview on #BAD3BC background

This text has black color on #BAD3BC background.


White color preview on #BAD3BC background

This text has white color on #BAD3BC background.


Related colors

Complementary color

Complementary color for #hex is #452C43.


I love getcolorcode.com

Triadic colors

1 #BCBAD3 and #D3BCBA with #BAD3BC are triadic colors.

2 #BCD3BA and #D3BABC with #BAD3BC are triadic colors.