COLOR #BAD8C3

HEX: #BAD8C3 RGB: (186,216,195)

Color info

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

RGB color model

#BAD8C3 color RGB value is (186,216,195).

RGB: (186,216,195) (73%, 85%, 76%)

RGB channels and saturation

R 186 of 255 = 73%
G 216 of 255 = 85%
B 195 of 255 = 76%

186
216
195

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

Portions of RGB colors in percentages

R + G + B = 186 + 216 + 195 = 597 (100%)
R 186 of 597 ~ 31.16%
G 216 of 597 ~ 36.18%
B 195 of 597 ~ 32.66'%

%31.16
%36.18
%32.66

CMYK color model

#BAD8C3 color CMYK value is (14,0,10,15).

  • cyan value is 13.89%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 15.29%

CMYK: (14,0,10,15)
C14M0Y10K15 (14%, 0%, 10%, 15%)
(0.14 / 0.00 / 0.10 / 0.15)

CMYK percentages

%13.89
%0
%9.72
%15.29

Codes

Color #BAD8C3 in popluar color models

BA D8 C3
RGB 186 216 195
HSL 138° 27.78% 78.82%
HSB/HSV 138° 13.89% 84.71%
CMYK 13.89% 0.00% 9.72%
15.29%

Color #BAD8C3 in popluar number systems.

HEX BA D8 C3
Decimal 186 216 195
Binary 10111010 11011000 11000011
Octal 272 330 303

Shades and tints

Shades of #BAD8C3

#BAD8C3
(186,216,195)
#AAC5B2
(170,197,178)
#9AB2A1
(154,178,161)
#8A9F90
(138,159,144)
#7A8C7F
(122,140,127)
#6A796E
(106,121,110)
#5A665D
(90,102,93)
#4A534C
(74,83,76)
#3A403B
(58,64,59)
#2A2D2A
(42,45,42)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #BAD8C3

#BAD8C3
(186,216,195)
#C0DBC8
(192,219,200)
#C6DECD
(198,222,205)
#CCE1D2
(204,225,210)
#D2E4D7
(210,228,215)
#D8E7DC
(216,231,220)
#DEEAE1
(222,234,225)
#E4EDE6
(228,237,230)
#EAF0EB
(234,240,235)
#F0F3F0
(240,243,240)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD8C3 color. Also use rgb(186,216,195) instead hex code.

Text Font Color

.myTextColor { color: #BAD8C3; }

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

This text font color is #BAD8C3.

Background Color

.myBgColor { background-color: #BAD8C3; }

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

This div background color is #BAD8C3.

Border color

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

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

This div border color is #BAD8C3.

Opacity

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

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

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

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

This text has shadow with #BAD8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD8C3.

Preview

Color preview on black background

This text has color #BAD8C3 on black background.


Color preview on white background

This text has color #BAD8C3 on white background.


Black color preview on #BAD8C3 background

This text has black color on #BAD8C3 background.


White color preview on #BAD8C3 background

This text has white color on #BAD8C3 background.


Related colors

Complementary color

Complementary color for #hex is #45273C.


I love getcolorcode.com

Triadic colors

1 #C3BAD8 and #D8C3BA with #BAD8C3 are triadic colors.

2 #C3D8BA and #D8BAC3 with #BAD8C3 are triadic colors.