COLOR #BAD5EA

HEX: #BAD5EA
RGB: (186,213,234)

Color info

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

RGB color model

#BAD5EA color RGB value is (186,213,234).

  • red value is 186;
  • green value is 213;
  • blue value is 234.
RGB:
(186,213,234)
(73%,84%,92%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 234 of 255 = 92%

186
213
234

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

Portions of RGB colors in percentages

R + G + B =
186 + 213 + 234 = 633 (100%)
R 186 of 633 ~ 29.38%
G 213 of 633 ~ 33.65%
B 234 of 633 ~ 36.97%

%29.38
%33.65
%36.97

CMYK color model

#BAD5EA color CMYK value is (21,9,0,8).

  • cyan value is 20.51%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,9,0,8)
C21M9Y0K8 
(21%,9%,0%,8%)
(0.21/0.09/0.00/0.08)	

CMYK percentages

%20.51
%8.97
%0
%8.24

Codes

Color #BAD5EA in popluar color models

BAD5EA
RGB186213234
HSL206°53.33%82.35%
HSB/HSV206°20.51%91.76%
CMYK20.51%8.97%0.00%
8.24%

Color #BAD5EA in popluar number systems.

HEXBAD5EA
Decimal186213234
Binary101110101101010111101010
Octal272325352

Shades and tints

Shades of #BAD5EA

#BAD5EA
(186,213,234)
#AAC2D5
(170,194,213)
#9AAFC0
(154,175,192)
#8A9CAB
(138,156,171)
#7A8996
(122,137,150)
#6A7681
(106,118,129)
#5A636C
(90,99,108)
#4A5057
(74,80,87)
#3A3D42
(58,61,66)
#2A2A2D
(42,42,45)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #BAD5EA

#BAD5EA
(186,213,234)
#C0D8EB
(192,216,235)
#C6DBEC
(198,219,236)
#CCDEED
(204,222,237)
#D2E1EE
(210,225,238)
#D8E4EF
(216,228,239)
#DEE7F0
(222,231,240)
#E4EAF1
(228,234,241)
#EAEDF2
(234,237,242)
#F0F0F3
(240,240,243)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD5EA color. Also use rgb(186,213,234) instead hex code.

Text Font Color

.myTextColor { color: #BAD5EA; }

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

This text font color is #BAD5EA.


Background Color

.myBgColor { background-color: #BAD5EA; }

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

This div background color is #BAD5EA.


Border color

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

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

This div border color is #BAD5EA.


Opacity

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

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

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

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

This text has shadow with #BAD5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD5EA on black background.


Color preview on white background

This text has color #BAD5EA on white background.



Black color preview on #BAD5EA background

This text has black color on #BAD5EA background.


White color preview on #BAD5EA background

This text has white color on #BAD5EA background.