COLOR #BAD3D8

HEX: #BAD3D8
RGB: (186,211,216)

Color info

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

RGB color model

#BAD3D8 color RGB value is (186,211,216).

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

RGB channels and saturation

R 186 of 255 = 73%
G 211 of 255 = 83%
B 216 of 255 = 85%

186
211
216

R + G + B ~ 80%. #BAD3D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 211 + 216 = 613 (100%)
R 186 of 613 ~ 30.34%
G 211 of 613 ~ 34.42%
B 216 of 613 ~ 35.24%

%30.34
%34.42
%35.24

CMYK color model

#BAD3D8 color CMYK value is (14,2,0,15).

  • cyan value is 13.89%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(14,2,0,15)
C14M2Y0K15 
(14%,2%,0%,15%)
(0.14/0.02/0.00/0.15)	

CMYK percentages

%13.89
%2.31
%0
%15.29

Codes

Color #BAD3D8 in popluar color models

BAD3D8
RGB186211216
HSL190°27.78%78.82%
HSB/HSV190°13.89%84.71%
CMYK13.89%2.31%0.00%
15.29%

Color #BAD3D8 in popluar number systems.

HEXBAD3D8
Decimal186211216
Binary101110101101001111011000
Octal272323330

Shades and tints

Shades of #BAD3D8

#BAD3D8
(186,211,216)
#AAC0C5
(170,192,197)
#9AADB2
(154,173,178)
#8A9A9F
(138,154,159)
#7A878C
(122,135,140)
#6A7479
(106,116,121)
#5A6166
(90,97,102)
#4A4E53
(74,78,83)
#3A3B40
(58,59,64)
#2A282D
(42,40,45)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #BAD3D8

#BAD3D8
(186,211,216)
#C0D7DB
(192,215,219)
#C6DBDE
(198,219,222)
#CCDFE1
(204,223,225)
#D2E3E4
(210,227,228)
#D8E7E7
(216,231,231)
#DEEBEA
(222,235,234)
#E4EFED
(228,239,237)
#EAF3F0
(234,243,240)
#F0F7F3
(240,247,243)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD3D8; }

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

This text font color is #BAD3D8.


Background Color

.myBgColor { background-color: #BAD3D8; }

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

This div background color is #BAD3D8.


Border color

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

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

This div border color is #BAD3D8.


Opacity

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

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

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

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

This text has shadow with #BAD3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD3D8 on black background.


Color preview on white background

This text has color #BAD3D8 on white background.



Black color preview on #BAD3D8 background

This text has black color on #BAD3D8 background.


White color preview on #BAD3D8 background

This text has white color on #BAD3D8 background.