COLOR #BAD2E7

HEX: #BAD2E7
RGB: (186,210,231)

Color info

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

RGB color model

#BAD2E7 color RGB value is (186,210,231).

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

RGB channels and saturation

R 186 of 255 = 73%
G 210 of 255 = 82%
B 231 of 255 = 91%

186
210
231

R + G + B ~ 82%. #BAD2E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 210 + 231 = 627 (100%)
R 186 of 627 ~ 29.67%
G 210 of 627 ~ 33.49%
B 231 of 627 ~ 36.84%

%29.67
%33.49
%36.84

CMYK color model

#BAD2E7 color CMYK value is (19,9,0,9).

  • cyan value is 19.48%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,9,0,9)
C19M9Y0K9 
(19%,9%,0%,9%)
(0.19/0.09/0.00/0.09)	

CMYK percentages

%19.48
%9.09
%0
%9.41

Codes

Color #BAD2E7 in popluar color models

BAD2E7
RGB186210231
HSL208°48.39%81.76%
HSB/HSV208°19.48%90.59%
CMYK19.48%9.09%0.00%
9.41%

Color #BAD2E7 in popluar number systems.

HEXBAD2E7
Decimal186210231
Binary101110101101001011100111
Octal272322347

Shades and tints

Shades of #BAD2E7

#BAD2E7
(186,210,231)
#AABFD2
(170,191,210)
#9AACBD
(154,172,189)
#8A99A8
(138,153,168)
#7A8693
(122,134,147)
#6A737E
(106,115,126)
#5A6069
(90,96,105)
#4A4D54
(74,77,84)
#3A3A3F
(58,58,63)
#2A272A
(42,39,42)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #BAD2E7

#BAD2E7
(186,210,231)
#C0D6E9
(192,214,233)
#C6DAEB
(198,218,235)
#CCDEED
(204,222,237)
#D2E2EF
(210,226,239)
#D8E6F1
(216,230,241)
#DEEAF3
(222,234,243)
#E4EEF5
(228,238,245)
#EAF2F7
(234,242,247)
#F0F6F9
(240,246,249)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD2E7; }

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

This text font color is #BAD2E7.


Background Color

.myBgColor { background-color: #BAD2E7; }

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

This div background color is #BAD2E7.


Border color

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

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

This div border color is #BAD2E7.


Opacity

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

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

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

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

This text has shadow with #BAD2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD2E7 on black background.


Color preview on white background

This text has color #BAD2E7 on white background.



Black color preview on #BAD2E7 background

This text has black color on #BAD2E7 background.


White color preview on #BAD2E7 background

This text has white color on #BAD2E7 background.