COLOR #BAD9CB

HEX: #BAD9CB RGB: (186,217,203)

Color info

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

RGB color model

#BAD9CB color RGB value is (186,217,203).

RGB: (186,217,203) (73%, 85%, 80%)

RGB channels and saturation

R 186 of 255 = 73%
G 217 of 255 = 85%
B 203 of 255 = 80%

186
217
203

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

Portions of RGB colors in percentages

R + G + B = 186 + 217 + 203 = 606 (100%)
R 186 of 606 ~ 30.69%
G 217 of 606 ~ 35.81%
B 203 of 606 ~ 33.5'%

%30.69
%35.81
%33.5

CMYK color model

#BAD9CB color CMYK value is (14,0,6,15).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%

CMYK: (14,0,6,15)
C14M0Y6K15 (14%, 0%, 6%, 15%)
(0.14 / 0.00 / 0.06 / 0.15)

CMYK percentages

%14.29
%0
%6.45
%14.9

Codes

Color #BAD9CB in popluar color models

BA D9 CB
RGB 186 217 203
HSL 153° 28.97% 79.02%
HSB/HSV 153° 14.29% 85.10%
CMYK 14.29% 0.00% 6.45%
14.90%

Color #BAD9CB in popluar number systems.

HEX BA D9 CB
Decimal 186 217 203
Binary 10111010 11011001 11001011
Octal 272 331 313

Shades and tints

Shades of #BAD9CB

#BAD9CB
(186,217,203)
#AAC6B9
(170,198,185)
#9AB3A7
(154,179,167)
#8AA095
(138,160,149)
#7A8D83
(122,141,131)
#6A7A71
(106,122,113)
#5A675F
(90,103,95)
#4A544D
(74,84,77)
#3A413B
(58,65,59)
#2A2E29
(42,46,41)
#1A1B17
(26,27,23)
#000000
(0,0,0)

Tints of #BAD9CB

#BAD9CB
(186,217,203)
#C0DCCF
(192,220,207)
#C6DFD3
(198,223,211)
#CCE2D7
(204,226,215)
#D2E5DB
(210,229,219)
#D8E8DF
(216,232,223)
#DEEBE3
(222,235,227)
#E4EEE7
(228,238,231)
#EAF1EB
(234,241,235)
#F0F4EF
(240,244,239)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD9CB; }

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

This text font color is #BAD9CB.

Background Color

.myBgColor { background-color: #BAD9CB; }

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

This div background color is #BAD9CB.

Border color

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

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

This div border color is #BAD9CB.

Opacity

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

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

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

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

This text has shadow with #BAD9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD9CB.

Preview

Color preview on black background

This text has color #BAD9CB on black background.


Color preview on white background

This text has color #BAD9CB on white background.


Black color preview on #BAD9CB background

This text has black color on #BAD9CB background.


White color preview on #BAD9CB background

This text has white color on #BAD9CB background.


Related colors

Complementary color

Complementary color for #hex is #452634.


I love getcolorcode.com

Triadic colors

1 #CBBAD9 and #D9CBBA with #BAD9CB are triadic colors.

2 #CBD9BA and #D9BACB with #BAD9CB are triadic colors.