COLOR #BADCB7

HEX: #BADCB7 RGB: (186,220,183)

Color info

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

RGB color model

#BADCB7 color RGB value is (186,220,183).

RGB: (186,220,183) (73%, 86%, 72%)

RGB channels and saturation

R 186 of 255 = 73%
G 220 of 255 = 86%
B 183 of 255 = 72%

186
220
183

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

Portions of RGB colors in percentages

R + G + B = 186 + 220 + 183 = 589 (100%)
R 186 of 589 ~ 31.58%
G 220 of 589 ~ 37.35%
B 183 of 589 ~ 31.07'%

%31.58
%37.35
%31.07

CMYK color model

#BADCB7 color CMYK value is (15,0,17,14).

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

CMYK: (15,0,17,14)
C15M0Y17K14 (15%, 0%, 17%, 14%)
(0.15 / 0.00 / 0.17 / 0.14)

CMYK percentages

%15.45
%0
%16.82
%13.73

Codes

Color #BADCB7 in popluar color models

BA DC B7
RGB 186 220 183
HSL 115° 34.58% 79.02%
HSB/HSV 115° 16.82% 86.27%
CMYK 15.45% 0.00% 16.82%
13.73%

Color #BADCB7 in popluar number systems.

HEX BA DC B7
Decimal 186 220 183
Binary 10111010 11011100 10110111
Octal 272 334 267

Shades and tints

Shades of #BADCB7

#BADCB7
(186,220,183)
#AAC8A7
(170,200,167)
#9AB497
(154,180,151)
#8AA087
(138,160,135)
#7A8C77
(122,140,119)
#6A7867
(106,120,103)
#5A6457
(90,100,87)
#4A5047
(74,80,71)
#3A3C37
(58,60,55)
#2A2827
(42,40,39)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BADCB7

#BADCB7
(186,220,183)
#C0DFBD
(192,223,189)
#C6E2C3
(198,226,195)
#CCE5C9
(204,229,201)
#D2E8CF
(210,232,207)
#D8EBD5
(216,235,213)
#DEEEDB
(222,238,219)
#E4F1E1
(228,241,225)
#EAF4E7
(234,244,231)
#F0F7ED
(240,247,237)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BADCB7; }

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

This text font color is #BADCB7.

Background Color

.myBgColor { background-color: #BADCB7; }

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

This div background color is #BADCB7.

Border color

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

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

This div border color is #BADCB7.

Opacity

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

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

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

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

This text has shadow with #BADCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BADCB7.

Preview

Color preview on black background

This text has color #BADCB7 on black background.


Color preview on white background

This text has color #BADCB7 on white background.


Black color preview on #BADCB7 background

This text has black color on #BADCB7 background.


White color preview on #BADCB7 background

This text has white color on #BADCB7 background.


Related colors

Complementary color

Complementary color for #hex is #452348.


I love getcolorcode.com

Triadic colors

1 #B7BADC and #DCB7BA with #BADCB7 are triadic colors.

2 #B7DCBA and #DCBAB7 with #BADCB7 are triadic colors.