COLOR #BAD3DE

HEX: #BAD3DE
RGB: (186,211,222)

Color info

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

RGB color model

#BAD3DE color RGB value is (186,211,222).

  • red value is 186;
  • green value is 211;
  • blue value is 222.
RGB:
(186,211,222)
(73%,83%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 211 of 255 = 83%
B 222 of 255 = 87%

186
211
222

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

Portions of RGB colors in percentages

R + G + B =
186 + 211 + 222 = 619 (100%)
R 186 of 619 ~ 30.05%
G 211 of 619 ~ 34.09%
B 222 of 619 ~ 35.86%

%30.05
%34.09
%35.86

CMYK color model

#BAD3DE color CMYK value is (16,5,0,13).

  • cyan value is 16.22%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(16,5,0,13)
C16M5Y0K13 
(16%,5%,0%,13%)
(0.16/0.05/0.00/0.13)	

CMYK percentages

%16.22
%4.95
%0
%12.94

Codes

Color #BAD3DE in popluar color models

BAD3DE
RGB186211222
HSL198°35.29%80.00%
HSB/HSV198°16.22%87.06%
CMYK16.22%4.95%0.00%
12.94%

Color #BAD3DE in popluar number systems.

HEXBAD3DE
Decimal186211222
Binary101110101101001111011110
Octal272323336

Shades and tints

Shades of #BAD3DE

#BAD3DE
(186,211,222)
#AAC0CA
(170,192,202)
#9AADB6
(154,173,182)
#8A9AA2
(138,154,162)
#7A878E
(122,135,142)
#6A747A
(106,116,122)
#5A6166
(90,97,102)
#4A4E52
(74,78,82)
#3A3B3E
(58,59,62)
#2A282A
(42,40,42)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #BAD3DE

#BAD3DE
(186,211,222)
#C0D7E1
(192,215,225)
#C6DBE4
(198,219,228)
#CCDFE7
(204,223,231)
#D2E3EA
(210,227,234)
#D8E7ED
(216,231,237)
#DEEBF0
(222,235,240)
#E4EFF3
(228,239,243)
#EAF3F6
(234,243,246)
#F0F7F9
(240,247,249)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD3DE; }

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

This text font color is #BAD3DE.


Background Color

.myBgColor { background-color: #BAD3DE; }

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

This div background color is #BAD3DE.


Border color

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

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

This div border color is #BAD3DE.


Opacity

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

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

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

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

This text has shadow with #BAD3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD3DE on black background.


Color preview on white background

This text has color #BAD3DE on white background.



Black color preview on #BAD3DE background

This text has black color on #BAD3DE background.


White color preview on #BAD3DE background

This text has white color on #BAD3DE background.