COLOR #BADBD4

HEX: #BADBD4 RGB: (186,219,212)

Color info

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

RGB color model

#BADBD4 color RGB value is (186,219,212).

RGB: (186,219,212) (73%, 86%, 83%)

RGB channels and saturation

R 186 of 255 = 73%
G 219 of 255 = 86%
B 212 of 255 = 83%

186
219
212

R + G + B ~ 81%. #BADBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 219 + 212 = 617 (100%)
R 186 of 617 ~ 30.15%
G 219 of 617 ~ 35.49%
B 212 of 617 ~ 34.36'%

%30.15
%35.49
%34.36

CMYK color model

#BADBD4 color CMYK value is (15,0,3,14).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 14.12%

CMYK: (15,0,3,14)
C15M0Y3K14 (15%, 0%, 3%, 14%)
(0.15 / 0.00 / 0.03 / 0.14)

CMYK percentages

%15.07
%0
%3.2
%14.12

Codes

Color #BADBD4 in popluar color models

BA DB D4
RGB 186 219 212
HSL 167° 31.43% 79.41%
HSB/HSV 167° 15.07% 85.88%
CMYK 15.07% 0.00% 3.20%
14.12%

Color #BADBD4 in popluar number systems.

HEX BA DB D4
Decimal 186 219 212
Binary 10111010 11011011 11010100
Octal 272 333 324

Shades and tints

Shades of #BADBD4

#BADBD4
(186,219,212)
#AAC8C1
(170,200,193)
#9AB5AE
(154,181,174)
#8AA29B
(138,162,155)
#7A8F88
(122,143,136)
#6A7C75
(106,124,117)
#5A6962
(90,105,98)
#4A564F
(74,86,79)
#3A433C
(58,67,60)
#2A3029
(42,48,41)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #BADBD4

#BADBD4
(186,219,212)
#C0DED7
(192,222,215)
#C6E1DA
(198,225,218)
#CCE4DD
(204,228,221)
#D2E7E0
(210,231,224)
#D8EAE3
(216,234,227)
#DEEDE6
(222,237,230)
#E4F0E9
(228,240,233)
#EAF3EC
(234,243,236)
#F0F6EF
(240,246,239)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADBD4; }

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

This text font color is #BADBD4.

Background Color

.myBgColor { background-color: #BADBD4; }

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

This div background color is #BADBD4.

Border color

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

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

This div border color is #BADBD4.

Opacity

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

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

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

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

This text has shadow with #BADBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADBD4.

Preview

Color preview on black background

This text has color #BADBD4 on black background.


Color preview on white background

This text has color #BADBD4 on white background.


Black color preview on #BADBD4 background

This text has black color on #BADBD4 background.


White color preview on #BADBD4 background

This text has white color on #BADBD4 background.


Related colors

Complementary color

Complementary color for #hex is #45242B.


I love getcolorcode.com

Triadic colors

1 #D4BADB and #DBD4BA with #BADBD4 are triadic colors.

2 #D4DBBA and #DBBAD4 with #BADBD4 are triadic colors.