COLOR #BAD0D5

HEX: #BAD0D5 RGB: (186,208,213)

Color info

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

RGB color model

#BAD0D5 color RGB value is (186,208,213).

RGB: (186,208,213) (73%, 82%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 208 of 255 = 82%
B 213 of 255 = 84%

186
208
213

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

Portions of RGB colors in percentages

R + G + B = 186 + 208 + 213 = 607 (100%)
R 186 of 607 ~ 30.64%
G 208 of 607 ~ 34.27%
B 213 of 607 ~ 35.09'%

%30.64
%34.27
%35.09

CMYK color model

#BAD0D5 color CMYK value is (13,2,0,16).

  • cyan value is 12.68%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (13,2,0,16)
C13M2Y0K16 (13%, 2%, 0%, 16%)
(0.13 / 0.02 / 0.00 / 0.16)

CMYK percentages

%12.68
%2.35
%0
%16.47

Codes

Color #BAD0D5 in popluar color models

BA D0 D5
RGB 186 208 213
HSL 191° 24.32% 78.24%
HSB/HSV 191° 12.68% 83.53%
CMYK 12.68% 2.35% 0.00%
16.47%

Color #BAD0D5 in popluar number systems.

HEX BA D0 D5
Decimal 186 208 213
Binary 10111010 11010000 11010101
Octal 272 320 325

Shades and tints

Shades of #BAD0D5

#BAD0D5
(186,208,213)
#AABEC2
(170,190,194)
#9AACAF
(154,172,175)
#8A9A9C
(138,154,156)
#7A8889
(122,136,137)
#6A7676
(106,118,118)
#5A6463
(90,100,99)
#4A5250
(74,82,80)
#3A403D
(58,64,61)
#2A2E2A
(42,46,42)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #BAD0D5

#BAD0D5
(186,208,213)
#C0D4D8
(192,212,216)
#C6D8DB
(198,216,219)
#CCDCDE
(204,220,222)
#D2E0E1
(210,224,225)
#D8E4E4
(216,228,228)
#DEE8E7
(222,232,231)
#E4ECEA
(228,236,234)
#EAF0ED
(234,240,237)
#F0F4F0
(240,244,240)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD0D5; }

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

This text font color is #BAD0D5.

Background Color

.myBgColor { background-color: #BAD0D5; }

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

This div background color is #BAD0D5.

Border color

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

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

This div border color is #BAD0D5.

Opacity

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

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

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

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

This text has shadow with #BAD0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD0D5.

Preview

Color preview on black background

This text has color #BAD0D5 on black background.


Color preview on white background

This text has color #BAD0D5 on white background.


Black color preview on #BAD0D5 background

This text has black color on #BAD0D5 background.


White color preview on #BAD0D5 background

This text has white color on #BAD0D5 background.


Related colors

Complementary color

Complementary color for #hex is #452F2A.


I love getcolorcode.com

Triadic colors

1 #D5BAD0 and #D0D5BA with #BAD0D5 are triadic colors.

2 #D5D0BA and #D0BAD5 with #BAD0D5 are triadic colors.