COLOR #BAD1CB

HEX: #BAD1CB
RGB: (186,209,203)

Color info

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

RGB color model

#BAD1CB color RGB value is (186,209,203).

  • red value is 186;
  • green value is 209;
  • blue value is 203.
RGB: (186,209,203) (73%,82%,80%)

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 203 of 255 = 80%

186
209
203

R + G + B ~ 78%. #BAD1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 209 + 203 = 598 (100%)
R 186 of 598 ~ 31.1%
G 209 of 598 ~ 34.95%
B 203 of 598 ~ 33.95%

%31.1
%34.95
%33.95

CMYK color model

#BAD1CB color CMYK value is (11,0,3,18).

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 18.04%
CMYK: (11,0,3,18) C11M0Y3K18 (11%,0%,3%,18%) (0.11/0.00/0.03/0.18)

CMYK percentages

%11
%0
%2.87
%18.04

Codes

Color #BAD1CB in popluar color models

BAD1CB
RGB186209203
HSL164°20.00%77.45%
HSB/HSV164°11.00%81.96%
CMYK11.00%0.00%2.87%
18.04%

Color #BAD1CB in popluar number systems.

HEXBAD1CB
Decimal186209203
Binary101110101101000111001011
Octal272321313

Shades and tints

Shades of #BAD1CB

#BAD1CB
(186,209,203)
#AABEB9
(170,190,185)
#9AABA7
(154,171,167)
#8A9895
(138,152,149)
#7A8583
(122,133,131)
#6A7271
(106,114,113)
#5A5F5F
(90,95,95)
#4A4C4D
(74,76,77)
#3A393B
(58,57,59)
#2A2629
(42,38,41)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #BAD1CB

#BAD1CB
(186,209,203)
#C0D5CF
(192,213,207)
#C6D9D3
(198,217,211)
#CCDDD7
(204,221,215)
#D2E1DB
(210,225,219)
#D8E5DF
(216,229,223)
#DEE9E3
(222,233,227)
#E4EDE7
(228,237,231)
#EAF1EB
(234,241,235)
#F0F5EF
(240,245,239)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD1CB; }

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

This text font color is #BAD1CB.


Background Color

.myBgColor { background-color: #BAD1CB; }

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

This div background color is #BAD1CB.


Border color

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

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

This div border color is #BAD1CB.


Opacity

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

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

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

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

This text has shadow with #BAD1CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BAD1CB on black background.


Color preview on white background

This text has color #BAD1CB on white background.



Black color preview on #BAD1CB background

This text has black color on #BAD1CB background.


White color preview on #BAD1CB background

This text has white color on #BAD1CB background.