COLOR #BAD2ED

HEX: #BAD2ED
RGB: (186,210,237)

Color info

#BAD2ED contains red, green and blue colors in about the same proportion. Web safe color of #BAD2ED is #CCCCFF (or #CCF).

RGB color model

#BAD2ED color RGB value is (186,210,237).

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

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 237 of 255 = 93%

186
210
237

R + G + B ~ 83%. #BAD2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 237 = 633 (100%)
R 186 of 633 ~ 29.38%
G 210 of 633 ~ 33.18%
B 237 of 633 ~ 37.44%

%29.38
%33.18
%37.44

CMYK color model

#BAD2ED color CMYK value is (22,11,0,7).

  • cyan value is 21.52%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,11,0,7)
C22M11Y0K7 
(22%,11%,0%,7%)
(0.22/0.11/0.00/0.07)	

CMYK percentages

%21.52
%11.39
%0
%7.06

Codes

Color #BAD2ED in popluar color models

BAD2ED
RGB186210237
HSL212°58.62%82.94%
HSB/HSV212°21.52%92.94%
CMYK21.52%11.39%0.00%
7.06%

Color #BAD2ED in popluar number systems.

HEXBAD2ED
Decimal186210237
Binary101110101101001011101101
Octal272322355

Shades and tints

Shades of #BAD2ED

#BAD2ED
(186,210,237)
#AABFD8
(170,191,216)
#9AACC3
(154,172,195)
#8A99AE
(138,153,174)
#7A8699
(122,134,153)
#6A7384
(106,115,132)
#5A606F
(90,96,111)
#4A4D5A
(74,77,90)
#3A3A45
(58,58,69)
#2A2730
(42,39,48)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #BAD2ED

#BAD2ED
(186,210,237)
#C0D6EE
(192,214,238)
#C6DAEF
(198,218,239)
#CCDEF0
(204,222,240)
#D2E2F1
(210,226,241)
#D8E6F2
(216,230,242)
#DEEAF3
(222,234,243)
#E4EEF4
(228,238,244)
#EAF2F5
(234,242,245)
#F0F6F6
(240,246,246)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2ED; }

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

This text font color is #BAD2ED.


Background Color

.myBgColor { background-color: #BAD2ED; }

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

This div background color is #BAD2ED.


Border color

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

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

This div border color is #BAD2ED.


Opacity

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

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

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

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

This text has shadow with #BAD2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2ED on black background.


Color preview on white background

This text has color #BAD2ED on white background.



Black color preview on #BAD2ED background

This text has black color on #BAD2ED background.


White color preview on #BAD2ED background

This text has white color on #BAD2ED background.