COLOR #BACDD6

HEX: #BACDD6 RGB: (186,205,214)

Color info

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

RGB color model

#BACDD6 color RGB value is (186,205,214).

RGB: (186,205,214) (73%, 80%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 205 of 255 = 80%
B 214 of 255 = 84%

186
205
214

R + G + B ~ 79%. #BACDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 205 + 214 = 605 (100%)
R 186 of 605 ~ 30.74%
G 205 of 605 ~ 33.88%
B 214 of 605 ~ 35.37'%

%30.74
%33.88
%35.37

CMYK color model

#BACDD6 color CMYK value is (13,4,0,16).

  • cyan value is 13.08%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (13,4,0,16)
C13M4Y0K16 (13%, 4%, 0%, 16%)
(0.13 / 0.04 / 0.00 / 0.16)

CMYK percentages

%13.08
%4.21
%0
%16.08

Codes

Color #BACDD6 in popluar color models

BA CD D6
RGB 186 205 214
HSL 199° 25.45% 78.43%
HSB/HSV 199° 13.08% 83.92%
CMYK 13.08% 4.21% 0.00%
16.08%

Color #BACDD6 in popluar number systems.

HEX BA CD D6
Decimal 186 205 214
Binary 10111010 11001101 11010110
Octal 272 315 326

Shades and tints

Shades of #BACDD6

#BACDD6
(186,205,214)
#AABBC3
(170,187,195)
#9AA9B0
(154,169,176)
#8A979D
(138,151,157)
#7A858A
(122,133,138)
#6A7377
(106,115,119)
#5A6164
(90,97,100)
#4A4F51
(74,79,81)
#3A3D3E
(58,61,62)
#2A2B2B
(42,43,43)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #BACDD6

#BACDD6
(186,205,214)
#C0D1D9
(192,209,217)
#C6D5DC
(198,213,220)
#CCD9DF
(204,217,223)
#D2DDE2
(210,221,226)
#D8E1E5
(216,225,229)
#DEE5E8
(222,229,232)
#E4E9EB
(228,233,235)
#EAEDEE
(234,237,238)
#F0F1F1
(240,241,241)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BACDD6; }

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

This text font color is #BACDD6.

Background Color

.myBgColor { background-color: #BACDD6; }

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

This div background color is #BACDD6.

Border color

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

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

This div border color is #BACDD6.

Opacity

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

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

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

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

This text has shadow with #BACDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BACDD6.

Preview

Color preview on black background

This text has color #BACDD6 on black background.


Color preview on white background

This text has color #BACDD6 on white background.


Black color preview on #BACDD6 background

This text has black color on #BACDD6 background.


White color preview on #BACDD6 background

This text has white color on #BACDD6 background.


Related colors

Complementary color

Complementary color for #hex is #453229.


I love getcolorcode.com

Triadic colors

1 #D6BACD and #CDD6BA with #BACDD6 are triadic colors.

2 #D6CDBA and #CDBAD6 with #BACDD6 are triadic colors.