COLOR #BAD2CA

HEX: #BAD2CA
RGB: (186,210,202)

Color info

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

RGB color model

#BAD2CA color RGB value is (186,210,202).

  • red value is 186;
  • green value is 210;
  • blue value is 202.
RGB:
(186,210,202)
(73%,82%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 202 of 255 = 79%

186
210
202

R + G + B ~ 78%. #BAD2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 202 = 598 (100%)
R 186 of 598 ~ 31.1%
G 210 of 598 ~ 35.12%
B 202 of 598 ~ 33.78%

%31.1
%35.12
%33.78

CMYK color model

#BAD2CA color CMYK value is (11,0,4,18).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(11,0,4,18)
C11M0Y4K18 
(11%,0%,4%,18%)
(0.11/0.00/0.04/0.18)	

CMYK percentages

%11.43
%0
%3.81
%17.65

Codes

Color #BAD2CA in popluar color models

BAD2CA
RGB186210202
HSL160°21.05%77.65%
HSB/HSV160°11.43%82.35%
CMYK11.43%0.00%3.81%
17.65%

Color #BAD2CA in popluar number systems.

HEXBAD2CA
Decimal186210202
Binary101110101101001011001010
Octal272322312

Shades and tints

Shades of #BAD2CA

#BAD2CA
(186,210,202)
#AABFB8
(170,191,184)
#9AACA6
(154,172,166)
#8A9994
(138,153,148)
#7A8682
(122,134,130)
#6A7370
(106,115,112)
#5A605E
(90,96,94)
#4A4D4C
(74,77,76)
#3A3A3A
(58,58,58)
#2A2728
(42,39,40)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #BAD2CA

#BAD2CA
(186,210,202)
#C0D6CE
(192,214,206)
#C6DAD2
(198,218,210)
#CCDED6
(204,222,214)
#D2E2DA
(210,226,218)
#D8E6DE
(216,230,222)
#DEEAE2
(222,234,226)
#E4EEE6
(228,238,230)
#EAF2EA
(234,242,234)
#F0F6EE
(240,246,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2CA; }

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

This text font color is #BAD2CA.


Background Color

.myBgColor { background-color: #BAD2CA; }

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

This div background color is #BAD2CA.


Border color

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

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

This div border color is #BAD2CA.


Opacity

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

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

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

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

This text has shadow with #BAD2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2CA on black background.


Color preview on white background

This text has color #BAD2CA on white background.



Black color preview on #BAD2CA background

This text has black color on #BAD2CA background.


White color preview on #BAD2CA background

This text has white color on #BAD2CA background.