COLOR #BAD5DC

HEX: #BAD5DC RGB: (186,213,220)

Color info

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

RGB color model

#BAD5DC color RGB value is (186,213,220).

RGB: (186,213,220) (73%, 84%, 86%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 220 of 255 = 86%

186
213
220

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

Portions of RGB colors in percentages

R + G + B = 186 + 213 + 220 = 619 (100%)
R 186 of 619 ~ 30.05%
G 213 of 619 ~ 34.41%
B 220 of 619 ~ 35.54'%

%30.05
%34.41
%35.54

CMYK color model

#BAD5DC color CMYK value is (15,3,0,14).

  • cyan value is 15.45%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (15,3,0,14) C15M3Y0K14 (15%,3%,0%,14%) (0.15/0.03/0.00/0.14) 

CMYK percentages

%15.45
%3.18
%0
%13.73

Codes

Color #BAD5DC in popluar color models

BA D5 DC
RGB 186 213 220
HSL 192° 32.69% 79.61%
HSB/HSV 192° 15.45% 86.27%
CMYK 15.45% 3.18% 0.00%
13.73%

Color #BAD5DC in popluar number systems.

HEX BA D5 DC
Decimal 186 213 220
Binary 10111010 11010101 11011100
Octal 272 325 334

Shades and tints

Shades of #BAD5DC

#BAD5DC
(186,213,220)
#AAC2C8
(170,194,200)
#9AAFB4
(154,175,180)
#8A9CA0
(138,156,160)
#7A898C
(122,137,140)
#6A7678
(106,118,120)
#5A6364
(90,99,100)
#4A5050
(74,80,80)
#3A3D3C
(58,61,60)
#2A2A28
(42,42,40)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #BAD5DC

#BAD5DC
(186,213,220)
#C0D8DF
(192,216,223)
#C6DBE2
(198,219,226)
#CCDEE5
(204,222,229)
#D2E1E8
(210,225,232)
#D8E4EB
(216,228,235)
#DEE7EE
(222,231,238)
#E4EAF1
(228,234,241)
#EAEDF4
(234,237,244)
#F0F0F7
(240,240,247)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD5DC; }

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

This text font color is #BAD5DC.

Background Color

.myBgColor { background-color: #BAD5DC; }

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

This div background color is #BAD5DC.

Border color

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

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

This div border color is #BAD5DC.

Opacity

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

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

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

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

This text has shadow with #BAD5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD5DC.

Preview

Color preview on black background

This text has color #BAD5DC on black background.


Color preview on white background

This text has color #BAD5DC on white background.


Black color preview on #BAD5DC background

This text has black color on #BAD5DC background.


White color preview on #BAD5DC background

This text has white color on #BAD5DC background.


Related colors

Complementary color

Complementary color for #hex is #452A23.


I love getcolorcode.com

Triadic colors

1 #DCBAD5 and #D5DCBA with #BAD5DC are triadic colors.

2 #DCD5BA and #D5BADC with #BAD5DC are triadic colors.