COLOR #BAD4C7

HEX: #BAD4C7 RGB: (186,212,199)

Color info

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

RGB color model

#BAD4C7 color RGB value is (186,212,199).

RGB: (186,212,199) (73%, 83%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 212 of 255 = 83%
B 199 of 255 = 78%

186
212
199

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

Portions of RGB colors in percentages

R + G + B = 186 + 212 + 199 = 597 (100%)
R 186 of 597 ~ 31.16%
G 212 of 597 ~ 35.51%
B 199 of 597 ~ 33.33'%

%31.16
%35.51
%33.33

CMYK color model

#BAD4C7 color CMYK value is (12,0,6,17).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 6.13%
  • key color value is 16.86%

CMYK: (12,0,6,17)
C12M0Y6K17 (12%, 0%, 6%, 17%)
(0.12 / 0.00 / 0.06 / 0.17)

CMYK percentages

%12.26
%0
%6.13
%16.86

Codes

Color #BAD4C7 in popluar color models

BA D4 C7
RGB 186 212 199
HSL 150° 23.21% 78.04%
HSB/HSV 150° 12.26% 83.14%
CMYK 12.26% 0.00% 6.13%
16.86%

Color #BAD4C7 in popluar number systems.

HEX BA D4 C7
Decimal 186 212 199
Binary 10111010 11010100 11000111
Octal 272 324 307

Shades and tints

Shades of #BAD4C7

#BAD4C7
(186,212,199)
#AAC1B5
(170,193,181)
#9AAEA3
(154,174,163)
#8A9B91
(138,155,145)
#7A887F
(122,136,127)
#6A756D
(106,117,109)
#5A625B
(90,98,91)
#4A4F49
(74,79,73)
#3A3C37
(58,60,55)
#2A2925
(42,41,37)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #BAD4C7

#BAD4C7
(186,212,199)
#C0D7CC
(192,215,204)
#C6DAD1
(198,218,209)
#CCDDD6
(204,221,214)
#D2E0DB
(210,224,219)
#D8E3E0
(216,227,224)
#DEE6E5
(222,230,229)
#E4E9EA
(228,233,234)
#EAECEF
(234,236,239)
#F0EFF4
(240,239,244)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAD4C7 color. Also use rgb(186,212,199) instead hex code.

Text Font Color

.myTextColor { color: #BAD4C7; }

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

This text font color is #BAD4C7.

Background Color

.myBgColor { background-color: #BAD4C7; }

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

This div background color is #BAD4C7.

Border color

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

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

This div border color is #BAD4C7.

Opacity

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

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

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

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

This text has shadow with #BAD4C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD4C7.

Preview

Color preview on black background

This text has color #BAD4C7 on black background.


Color preview on white background

This text has color #BAD4C7 on white background.


Black color preview on #BAD4C7 background

This text has black color on #BAD4C7 background.


White color preview on #BAD4C7 background

This text has white color on #BAD4C7 background.


Related colors

Complementary color

Complementary color for #hex is #452B38.


I love getcolorcode.com

Triadic colors

1 #C7BAD4 and #D4C7BA with #BAD4C7 are triadic colors.

2 #C7D4BA and #D4BAC7 with #BAD4C7 are triadic colors.