COLOR #BAD4DD

HEX: #BAD4DD RGB: (186,212,221)

Color info

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

RGB color model

#BAD4DD color RGB value is (186,212,221).

RGB: (186,212,221) (73%, 83%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 212 of 255 = 83%
B 221 of 255 = 87%

186
212
221

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

Portions of RGB colors in percentages

R + G + B = 186 + 212 + 221 = 619 (100%)
R 186 of 619 ~ 30.05%
G 212 of 619 ~ 34.25%
B 221 of 619 ~ 35.7'%

%30.05
%34.25
%35.7

CMYK color model

#BAD4DD color CMYK value is (16,4,0,13).

  • cyan value is 15.84%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (16,4,0,13)
C16M4Y0K13 (16%, 4%, 0%, 13%)
(0.16 / 0.04 / 0.00 / 0.13)

CMYK percentages

%15.84
%4.07
%0
%13.33

Codes

Color #BAD4DD in popluar color models

BA D4 DD
RGB 186 212 221
HSL 195° 33.98% 79.80%
HSB/HSV 195° 15.84% 86.67%
CMYK 15.84% 4.07% 0.00%
13.33%

Color #BAD4DD in popluar number systems.

HEX BA D4 DD
Decimal 186 212 221
Binary 10111010 11010100 11011101
Octal 272 324 335

Shades and tints

Shades of #BAD4DD

#BAD4DD
(186,212,221)
#AAC1C9
(170,193,201)
#9AAEB5
(154,174,181)
#8A9BA1
(138,155,161)
#7A888D
(122,136,141)
#6A7579
(106,117,121)
#5A6265
(90,98,101)
#4A4F51
(74,79,81)
#3A3C3D
(58,60,61)
#2A2929
(42,41,41)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #BAD4DD

#BAD4DD
(186,212,221)
#C0D7E0
(192,215,224)
#C6DAE3
(198,218,227)
#CCDDE6
(204,221,230)
#D2E0E9
(210,224,233)
#D8E3EC
(216,227,236)
#DEE6EF
(222,230,239)
#E4E9F2
(228,233,242)
#EAECF5
(234,236,245)
#F0EFF8
(240,239,248)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD4DD color. Also use rgb(186,212,221) instead hex code.

Text Font Color

.myTextColor { color: #BAD4DD; }

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

This text font color is #BAD4DD.

Background Color

.myBgColor { background-color: #BAD4DD; }

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

This div background color is #BAD4DD.

Border color

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

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

This div border color is #BAD4DD.

Opacity

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

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

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

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

This text has shadow with #BAD4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD4DD.

Preview

Color preview on black background

This text has color #BAD4DD on black background.


Color preview on white background

This text has color #BAD4DD on white background.


Black color preview on #BAD4DD background

This text has black color on #BAD4DD background.


White color preview on #BAD4DD background

This text has white color on #BAD4DD background.


Related colors

Complementary color

Complementary color for #hex is #452B22.


I love getcolorcode.com

Triadic colors

1 #DDBAD4 and #D4DDBA with #BAD4DD are triadic colors.

2 #DDD4BA and #D4BADD with #BAD4DD are triadic colors.