COLOR #BAD8DE

HEX: #BAD8DE RGB: (186,216,222)

Color info

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

RGB color model

#BAD8DE color RGB value is (186,216,222).

RGB: (186,216,222) (73%, 85%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 216 of 255 = 85%
B 222 of 255 = 87%

186
216
222

R + G + B ~ 82%. #BAD8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 216 + 222 = 624 (100%)
R 186 of 624 ~ 29.81%
G 216 of 624 ~ 34.62%
B 222 of 624 ~ 35.58'%

%29.81
%34.62
%35.58

CMYK color model

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

  • cyan value is 16.22%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (16,3,0,13) C16M3Y0K13 (16%,3%,0%,13%) (0.16/0.03/0.00/0.13) 

CMYK percentages

%16.22
%2.7
%0
%12.94

Codes

Color #BAD8DE in popluar color models

BA D8 DE
RGB 186 216 222
HSL 190° 35.29% 80.00%
HSB/HSV 190° 16.22% 87.06%
CMYK 16.22% 2.70% 0.00%
12.94%

Color #BAD8DE in popluar number systems.

HEX BA D8 DE
Decimal 186 216 222
Binary 10111010 11011000 11011110
Octal 272 330 336

Shades and tints

Shades of #BAD8DE

#BAD8DE
(186,216,222)
#AAC5CA
(170,197,202)
#9AB2B6
(154,178,182)
#8A9FA2
(138,159,162)
#7A8C8E
(122,140,142)
#6A797A
(106,121,122)
#5A6666
(90,102,102)
#4A5352
(74,83,82)
#3A403E
(58,64,62)
#2A2D2A
(42,45,42)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #BAD8DE

#BAD8DE
(186,216,222)
#C0DBE1
(192,219,225)
#C6DEE4
(198,222,228)
#CCE1E7
(204,225,231)
#D2E4EA
(210,228,234)
#D8E7ED
(216,231,237)
#DEEAF0
(222,234,240)
#E4EDF3
(228,237,243)
#EAF0F6
(234,240,246)
#F0F3F9
(240,243,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD8DE color. Also use rgb(186,216,222) instead hex code.

Text Font Color

.myTextColor { color: #BAD8DE; }

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

This text font color is #BAD8DE.

Background Color

.myBgColor { background-color: #BAD8DE; }

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

This div background color is #BAD8DE.

Border color

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

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

This div border color is #BAD8DE.

Opacity

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

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

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

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

This text has shadow with #BAD8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD8DE.

Preview

Color preview on black background

This text has color #BAD8DE on black background.


Color preview on white background

This text has color #BAD8DE on white background.


Black color preview on #BAD8DE background

This text has black color on #BAD8DE background.


White color preview on #BAD8DE background

This text has white color on #BAD8DE background.


Related colors

Complementary color

Complementary color for #hex is #452721.


I love getcolorcode.com

Triadic colors

1 #DEBAD8 and #D8DEBA with #BAD8DE are triadic colors.

2 #DED8BA and #D8BADE with #BAD8DE are triadic colors.