COLOR #BACDDD

HEX: #BACDDD
RGB: (186,205,221)

Color info

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

RGB color model

#BACDDD color RGB value is (186,205,221).

  • red value is 186;
  • green value is 205;
  • blue value is 221.
RGB:
(186,205,221)
(73%,80%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 205 of 255 = 80%
B 221 of 255 = 87%

186
205
221

R + G + B ~ 80%. #BACDDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 205 + 221 = 612 (100%)
R 186 of 612 ~ 30.39%
G 205 of 612 ~ 33.5%
B 221 of 612 ~ 36.11%

%30.39
%33.5
%36.11

CMYK color model

#BACDDD color CMYK value is (16,7,0,13).

  • cyan value is 15.84%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,7,0,13)
C16M7Y0K13 
(16%,7%,0%,13%)
(0.16/0.07/0.00/0.13)	

CMYK percentages

%15.84
%7.24
%0
%13.33

Codes

Color #BACDDD in popluar color models

BACDDD
RGB186205221
HSL207°33.98%79.80%
HSB/HSV207°15.84%86.67%
CMYK15.84%7.24%0.00%
13.33%

Color #BACDDD in popluar number systems.

HEXBACDDD
Decimal186205221
Binary101110101100110111011101
Octal272315335

Shades and tints

Shades of #BACDDD

#BACDDD
(186,205,221)
#AABBC9
(170,187,201)
#9AA9B5
(154,169,181)
#8A97A1
(138,151,161)
#7A858D
(122,133,141)
#6A7379
(106,115,121)
#5A6165
(90,97,101)
#4A4F51
(74,79,81)
#3A3D3D
(58,61,61)
#2A2B29
(42,43,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #BACDDD

#BACDDD
(186,205,221)
#C0D1E0
(192,209,224)
#C6D5E3
(198,213,227)
#CCD9E6
(204,217,230)
#D2DDE9
(210,221,233)
#D8E1EC
(216,225,236)
#DEE5EF
(222,229,239)
#E4E9F2
(228,233,242)
#EAEDF5
(234,237,245)
#F0F1F8
(240,241,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BACDDD color. Also use rgb(186,205,221) instead hex code.

Text Font Color

.myTextColor { color: #BACDDD; }

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

This text font color is #BACDDD.


Background Color

.myBgColor { background-color: #BACDDD; }

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

This div background color is #BACDDD.


Border color

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

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

This div border color is #BACDDD.


Opacity

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

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

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

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

This text has shadow with #BACDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BACDDD on black background.


Color preview on white background

This text has color #BACDDD on white background.



Black color preview on #BACDDD background

This text has black color on #BACDDD background.


White color preview on #BACDDD background

This text has white color on #BACDDD background.