COLOR #BADADD

HEX: #BADADD RGB: (186,218,221)

Color info

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

RGB color model

#BADADD color RGB value is (186,218,221).

RGB: (186,218,221) (73%, 85%, 87%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 221 of 255 = 87%

186
218
221

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

Portions of RGB colors in percentages

R + G + B = 186 + 218 + 221 = 625 (100%)
R 186 of 625 ~ 29.76%
G 218 of 625 ~ 34.88%
B 221 of 625 ~ 35.36'%

%29.76
%34.88
%35.36

CMYK color model

#BADADD color CMYK value is (16,1,0,13).

  • cyan value is 15.84%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (16,1,0,13) C16M1Y0K13 (16%,1%,0%,13%) (0.16/0.01/0.00/0.13) 

CMYK percentages

%15.84
%1.36
%0
%13.33

Codes

Color #BADADD in popluar color models

BA DA DD
RGB 186 218 221
HSL 185° 33.98% 79.80%
HSB/HSV 185° 15.84% 86.67%
CMYK 15.84% 1.36% 0.00%
13.33%

Color #BADADD in popluar number systems.

HEX BA DA DD
Decimal 186 218 221
Binary 10111010 11011010 11011101
Octal 272 332 335

Shades and tints

Shades of #BADADD

#BADADD
(186,218,221)
#AAC7C9
(170,199,201)
#9AB4B5
(154,180,181)
#8AA1A1
(138,161,161)
#7A8E8D
(122,142,141)
#6A7B79
(106,123,121)
#5A6865
(90,104,101)
#4A5551
(74,85,81)
#3A423D
(58,66,61)
#2A2F29
(42,47,41)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #BADADD

#BADADD
(186,218,221)
#C0DDE0
(192,221,224)
#C6E0E3
(198,224,227)
#CCE3E6
(204,227,230)
#D2E6E9
(210,230,233)
#D8E9EC
(216,233,236)
#DEECEF
(222,236,239)
#E4EFF2
(228,239,242)
#EAF2F5
(234,242,245)
#F0F5F8
(240,245,248)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADADD; }

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

This text font color is #BADADD.

Background Color

.myBgColor { background-color: #BADADD; }

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

This div background color is #BADADD.

Border color

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

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

This div border color is #BADADD.

Opacity

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

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

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

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

This text has shadow with #BADADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADADD.

Preview

Color preview on black background

This text has color #BADADD on black background.


Color preview on white background

This text has color #BADADD on white background.


Black color preview on #BADADD background

This text has black color on #BADADD background.


White color preview on #BADADD background

This text has white color on #BADADD background.


Related colors

Complementary color

Complementary color for #hex is #452522.


I love getcolorcode.com

Triadic colors

1 #DDBADA and #DADDBA with #BADADD are triadic colors.

2 #DDDABA and #DABADD with #BADADD are triadic colors.