COLOR #BADAD0

HEX: #BADAD0
RGB: (186,218,208)

Color info

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

RGB color model

#BADAD0 color RGB value is (186,218,208).

  • red value is 186;
  • green value is 218;
  • blue value is 208.
RGB:
(186,218,208)
(73%,85%,82%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 208 of 255 = 82%

186
218
208

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

Portions of RGB colors in percentages

R + G + B =
186 + 218 + 208 = 612 (100%)
R 186 of 612 ~ 30.39%
G 218 of 612 ~ 35.62%
B 208 of 612 ~ 33.99%

%30.39
%35.62
%33.99

CMYK color model

#BADAD0 color CMYK value is (15,0,5,15).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 14.51%
CMYK:
(15,0,5,15)
C15M0Y5K15 
(15%,0%,5%,15%)
(0.15/0.00/0.05/0.15)	

CMYK percentages

%14.68
%0
%4.59
%14.51

Codes

Color #BADAD0 in popluar color models

BADAD0
RGB186218208
HSL161°30.19%79.22%
HSB/HSV161°14.68%85.49%
CMYK14.68%0.00%4.59%
14.51%

Color #BADAD0 in popluar number systems.

HEXBADAD0
Decimal186218208
Binary101110101101101011010000
Octal272332320

Shades and tints

Shades of #BADAD0

#BADAD0
(186,218,208)
#AAC7BE
(170,199,190)
#9AB4AC
(154,180,172)
#8AA19A
(138,161,154)
#7A8E88
(122,142,136)
#6A7B76
(106,123,118)
#5A6864
(90,104,100)
#4A5552
(74,85,82)
#3A4240
(58,66,64)
#2A2F2E
(42,47,46)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #BADAD0

#BADAD0
(186,218,208)
#C0DDD4
(192,221,212)
#C6E0D8
(198,224,216)
#CCE3DC
(204,227,220)
#D2E6E0
(210,230,224)
#D8E9E4
(216,233,228)
#DEECE8
(222,236,232)
#E4EFEC
(228,239,236)
#EAF2F0
(234,242,240)
#F0F5F4
(240,245,244)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADAD0; }

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

This text font color is #BADAD0.


Background Color

.myBgColor { background-color: #BADAD0; }

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

This div background color is #BADAD0.


Border color

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

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

This div border color is #BADAD0.


Opacity

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

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

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

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

This text has shadow with #BADAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BADAD0 on black background.


Color preview on white background

This text has color #BADAD0 on white background.



Black color preview on #BADAD0 background

This text has black color on #BADAD0 background.


White color preview on #BADAD0 background

This text has white color on #BADAD0 background.