COLOR #BAD5DB

HEX: #BAD5DB RGB: (186,213,219)

Color info

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

RGB color model

#BAD5DB color RGB value is (186,213,219).

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

RGB channels and saturation

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

186
213
219

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

Portions of RGB colors in percentages

R + G + B = 186 + 213 + 219 = 618 (100%)
R 186 of 618 ~ 30.1%
G 213 of 618 ~ 34.47%
B 219 of 618 ~ 35.44'%

%30.1
%34.47
%35.44

CMYK color model

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

  • cyan value is 15.07%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,3,0,14)
C15M3Y0K14 (15%, 3%, 0%, 14%)
(0.15 / 0.03 / 0.00 / 0.14)

CMYK percentages

%15.07
%2.74
%0
%14.12

Codes

Color #BAD5DB in popluar color models

BA D5 DB
RGB 186 213 219
HSL 191° 31.43% 79.41%
HSB/HSV 191° 15.07% 85.88%
CMYK 15.07% 2.74% 0.00%
14.12%

Color #BAD5DB in popluar number systems.

HEX BA D5 DB
Decimal 186 213 219
Binary 10111010 11010101 11011011
Octal 272 325 333

Shades and tints

Shades of #BAD5DB

#BAD5DB
(186,213,219)
#AAC2C8
(170,194,200)
#9AAFB5
(154,175,181)
#8A9CA2
(138,156,162)
#7A898F
(122,137,143)
#6A767C
(106,118,124)
#5A6369
(90,99,105)
#4A5056
(74,80,86)
#3A3D43
(58,61,67)
#2A2A30
(42,42,48)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #BAD5DB

#BAD5DB
(186,213,219)
#C0D8DE
(192,216,222)
#C6DBE1
(198,219,225)
#CCDEE4
(204,222,228)
#D2E1E7
(210,225,231)
#D8E4EA
(216,228,234)
#DEE7ED
(222,231,237)
#E4EAF0
(228,234,240)
#EAEDF3
(234,237,243)
#F0F0F6
(240,240,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD5DB; }

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

This text font color is #BAD5DB.

Background Color

.myBgColor { background-color: #BAD5DB; }

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

This div background color is #BAD5DB.

Border color

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

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

This div border color is #BAD5DB.

Opacity

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

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

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

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

This text has shadow with #BAD5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD5DB.

Preview

Color preview on black background

This text has color #BAD5DB on black background.


Color preview on white background

This text has color #BAD5DB on white background.


Black color preview on #BAD5DB background

This text has black color on #BAD5DB background.


White color preview on #BAD5DB background

This text has white color on #BAD5DB background.


Related colors

Complementary color

Complementary color for #hex is #452A24.


I love getcolorcode.com

Triadic colors

1 #DBBAD5 and #D5DBBA with #BAD5DB are triadic colors.

2 #DBD5BA and #D5BADB with #BAD5DB are triadic colors.