COLOR #BAD3ED

HEX: #BAD3ED RGB: (186,211,237)

Color info

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

RGB color model

#BAD3ED color RGB value is (186,211,237).

RGB: (186,211,237) (73%, 83%, 93%)

RGB channels and saturation

R 186 of 255 = 73%
G 211 of 255 = 83%
B 237 of 255 = 93%

186
211
237

R + G + B ~ 83%. #BAD3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 211 + 237 = 634 (100%)
R 186 of 634 ~ 29.34%
G 211 of 634 ~ 33.28%
B 237 of 634 ~ 37.38'%

%29.34
%33.28
%37.38

CMYK color model

#BAD3ED color CMYK value is (22,11,0,7).

  • cyan value is 21.52%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (22,11,0,7)
C22M11Y0K7 (22%, 11%, 0%, 7%)
(0.22 / 0.11 / 0.00 / 0.07)

CMYK percentages

%21.52
%10.97
%0
%7.06

Codes

Color #BAD3ED in popluar color models

BA D3 ED
RGB 186 211 237
HSL 211° 58.62% 82.94%
HSB/HSV 211° 21.52% 92.94%
CMYK 21.52% 10.97% 0.00%
7.06%

Color #BAD3ED in popluar number systems.

HEX BA D3 ED
Decimal 186 211 237
Binary 10111010 11010011 11101101
Octal 272 323 355

Shades and tints

Shades of #BAD3ED

#BAD3ED
(186,211,237)
#AAC0D8
(170,192,216)
#9AADC3
(154,173,195)
#8A9AAE
(138,154,174)
#7A8799
(122,135,153)
#6A7484
(106,116,132)
#5A616F
(90,97,111)
#4A4E5A
(74,78,90)
#3A3B45
(58,59,69)
#2A2830
(42,40,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #BAD3ED

#BAD3ED
(186,211,237)
#C0D7EE
(192,215,238)
#C6DBEF
(198,219,239)
#CCDFF0
(204,223,240)
#D2E3F1
(210,227,241)
#D8E7F2
(216,231,242)
#DEEBF3
(222,235,243)
#E4EFF4
(228,239,244)
#EAF3F5
(234,243,245)
#F0F7F6
(240,247,246)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD3ED color. Also use rgb(186,211,237) instead hex code.

Text Font Color

.myTextColor { color: #BAD3ED; }

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

This text font color is #BAD3ED.

Background Color

.myBgColor { background-color: #BAD3ED; }

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

This div background color is #BAD3ED.

Border color

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

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

This div border color is #BAD3ED.

Opacity

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

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

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

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

This text has shadow with #BAD3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD3ED.

Preview

Color preview on black background

This text has color #BAD3ED on black background.


Color preview on white background

This text has color #BAD3ED on white background.


Black color preview on #BAD3ED background

This text has black color on #BAD3ED background.


White color preview on #BAD3ED background

This text has white color on #BAD3ED background.


Related colors

Complementary color

Complementary color for #hex is #452C12.


I love getcolorcode.com

Triadic colors

1 #EDBAD3 and #D3EDBA with #BAD3ED are triadic colors.

2 #EDD3BA and #D3BAED with #BAD3ED are triadic colors.