COLOR #BADADB

HEX: #BADADB RGB: (186,218,219)

Color info

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

RGB color model

#BADADB color RGB value is (186,218,219).

RGB: (186,218,219) (73%, 85%, 86%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 219 of 255 = 86%

186
218
219

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

Portions of RGB colors in percentages

R + G + B = 186 + 218 + 219 = 623 (100%)
R 186 of 623 ~ 29.86%
G 218 of 623 ~ 34.99%
B 219 of 623 ~ 35.15'%

%29.86
%34.99
%35.15

CMYK color model

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

  • cyan value is 15.07%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (15,0,0,14)
C15M0Y0K14 (15%, 0%, 0%, 14%)
(0.15 / 0.00 / 0.00 / 0.14)

CMYK percentages

%15.07
%0.46
%0
%14.12

Codes

Color #BADADB in popluar color models

BA DA DB
RGB 186 218 219
HSL 182° 31.43% 79.41%
HSB/HSV 182° 15.07% 85.88%
CMYK 15.07% 0.46% 0.00%
14.12%

Color #BADADB in popluar number systems.

HEX BA DA DB
Decimal 186 218 219
Binary 10111010 11011010 11011011
Octal 272 332 333

Shades and tints

Shades of #BADADB

#BADADB
(186,218,219)
#AAC7C8
(170,199,200)
#9AB4B5
(154,180,181)
#8AA1A2
(138,161,162)
#7A8E8F
(122,142,143)
#6A7B7C
(106,123,124)
#5A6869
(90,104,105)
#4A5556
(74,85,86)
#3A4243
(58,66,67)
#2A2F30
(42,47,48)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #BADADB

#BADADB
(186,218,219)
#C0DDDE
(192,221,222)
#C6E0E1
(198,224,225)
#CCE3E4
(204,227,228)
#D2E6E7
(210,230,231)
#D8E9EA
(216,233,234)
#DEECED
(222,236,237)
#E4EFF0
(228,239,240)
#EAF2F3
(234,242,243)
#F0F5F6
(240,245,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADADB; }

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

This text font color is #BADADB.

Background Color

.myBgColor { background-color: #BADADB; }

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

This div background color is #BADADB.

Border color

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

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

This div border color is #BADADB.

Opacity

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

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

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

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

This text has shadow with #BADADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADADB.

Preview

Color preview on black background

This text has color #BADADB on black background.


Color preview on white background

This text has color #BADADB on white background.


Black color preview on #BADADB background

This text has black color on #BADADB background.


White color preview on #BADADB background

This text has white color on #BADADB background.


Related colors

Complementary color

Complementary color for #hex is #452524.


I love getcolorcode.com

Triadic colors

1 #DBBADA and #DADBBA with #BADADB are triadic colors.

2 #DBDABA and #DABADB with #BADADB are triadic colors.