COLOR #BAD2E2

HEX: #BAD2E2
RGB: (186,210,226)

Color info

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

RGB color model

#BAD2E2 color RGB value is (186,210,226).

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

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 226 of 255 = 89%

186
210
226

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

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 226 = 622 (100%)
R 186 of 622 ~ 29.9%
G 210 of 622 ~ 33.76%
B 226 of 622 ~ 36.33%

%29.9
%33.76
%36.33

CMYK color model

#BAD2E2 color CMYK value is (18,7,0,11).

  • cyan value is 17.70%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(18,7,0,11)
C18M7Y0K11 
(18%,7%,0%,11%)
(0.18/0.07/0.00/0.11)	

CMYK percentages

%17.7
%7.08
%0
%11.37

Codes

Color #BAD2E2 in popluar color models

BAD2E2
RGB186210226
HSL204°40.82%80.78%
HSB/HSV204°17.70%88.63%
CMYK17.70%7.08%0.00%
11.37%

Color #BAD2E2 in popluar number systems.

HEXBAD2E2
Decimal186210226
Binary101110101101001011100010
Octal272322342

Shades and tints

Shades of #BAD2E2

#BAD2E2
(186,210,226)
#AABFCE
(170,191,206)
#9AACBA
(154,172,186)
#8A99A6
(138,153,166)
#7A8692
(122,134,146)
#6A737E
(106,115,126)
#5A606A
(90,96,106)
#4A4D56
(74,77,86)
#3A3A42
(58,58,66)
#2A272E
(42,39,46)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #BAD2E2

#BAD2E2
(186,210,226)
#C0D6E4
(192,214,228)
#C6DAE6
(198,218,230)
#CCDEE8
(204,222,232)
#D2E2EA
(210,226,234)
#D8E6EC
(216,230,236)
#DEEAEE
(222,234,238)
#E4EEF0
(228,238,240)
#EAF2F2
(234,242,242)
#F0F6F4
(240,246,244)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2E2; }

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

This text font color is #BAD2E2.


Background Color

.myBgColor { background-color: #BAD2E2; }

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

This div background color is #BAD2E2.


Border color

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

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

This div border color is #BAD2E2.


Opacity

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

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

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

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

This text has shadow with #BAD2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2E2 on black background.


Color preview on white background

This text has color #BAD2E2 on white background.



Black color preview on #BAD2E2 background

This text has black color on #BAD2E2 background.


White color preview on #BAD2E2 background

This text has white color on #BAD2E2 background.