COLOR #BAD7C5

HEX: #BAD7C5 RGB: (186,215,197)

Color info

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

RGB color model

#BAD7C5 color RGB value is (186,215,197).

RGB: (186,215,197) (73%, 84%, 77%)

RGB channels and saturation

R 186 of 255 = 73%
G 215 of 255 = 84%
B 197 of 255 = 77%

186
215
197

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

Portions of RGB colors in percentages

R + G + B = 186 + 215 + 197 = 598 (100%)
R 186 of 598 ~ 31.1%
G 215 of 598 ~ 35.95%
B 197 of 598 ~ 32.94'%

%31.1
%35.95
%32.94

CMYK color model

#BAD7C5 color CMYK value is (13,0,8,16).

  • cyan value is 13.49%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 15.69%
CMYK: (13,0,8,16) C13M0Y8K16 (13%,0%,8%,16%) (0.13/0.00/0.08/0.16) 

CMYK percentages

%13.49
%0
%8.37
%15.69

Codes

Color #BAD7C5 in popluar color models

BA D7 C5
RGB 186 215 197
HSL 143° 26.61% 78.63%
HSB/HSV 143° 13.49% 84.31%
CMYK 13.49% 0.00% 8.37%
15.69%

Color #BAD7C5 in popluar number systems.

HEX BA D7 C5
Decimal 186 215 197
Binary 10111010 11010111 11000101
Octal 272 327 305

Shades and tints

Shades of #BAD7C5

#BAD7C5
(186,215,197)
#AAC4B4
(170,196,180)
#9AB1A3
(154,177,163)
#8A9E92
(138,158,146)
#7A8B81
(122,139,129)
#6A7870
(106,120,112)
#5A655F
(90,101,95)
#4A524E
(74,82,78)
#3A3F3D
(58,63,61)
#2A2C2C
(42,44,44)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #BAD7C5

#BAD7C5
(186,215,197)
#C0DACA
(192,218,202)
#C6DDCF
(198,221,207)
#CCE0D4
(204,224,212)
#D2E3D9
(210,227,217)
#D8E6DE
(216,230,222)
#DEE9E3
(222,233,227)
#E4ECE8
(228,236,232)
#EAEFED
(234,239,237)
#F0F2F2
(240,242,242)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD7C5 color. Also use rgb(186,215,197) instead hex code.

Text Font Color

.myTextColor { color: #BAD7C5; }

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

This text font color is #BAD7C5.

Background Color

.myBgColor { background-color: #BAD7C5; }

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

This div background color is #BAD7C5.

Border color

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

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

This div border color is #BAD7C5.

Opacity

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

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

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

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

This text has shadow with #BAD7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD7C5.

Preview

Color preview on black background

This text has color #BAD7C5 on black background.


Color preview on white background

This text has color #BAD7C5 on white background.


Black color preview on #BAD7C5 background

This text has black color on #BAD7C5 background.


White color preview on #BAD7C5 background

This text has white color on #BAD7C5 background.


Related colors

Complementary color

Complementary color for #hex is #45283A.


I love getcolorcode.com

Triadic colors

1 #C5BAD7 and #D7C5BA with #BAD7C5 are triadic colors.

2 #C5D7BA and #D7BAC5 with #BAD7C5 are triadic colors.