COLOR #BAD2E3

HEX: #BAD2E3
RGB: (186,210,227)

Color info

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

RGB color model

#BAD2E3 color RGB value is (186,210,227).

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

RGB channels and saturation

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

186
210
227

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

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 227 = 623 (100%)
R 186 of 623 ~ 29.86%
G 210 of 623 ~ 33.71%
B 227 of 623 ~ 36.44%

%29.86
%33.71
%36.44

CMYK color model

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

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

CMYK percentages

%18.06
%7.49
%0
%10.98

Codes

Color #BAD2E3 in popluar color models

BAD2E3
RGB186210227
HSL205°42.27%80.98%
HSB/HSV205°18.06%89.02%
CMYK18.06%7.49%0.00%
10.98%

Color #BAD2E3 in popluar number systems.

HEXBAD2E3
Decimal186210227
Binary101110101101001011100011
Octal272322343

Shades and tints

Shades of #BAD2E3

#BAD2E3
(186,210,227)
#AABFCF
(170,191,207)
#9AACBB
(154,172,187)
#8A99A7
(138,153,167)
#7A8693
(122,134,147)
#6A737F
(106,115,127)
#5A606B
(90,96,107)
#4A4D57
(74,77,87)
#3A3A43
(58,58,67)
#2A272F
(42,39,47)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #BAD2E3

#BAD2E3
(186,210,227)
#C0D6E5
(192,214,229)
#C6DAE7
(198,218,231)
#CCDEE9
(204,222,233)
#D2E2EB
(210,226,235)
#D8E6ED
(216,230,237)
#DEEAEF
(222,234,239)
#E4EEF1
(228,238,241)
#EAF2F3
(234,242,243)
#F0F6F5
(240,246,245)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2E3; }

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

This text font color is #BAD2E3.


Background Color

.myBgColor { background-color: #BAD2E3; }

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

This div background color is #BAD2E3.


Border color

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

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

This div border color is #BAD2E3.


Opacity

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

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

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

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

This text has shadow with #BAD2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2E3 on black background.


Color preview on white background

This text has color #BAD2E3 on white background.



Black color preview on #BAD2E3 background

This text has black color on #BAD2E3 background.


White color preview on #BAD2E3 background

This text has white color on #BAD2E3 background.