COLOR #BADABD

HEX: #BADABD RGB: (186,218,189)

Color info

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

RGB color model

#BADABD color RGB value is (186,218,189).

RGB: (186,218,189) (73%, 85%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 218 of 255 = 85%
B 189 of 255 = 74%

186
218
189

R + G + B ~ 77%. #BADABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 218 + 189 = 593 (100%)
R 186 of 593 ~ 31.37%
G 218 of 593 ~ 36.76%
B 189 of 593 ~ 31.87'%

%31.37
%36.76
%31.87

CMYK color model

#BADABD color CMYK value is (15,0,13,15).

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

CMYK: (15,0,13,15)
C15M0Y13K15 (15%, 0%, 13%, 15%)
(0.15 / 0.00 / 0.13 / 0.15)

CMYK percentages

%14.68
%0
%13.3
%14.51

Codes

Color #BADABD in popluar color models

BA DA BD
RGB 186 218 189
HSL 126° 30.19% 79.22%
HSB/HSV 126° 14.68% 85.49%
CMYK 14.68% 0.00% 13.30%
14.51%

Color #BADABD in popluar number systems.

HEX BA DA BD
Decimal 186 218 189
Binary 10111010 11011010 10111101
Octal 272 332 275

Shades and tints

Shades of #BADABD

#BADABD
(186,218,189)
#AAC7AC
(170,199,172)
#9AB49B
(154,180,155)
#8AA18A
(138,161,138)
#7A8E79
(122,142,121)
#6A7B68
(106,123,104)
#5A6857
(90,104,87)
#4A5546
(74,85,70)
#3A4235
(58,66,53)
#2A2F24
(42,47,36)
#1A1C13
(26,28,19)
#000000
(0,0,0)

Tints of #BADABD

#BADABD
(186,218,189)
#C0DDC3
(192,221,195)
#C6E0C9
(198,224,201)
#CCE3CF
(204,227,207)
#D2E6D5
(210,230,213)
#D8E9DB
(216,233,219)
#DEECE1
(222,236,225)
#E4EFE7
(228,239,231)
#EAF2ED
(234,242,237)
#F0F5F3
(240,245,243)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADABD; }

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

This text font color is #BADABD.

Background Color

.myBgColor { background-color: #BADABD; }

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

This div background color is #BADABD.

Border color

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

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

This div border color is #BADABD.

Opacity

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

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

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

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

This text has shadow with #BADABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADABD.

Preview

Color preview on black background

This text has color #BADABD on black background.


Color preview on white background

This text has color #BADABD on white background.


Black color preview on #BADABD background

This text has black color on #BADABD background.


White color preview on #BADABD background

This text has white color on #BADABD background.


Related colors

Complementary color

Complementary color for #hex is #452542.


I love getcolorcode.com

Triadic colors

1 #BDBADA and #DABDBA with #BADABD are triadic colors.

2 #BDDABA and #DABABD with #BADABD are triadic colors.