COLOR #BAD9E3

HEX: #BAD9E3
RGB: (186,217,227)

Color info

#BAD9E3 contains red, green and blue colors in about the same proportion. Web safe color of #BAD9E3 is #CCCCCC (or #CCC).

RGB color model

#BAD9E3 color RGB value is (186,217,227).

  • red value is 186;
  • green value is 217;
  • blue value is 227.
RGB:
(186,217,227)
(73%,85%,89%)

RGB channels and saturation

R 186 of 255 = 73%
G 217 of 255 = 85%
B 227 of 255 = 89%

186
217
227

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

Portions of RGB colors in percentages

R + G + B =
186 + 217 + 227 = 630 (100%)
R 186 of 630 ~ 29.52%
G 217 of 630 ~ 34.44%
B 227 of 630 ~ 36.03%

%29.52
%34.44
%36.03

CMYK color model

#BAD9E3 color CMYK value is (18,4,0,11).

  • cyan value is 18.06%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(18,4,0,11)
C18M4Y0K11 
(18%,4%,0%,11%)
(0.18/0.04/0.00/0.11)	

CMYK percentages

%18.06
%4.41
%0
%10.98

Codes

Color #BAD9E3 in popluar color models

BAD9E3
RGB186217227
HSL195°42.27%80.98%
HSB/HSV195°18.06%89.02%
CMYK18.06%4.41%0.00%
10.98%

Color #BAD9E3 in popluar number systems.

HEXBAD9E3
Decimal186217227
Binary101110101101100111100011
Octal272331343

Shades and tints

Shades of #BAD9E3

#BAD9E3
(186,217,227)
#AAC6CF
(170,198,207)
#9AB3BB
(154,179,187)
#8AA0A7
(138,160,167)
#7A8D93
(122,141,147)
#6A7A7F
(106,122,127)
#5A676B
(90,103,107)
#4A5457
(74,84,87)
#3A4143
(58,65,67)
#2A2E2F
(42,46,47)
#1A1B1B
(26,27,27)
#000000
(0,0,0)

Tints of #BAD9E3

#BAD9E3
(186,217,227)
#C0DCE5
(192,220,229)
#C6DFE7
(198,223,231)
#CCE2E9
(204,226,233)
#D2E5EB
(210,229,235)
#D8E8ED
(216,232,237)
#DEEBEF
(222,235,239)
#E4EEF1
(228,238,241)
#EAF1F3
(234,241,243)
#F0F4F5
(240,244,245)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD9E3 color. Also use rgb(186,217,227) instead hex code.

Text Font Color

.myTextColor { color: #BAD9E3; }

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

This text font color is #BAD9E3.


Background Color

.myBgColor { background-color: #BAD9E3; }

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

This div background color is #BAD9E3.


Border color

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

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

This div border color is #BAD9E3.


Opacity

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

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

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

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

This text has shadow with #BAD9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAD9E3 on black background.


Color preview on white background

This text has color #BAD9E3 on white background.



Black color preview on #BAD9E3 background

This text has black color on #BAD9E3 background.


White color preview on #BAD9E3 background

This text has white color on #BAD9E3 background.