COLOR #BAD2C1

HEX: #BAD2C1 RGB: (186,210,193)

Color info

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

RGB color model

#BAD2C1 color RGB value is (186,210,193).

RGB: (186,210,193) (73%, 82%, 76%)

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 193 of 255 = 76%

186
210
193

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

Portions of RGB colors in percentages

R + G + B = 186 + 210 + 193 = 589 (100%)
R 186 of 589 ~ 31.58%
G 210 of 589 ~ 35.65%
B 193 of 589 ~ 32.77'%

%31.58
%35.65
%32.77

CMYK color model

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

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 8.10%
  • key color value is 17.65%
CMYK: (11,0,8,18) C11M0Y8K18 (11%,0%,8%,18%) (0.11/0.00/0.08/0.18) 

CMYK percentages

%11.43
%0
%8.1
%17.65

Codes

Color #BAD2C1 in popluar color models

BA D2 C1
RGB 186 210 193
HSL 138° 21.05% 77.65%
HSB/HSV 138° 11.43% 82.35%
CMYK 11.43% 0.00% 8.10%
17.65%

Color #BAD2C1 in popluar number systems.

HEX BA D2 C1
Decimal 186 210 193
Binary 10111010 11010010 11000001
Octal 272 322 301

Shades and tints

Shades of #BAD2C1

#BAD2C1
(186,210,193)
#AABFB0
(170,191,176)
#9AAC9F
(154,172,159)
#8A998E
(138,153,142)
#7A867D
(122,134,125)
#6A736C
(106,115,108)
#5A605B
(90,96,91)
#4A4D4A
(74,77,74)
#3A3A39
(58,58,57)
#2A2728
(42,39,40)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BAD2C1

#BAD2C1
(186,210,193)
#C0D6C6
(192,214,198)
#C6DACB
(198,218,203)
#CCDED0
(204,222,208)
#D2E2D5
(210,226,213)
#D8E6DA
(216,230,218)
#DEEADF
(222,234,223)
#E4EEE4
(228,238,228)
#EAF2E9
(234,242,233)
#F0F6EE
(240,246,238)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2C1; }

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

This text font color is #BAD2C1.

Background Color

.myBgColor { background-color: #BAD2C1; }

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

This div background color is #BAD2C1.

Border color

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

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

This div border color is #BAD2C1.

Opacity

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

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

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

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

This text has shadow with #BAD2C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD2C1.

Preview

Color preview on black background

This text has color #BAD2C1 on black background.


Color preview on white background

This text has color #BAD2C1 on white background.


Black color preview on #BAD2C1 background

This text has black color on #BAD2C1 background.


White color preview on #BAD2C1 background

This text has white color on #BAD2C1 background.


Related colors

Complementary color

Complementary color for #hex is #452D3E.


I love getcolorcode.com

Triadic colors

1 #C1BAD2 and #D2C1BA with #BAD2C1 are triadic colors.

2 #C1D2BA and #D2BAC1 with #BAD2C1 are triadic colors.