COLOR #BADAC7

HEX: #BADAC7 RGB: (186,218,199)

Color info

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

RGB color model

#BADAC7 color RGB value is (186,218,199).

RGB: (186,218,199) (73%, 85%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 199 of 255 = 78%

186
218
199

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

Portions of RGB colors in percentages

R + G + B = 186 + 218 + 199 = 603 (100%)
R 186 of 603 ~ 30.85%
G 218 of 603 ~ 36.15%
B 199 of 603 ~ 33'%

%30.85
%36.15
%33

CMYK color model

#BADAC7 color CMYK value is (15,0,9,15).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 14.51%

CMYK: (15,0,9,15)
C15M0Y9K15 (15%, 0%, 9%, 15%)
(0.15 / 0.00 / 0.09 / 0.15)

CMYK percentages

%14.68
%0
%8.72
%14.51

Codes

Color #BADAC7 in popluar color models

BA DA C7
RGB 186 218 199
HSL 144° 30.19% 79.22%
HSB/HSV 144° 14.68% 85.49%
CMYK 14.68% 0.00% 8.72%
14.51%

Color #BADAC7 in popluar number systems.

HEX BA DA C7
Decimal 186 218 199
Binary 10111010 11011010 11000111
Octal 272 332 307

Shades and tints

Shades of #BADAC7

#BADAC7
(186,218,199)
#AAC7B5
(170,199,181)
#9AB4A3
(154,180,163)
#8AA191
(138,161,145)
#7A8E7F
(122,142,127)
#6A7B6D
(106,123,109)
#5A685B
(90,104,91)
#4A5549
(74,85,73)
#3A4237
(58,66,55)
#2A2F25
(42,47,37)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #BADAC7

#BADAC7
(186,218,199)
#C0DDCC
(192,221,204)
#C6E0D1
(198,224,209)
#CCE3D6
(204,227,214)
#D2E6DB
(210,230,219)
#D8E9E0
(216,233,224)
#DEECE5
(222,236,229)
#E4EFEA
(228,239,234)
#EAF2EF
(234,242,239)
#F0F5F4
(240,245,244)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADAC7; }

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

This text font color is #BADAC7.

Background Color

.myBgColor { background-color: #BADAC7; }

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

This div background color is #BADAC7.

Border color

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

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

This div border color is #BADAC7.

Opacity

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

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

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

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

This text has shadow with #BADAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADAC7.

Preview

Color preview on black background

This text has color #BADAC7 on black background.


Color preview on white background

This text has color #BADAC7 on white background.


Black color preview on #BADAC7 background

This text has black color on #BADAC7 background.


White color preview on #BADAC7 background

This text has white color on #BADAC7 background.


Related colors

Complementary color

Complementary color for #hex is #452538.


I love getcolorcode.com

Triadic colors

1 #C7BADA and #DAC7BA with #BADAC7 are triadic colors.

2 #C7DABA and #DABAC7 with #BADAC7 are triadic colors.