COLOR #BAD0E9

HEX: #BAD0E9
RGB: (186,208,233)

Color info

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

RGB color model

#BAD0E9 color RGB value is (186,208,233).

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

RGB channels and saturation

R 186 of 255 = 73%
G 208 of 255 = 82%
B 233 of 255 = 91%

186
208
233

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

Portions of RGB colors in percentages

R + G + B =
186 + 208 + 233 = 627 (100%)
R 186 of 627 ~ 29.67%
G 208 of 627 ~ 33.17%
B 233 of 627 ~ 37.16%

%29.67
%33.17
%37.16

CMYK color model

#BAD0E9 color CMYK value is (20,11,0,9).

  • cyan value is 20.17%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(20,11,0,9)
C20M11Y0K9 
(20%,11%,0%,9%)
(0.20/0.11/0.00/0.09)	

CMYK percentages

%20.17
%10.73
%0
%8.63

Codes

Color #BAD0E9 in popluar color models

BAD0E9
RGB186208233
HSL212°51.65%82.16%
HSB/HSV212°20.17%91.37%
CMYK20.17%10.73%0.00%
8.63%

Color #BAD0E9 in popluar number systems.

HEXBAD0E9
Decimal186208233
Binary101110101101000011101001
Octal272320351

Shades and tints

Shades of #BAD0E9

#BAD0E9
(186,208,233)
#AABED4
(170,190,212)
#9AACBF
(154,172,191)
#8A9AAA
(138,154,170)
#7A8895
(122,136,149)
#6A7680
(106,118,128)
#5A646B
(90,100,107)
#4A5256
(74,82,86)
#3A4041
(58,64,65)
#2A2E2C
(42,46,44)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #BAD0E9

#BAD0E9
(186,208,233)
#C0D4EB
(192,212,235)
#C6D8ED
(198,216,237)
#CCDCEF
(204,220,239)
#D2E0F1
(210,224,241)
#D8E4F3
(216,228,243)
#DEE8F5
(222,232,245)
#E4ECF7
(228,236,247)
#EAF0F9
(234,240,249)
#F0F4FB
(240,244,251)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD0E9 color. Also use rgb(186,208,233) instead hex code.

Text Font Color

.myTextColor { color: #BAD0E9; }

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

This text font color is #BAD0E9.


Background Color

.myBgColor { background-color: #BAD0E9; }

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

This div background color is #BAD0E9.


Border color

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

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

This div border color is #BAD0E9.


Opacity

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

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

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

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

This text has shadow with #BAD0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD0E9 on black background.


Color preview on white background

This text has color #BAD0E9 on white background.



Black color preview on #BAD0E9 background

This text has black color on #BAD0E9 background.


White color preview on #BAD0E9 background

This text has white color on #BAD0E9 background.