COLOR #BAD1E8

HEX: #BAD1E8
RGB: (186,209,232)

Color info

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

RGB color model

#BAD1E8 color RGB value is (186,209,232).

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

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 232 of 255 = 91%

186
209
232

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

Portions of RGB colors in percentages

R + G + B =
186 + 209 + 232 = 627 (100%)
R 186 of 627 ~ 29.67%
G 209 of 627 ~ 33.33%
B 232 of 627 ~ 37%

%29.67
%33.33
%37

CMYK color model

#BAD1E8 color CMYK value is (20,10,0,9).

  • cyan value is 19.83%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (20,10,0,9) C20M10Y0K9 (20%,10%,0%,9%) (0.20/0.10/0.00/0.09)

CMYK percentages

%19.83
%9.91
%0
%9.02

Codes

Color #BAD1E8 in popluar color models

BAD1E8
RGB186209232
HSL210°50.00%81.96%
HSB/HSV210°19.83%90.98%
CMYK19.83%9.91%0.00%
9.02%

Color #BAD1E8 in popluar number systems.

HEXBAD1E8
Decimal186209232
Binary101110101101000111101000
Octal272321350

Shades and tints

Shades of #BAD1E8

#BAD1E8
(186,209,232)
#AABED3
(170,190,211)
#9AABBE
(154,171,190)
#8A98A9
(138,152,169)
#7A8594
(122,133,148)
#6A727F
(106,114,127)
#5A5F6A
(90,95,106)
#4A4C55
(74,76,85)
#3A3940
(58,57,64)
#2A262B
(42,38,43)
#1A1316
(26,19,22)
#000000
(0,0,0)

Tints of #BAD1E8

#BAD1E8
(186,209,232)
#C0D5EA
(192,213,234)
#C6D9EC
(198,217,236)
#CCDDEE
(204,221,238)
#D2E1F0
(210,225,240)
#D8E5F2
(216,229,242)
#DEE9F4
(222,233,244)
#E4EDF6
(228,237,246)
#EAF1F8
(234,241,248)
#F0F5FA
(240,245,250)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD1E8 color. Also use rgb(186,209,232) instead hex code.

Text Font Color

.myTextColor { color: #BAD1E8; }

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

This text font color is #BAD1E8.


Background Color

.myBgColor { background-color: #BAD1E8; }

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

This div background color is #BAD1E8.


Border color

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

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

This div border color is #BAD1E8.


Opacity

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

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

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

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

This text has shadow with #BAD1E8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BAD1E8 on black background.


Color preview on white background

This text has color #BAD1E8 on white background.



Black color preview on #BAD1E8 background

This text has black color on #BAD1E8 background.


White color preview on #BAD1E8 background

This text has white color on #BAD1E8 background.