COLOR #BADBC6

HEX: #BADBC6 RGB: (186,219,198)

Color info

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

RGB color model

#BADBC6 color RGB value is (186,219,198).

RGB: (186,219,198) (73%, 86%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 219 of 255 = 86%
B 198 of 255 = 78%

186
219
198

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

Portions of RGB colors in percentages

R + G + B = 186 + 219 + 198 = 603 (100%)
R 186 of 603 ~ 30.85%
G 219 of 603 ~ 36.32%
B 198 of 603 ~ 32.84'%

%30.85
%36.32
%32.84

CMYK color model

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

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 14.12%
CMYK: (15,0,10,14) C15M0Y10K14 (15%,0%,10%,14%) (0.15/0.00/0.10/0.14) 

CMYK percentages

%15.07
%0
%9.59
%14.12

Codes

Color #BADBC6 in popluar color models

BA DB C6
RGB 186 219 198
HSL 142° 31.43% 79.41%
HSB/HSV 142° 15.07% 85.88%
CMYK 15.07% 0.00% 9.59%
14.12%

Color #BADBC6 in popluar number systems.

HEX BA DB C6
Decimal 186 219 198
Binary 10111010 11011011 11000110
Octal 272 333 306

Shades and tints

Shades of #BADBC6

#BADBC6
(186,219,198)
#AAC8B4
(170,200,180)
#9AB5A2
(154,181,162)
#8AA290
(138,162,144)
#7A8F7E
(122,143,126)
#6A7C6C
(106,124,108)
#5A695A
(90,105,90)
#4A5648
(74,86,72)
#3A4336
(58,67,54)
#2A3024
(42,48,36)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #BADBC6

#BADBC6
(186,219,198)
#C0DECB
(192,222,203)
#C6E1D0
(198,225,208)
#CCE4D5
(204,228,213)
#D2E7DA
(210,231,218)
#D8EADF
(216,234,223)
#DEEDE4
(222,237,228)
#E4F0E9
(228,240,233)
#EAF3EE
(234,243,238)
#F0F6F3
(240,246,243)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADBC6 color. Also use rgb(186,219,198) instead hex code.

Text Font Color

.myTextColor { color: #BADBC6; }

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

This text font color is #BADBC6.

Background Color

.myBgColor { background-color: #BADBC6; }

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

This div background color is #BADBC6.

Border color

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

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

This div border color is #BADBC6.

Opacity

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

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

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

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

This text has shadow with #BADBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADBC6.

Preview

Color preview on black background

This text has color #BADBC6 on black background.


Color preview on white background

This text has color #BADBC6 on white background.


Black color preview on #BADBC6 background

This text has black color on #BADBC6 background.


White color preview on #BADBC6 background

This text has white color on #BADBC6 background.


Related colors

Complementary color

Complementary color for #hex is #452439.


I love getcolorcode.com

Triadic colors

1 #C6BADB and #DBC6BA with #BADBC6 are triadic colors.

2 #C6DBBA and #DBBAC6 with #BADBC6 are triadic colors.