COLOR #BAD3DC

HEX: #BAD3DC RGB: (186,211,220)

Color info

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

RGB color model

#BAD3DC color RGB value is (186,211,220).

RGB: (186,211,220) (73%, 83%, 86%)

RGB channels and saturation

R 186 of 255 = 73%
G 211 of 255 = 83%
B 220 of 255 = 86%

186
211
220

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

Portions of RGB colors in percentages

R + G + B = 186 + 211 + 220 = 617 (100%)
R 186 of 617 ~ 30.15%
G 211 of 617 ~ 34.2%
B 220 of 617 ~ 35.66'%

%30.15
%34.2
%35.66

CMYK color model

#BAD3DC color CMYK value is (15,4,0,14).

  • cyan value is 15.45%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (15,4,0,14)
C15M4Y0K14 (15%, 4%, 0%, 14%)
(0.15 / 0.04 / 0.00 / 0.14)

CMYK percentages

%15.45
%4.09
%0
%13.73

Codes

Color #BAD3DC in popluar color models

BA D3 DC
RGB 186 211 220
HSL 196° 32.69% 79.61%
HSB/HSV 196° 15.45% 86.27%
CMYK 15.45% 4.09% 0.00%
13.73%

Color #BAD3DC in popluar number systems.

HEX BA D3 DC
Decimal 186 211 220
Binary 10111010 11010011 11011100
Octal 272 323 334

Shades and tints

Shades of #BAD3DC

#BAD3DC
(186,211,220)
#AAC0C8
(170,192,200)
#9AADB4
(154,173,180)
#8A9AA0
(138,154,160)
#7A878C
(122,135,140)
#6A7478
(106,116,120)
#5A6164
(90,97,100)
#4A4E50
(74,78,80)
#3A3B3C
(58,59,60)
#2A2828
(42,40,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAD3DC

#BAD3DC
(186,211,220)
#C0D7DF
(192,215,223)
#C6DBE2
(198,219,226)
#CCDFE5
(204,223,229)
#D2E3E8
(210,227,232)
#D8E7EB
(216,231,235)
#DEEBEE
(222,235,238)
#E4EFF1
(228,239,241)
#EAF3F4
(234,243,244)
#F0F7F7
(240,247,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD3DC; }

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

This text font color is #BAD3DC.

Background Color

.myBgColor { background-color: #BAD3DC; }

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

This div background color is #BAD3DC.

Border color

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

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

This div border color is #BAD3DC.

Opacity

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

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

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

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

This text has shadow with #BAD3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD3DC.

Preview

Color preview on black background

This text has color #BAD3DC on black background.


Color preview on white background

This text has color #BAD3DC on white background.


Black color preview on #BAD3DC background

This text has black color on #BAD3DC background.


White color preview on #BAD3DC background

This text has white color on #BAD3DC background.


Related colors

Complementary color

Complementary color for #hex is #452C23.


I love getcolorcode.com

Triadic colors

1 #DCBAD3 and #D3DCBA with #BAD3DC are triadic colors.

2 #DCD3BA and #D3BADC with #BAD3DC are triadic colors.