COLOR #BAD6D6

HEX: #BAD6D6
RGB: (186,214,214)

Color info

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

RGB color model

#BAD6D6 color RGB value is (186,214,214).

  • red value is 186;
  • green value is 214;
  • blue value is 214.
RGB:
(186,214,214)
(73%,84%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 214 of 255 = 84%
B 214 of 255 = 84%

186
214
214

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

Portions of RGB colors in percentages

R + G + B =
186 + 214 + 214 = 614 (100%)
R 186 of 614 ~ 30.29%
G 214 of 614 ~ 34.85%
B 214 of 614 ~ 34.85%

%30.29
%34.85
%34.85

CMYK color model

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

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(13,0,0,16)
C13M0Y0K16 
(13%,0%,0%,16%)
(0.13/0.00/0.00/0.16)	

CMYK percentages

%13.08
%0
%0
%16.08

Codes

Color #BAD6D6 in popluar color models

BAD6D6
RGB186214214
HSL180°25.45%78.43%
HSB/HSV180°13.08%83.92%
CMYK13.08%0.00%0.00%
16.08%

Color #BAD6D6 in popluar number systems.

HEXBAD6D6
Decimal186214214
Binary101110101101011011010110
Octal272326326

Shades and tints

Shades of #BAD6D6

#BAD6D6
(186,214,214)
#AAC3C3
(170,195,195)
#9AB0B0
(154,176,176)
#8A9D9D
(138,157,157)
#7A8A8A
(122,138,138)
#6A7777
(106,119,119)
#5A6464
(90,100,100)
#4A5151
(74,81,81)
#3A3E3E
(58,62,62)
#2A2B2B
(42,43,43)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #BAD6D6

#BAD6D6
(186,214,214)
#C0D9D9
(192,217,217)
#C6DCDC
(198,220,220)
#CCDFDF
(204,223,223)
#D2E2E2
(210,226,226)
#D8E5E5
(216,229,229)
#DEE8E8
(222,232,232)
#E4EBEB
(228,235,235)
#EAEEEE
(234,238,238)
#F0F1F1
(240,241,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD6D6; }

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

This text font color is #BAD6D6.


Background Color

.myBgColor { background-color: #BAD6D6; }

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

This div background color is #BAD6D6.


Border color

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

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

This div border color is #BAD6D6.


Opacity

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

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

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

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

This text has shadow with #BAD6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD6D6 on black background.


Color preview on white background

This text has color #BAD6D6 on white background.



Black color preview on #BAD6D6 background

This text has black color on #BAD6D6 background.


White color preview on #BAD6D6 background

This text has white color on #BAD6D6 background.