COLOR #BAD1D7

HEX: #BAD1D7 RGB: (186,209,215)

Color info

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

RGB color model

#BAD1D7 color RGB value is (186,209,215).

RGB: (186,209,215) (73%, 82%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 215 of 255 = 84%

186
209
215

R + G + B ~ 80%. #BAD1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 209 + 215 = 610 (100%)
R 186 of 610 ~ 30.49%
G 209 of 610 ~ 34.26%
B 215 of 610 ~ 35.25'%

%30.49
%34.26
%35.25

CMYK color model

#BAD1D7 color CMYK value is (13,3,0,16).

  • cyan value is 13.49%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,3,0,16)
C13M3Y0K16 (13%, 3%, 0%, 16%)
(0.13 / 0.03 / 0.00 / 0.16)

CMYK percentages

%13.49
%2.79
%0
%15.69

Codes

Color #BAD1D7 in popluar color models

BA D1 D7
RGB 186 209 215
HSL 192° 26.61% 78.63%
HSB/HSV 192° 13.49% 84.31%
CMYK 13.49% 2.79% 0.00%
15.69%

Color #BAD1D7 in popluar number systems.

HEX BA D1 D7
Decimal 186 209 215
Binary 10111010 11010001 11010111
Octal 272 321 327

Shades and tints

Shades of #BAD1D7

#BAD1D7
(186,209,215)
#AABEC4
(170,190,196)
#9AABB1
(154,171,177)
#8A989E
(138,152,158)
#7A858B
(122,133,139)
#6A7278
(106,114,120)
#5A5F65
(90,95,101)
#4A4C52
(74,76,82)
#3A393F
(58,57,63)
#2A262C
(42,38,44)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #BAD1D7

#BAD1D7
(186,209,215)
#C0D5DA
(192,213,218)
#C6D9DD
(198,217,221)
#CCDDE0
(204,221,224)
#D2E1E3
(210,225,227)
#D8E5E6
(216,229,230)
#DEE9E9
(222,233,233)
#E4EDEC
(228,237,236)
#EAF1EF
(234,241,239)
#F0F5F2
(240,245,242)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD1D7; }

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

This text font color is #BAD1D7.

Background Color

.myBgColor { background-color: #BAD1D7; }

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

This div background color is #BAD1D7.

Border color

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

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

This div border color is #BAD1D7.

Opacity

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

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

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

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

This text has shadow with #BAD1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD1D7.

Preview

Color preview on black background

This text has color #BAD1D7 on black background.


Color preview on white background

This text has color #BAD1D7 on white background.


Black color preview on #BAD1D7 background

This text has black color on #BAD1D7 background.


White color preview on #BAD1D7 background

This text has white color on #BAD1D7 background.


Related colors

Complementary color

Complementary color for #hex is #452E28.


I love getcolorcode.com

Triadic colors

1 #D7BAD1 and #D1D7BA with #BAD1D7 are triadic colors.

2 #D7D1BA and #D1BAD7 with #BAD1D7 are triadic colors.