COLOR #B6CDBD

HEX: #B6CDBD RGB: (182,205,189)

Color info

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

RGB color model

#B6CDBD color RGB value is (182,205,189).

RGB: (182,205,189) (71%, 80%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 189 of 255 = 74%

182
205
189

R + G + B ~ 75%. #B6CDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 205 + 189 = 576 (100%)
R 182 of 576 ~ 31.6%
G 205 of 576 ~ 35.59%
B 189 of 576 ~ 32.81'%

%31.6
%35.59
%32.81

CMYK color model

#B6CDBD color CMYK value is (11,0,8,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 19.61%
CMYK: (11,0,8,20) C11M0Y8K20 (11%,0%,8%,20%) (0.11/0.00/0.08/0.20) 

CMYK percentages

%11.22
%0
%7.8
%19.61

Codes

Color #B6CDBD in popluar color models

B6 CD BD
RGB 182 205 189
HSL 138° 18.70% 75.88%
HSB/HSV 138° 11.22% 80.39%
CMYK 11.22% 0.00% 7.80%
19.61%

Color #B6CDBD in popluar number systems.

HEX B6 CD BD
Decimal 182 205 189
Binary 10110110 11001101 10111101
Octal 266 315 275

Shades and tints

Shades of #B6CDBD

#B6CDBD
(182,205,189)
#A6BBAC
(166,187,172)
#96A99B
(150,169,155)
#86978A
(134,151,138)
#768579
(118,133,121)
#667368
(102,115,104)
#566157
(86,97,87)
#464F46
(70,79,70)
#363D35
(54,61,53)
#262B24
(38,43,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #B6CDBD

#B6CDBD
(182,205,189)
#BCD1C3
(188,209,195)
#C2D5C9
(194,213,201)
#C8D9CF
(200,217,207)
#CEDDD5
(206,221,213)
#D4E1DB
(212,225,219)
#DAE5E1
(218,229,225)
#E0E9E7
(224,233,231)
#E6EDED
(230,237,237)
#ECF1F3
(236,241,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CDBD color. Also use rgb(182,205,189) instead hex code.

Text Font Color

.myTextColor { color: #B6CDBD; }

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

This text font color is #B6CDBD.

Background Color

.myBgColor { background-color: #B6CDBD; }

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

This div background color is #B6CDBD.

Border color

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

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

This div border color is #B6CDBD.

Opacity

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

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

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

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

This text has shadow with #B6CDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CDBD.

Preview

Color preview on black background

This text has color #B6CDBD on black background.


Color preview on white background

This text has color #B6CDBD on white background.


Black color preview on #B6CDBD background

This text has black color on #B6CDBD background.


White color preview on #B6CDBD background

This text has white color on #B6CDBD background.


Related colors

Complementary color

Complementary color for #hex is #493242.


I love getcolorcode.com

Triadic colors

1 #BDB6CD and #CDBDB6 with #B6CDBD are triadic colors.

2 #BDCDB6 and #CDB6BD with #B6CDBD are triadic colors.