COLOR #BAD5DF

HEX: #BAD5DF RGB: (186,213,223)

Color info

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

RGB color model

#BAD5DF color RGB value is (186,213,223).

RGB: (186,213,223) (73%, 84%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 223 of 255 = 87%

186
213
223

R + G + B ~ 81%. #BAD5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 213 + 223 = 622 (100%)
R 186 of 622 ~ 29.9%
G 213 of 622 ~ 34.24%
B 223 of 622 ~ 35.85'%

%29.9
%34.24
%35.85

CMYK color model

#BAD5DF color CMYK value is (17,4,0,13).

  • cyan value is 16.59%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (17,4,0,13)
C17M4Y0K13 (17%, 4%, 0%, 13%)
(0.17 / 0.04 / 0.00 / 0.13)

CMYK percentages

%16.59
%4.48
%0
%12.55

Codes

Color #BAD5DF in popluar color models

BA D5 DF
RGB 186 213 223
HSL 196° 36.63% 80.20%
HSB/HSV 196° 16.59% 87.45%
CMYK 16.59% 4.48% 0.00%
12.55%

Color #BAD5DF in popluar number systems.

HEX BA D5 DF
Decimal 186 213 223
Binary 10111010 11010101 11011111
Octal 272 325 337

Shades and tints

Shades of #BAD5DF

#BAD5DF
(186,213,223)
#AAC2CB
(170,194,203)
#9AAFB7
(154,175,183)
#8A9CA3
(138,156,163)
#7A898F
(122,137,143)
#6A767B
(106,118,123)
#5A6367
(90,99,103)
#4A5053
(74,80,83)
#3A3D3F
(58,61,63)
#2A2A2B
(42,42,43)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #BAD5DF

#BAD5DF
(186,213,223)
#C0D8E1
(192,216,225)
#C6DBE3
(198,219,227)
#CCDEE5
(204,222,229)
#D2E1E7
(210,225,231)
#D8E4E9
(216,228,233)
#DEE7EB
(222,231,235)
#E4EAED
(228,234,237)
#EAEDEF
(234,237,239)
#F0F0F1
(240,240,241)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD5DF color. Also use rgb(186,213,223) instead hex code.

Text Font Color

.myTextColor { color: #BAD5DF; }

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

This text font color is #BAD5DF.

Background Color

.myBgColor { background-color: #BAD5DF; }

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

This div background color is #BAD5DF.

Border color

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

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

This div border color is #BAD5DF.

Opacity

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

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

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

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

This text has shadow with #BAD5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD5DF.

Preview

Color preview on black background

This text has color #BAD5DF on black background.


Color preview on white background

This text has color #BAD5DF on white background.


Black color preview on #BAD5DF background

This text has black color on #BAD5DF background.


White color preview on #BAD5DF background

This text has white color on #BAD5DF background.


Related colors

Complementary color

Complementary color for #hex is #452A20.


I love getcolorcode.com

Triadic colors

1 #DFBAD5 and #D5DFBA with #BAD5DF are triadic colors.

2 #DFD5BA and #D5BADF with #BAD5DF are triadic colors.