COLOR #BADCCB

HEX: #BADCCB RGB: (186,220,203)

Color info

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

RGB color model

#BADCCB color RGB value is (186,220,203).

RGB: (186,220,203) (73%, 86%, 80%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 203 of 255 = 80%

186
220
203

R + G + B ~ 80%. #BADCCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 220 + 203 = 609 (100%)
R 186 of 609 ~ 30.54%
G 220 of 609 ~ 36.12%
B 203 of 609 ~ 33.33'%

%30.54
%36.12
%33.33

CMYK color model

#BADCCB color CMYK value is (15,0,8,14).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 13.73%

CMYK: (15,0,8,14)
C15M0Y8K14 (15%, 0%, 8%, 14%)
(0.15 / 0.00 / 0.08 / 0.14)

CMYK percentages

%15.45
%0
%7.73
%13.73

Codes

Color #BADCCB in popluar color models

BA DC CB
RGB 186 220 203
HSL 150° 32.69% 79.61%
HSB/HSV 150° 15.45% 86.27%
CMYK 15.45% 0.00% 7.73%
13.73%

Color #BADCCB in popluar number systems.

HEX BA DC CB
Decimal 186 220 203
Binary 10111010 11011100 11001011
Octal 272 334 313

Shades and tints

Shades of #BADCCB

#BADCCB
(186,220,203)
#AAC8B9
(170,200,185)
#9AB4A7
(154,180,167)
#8AA095
(138,160,149)
#7A8C83
(122,140,131)
#6A7871
(106,120,113)
#5A645F
(90,100,95)
#4A504D
(74,80,77)
#3A3C3B
(58,60,59)
#2A2829
(42,40,41)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BADCCB

#BADCCB
(186,220,203)
#C0DFCF
(192,223,207)
#C6E2D3
(198,226,211)
#CCE5D7
(204,229,215)
#D2E8DB
(210,232,219)
#D8EBDF
(216,235,223)
#DEEEE3
(222,238,227)
#E4F1E7
(228,241,231)
#EAF4EB
(234,244,235)
#F0F7EF
(240,247,239)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BADCCB color. Also use rgb(186,220,203) instead hex code.

Text Font Color

.myTextColor { color: #BADCCB; }

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

This text font color is #BADCCB.

Background Color

.myBgColor { background-color: #BADCCB; }

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

This div background color is #BADCCB.

Border color

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

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

This div border color is #BADCCB.

Opacity

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

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

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

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

This text has shadow with #BADCCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADCCB.

Preview

Color preview on black background

This text has color #BADCCB on black background.


Color preview on white background

This text has color #BADCCB on white background.


Black color preview on #BADCCB background

This text has black color on #BADCCB background.


White color preview on #BADCCB background

This text has white color on #BADCCB background.


Related colors

Complementary color

Complementary color for #hex is #452334.


I love getcolorcode.com

Triadic colors

1 #CBBADC and #DCCBBA with #BADCCB are triadic colors.

2 #CBDCBA and #DCBACB with #BADCCB are triadic colors.