COLOR #B6CDC4

HEX: #B6CDC4 RGB: (182,205,196)

Color info

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

RGB color model

#B6CDC4 color RGB value is (182,205,196).

RGB: (182,205,196) (71%, 80%, 77%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 196 of 255 = 77%

182
205
196

R + G + B ~ 76%. #B6CDC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 205 + 196 = 583 (100%)
R 182 of 583 ~ 31.22%
G 205 of 583 ~ 35.16%
B 196 of 583 ~ 33.62'%

%31.22
%35.16
%33.62

CMYK color model

#B6CDC4 color CMYK value is (11,0,4,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%

CMYK: (11,0,4,20)
C11M0Y4K20 (11%, 0%, 4%, 20%)
(0.11 / 0.00 / 0.04 / 0.20)

CMYK percentages

%11.22
%0
%4.39
%19.61

Codes

Color #B6CDC4 in popluar color models

B6 CD C4
RGB 182 205 196
HSL 157° 18.70% 75.88%
HSB/HSV 157° 11.22% 80.39%
CMYK 11.22% 0.00% 4.39%
19.61%

Color #B6CDC4 in popluar number systems.

HEX B6 CD C4
Decimal 182 205 196
Binary 10110110 11001101 11000100
Octal 266 315 304

Shades and tints

Shades of #B6CDC4

#B6CDC4
(182,205,196)
#A6BBB3
(166,187,179)
#96A9A2
(150,169,162)
#869791
(134,151,145)
#768580
(118,133,128)
#66736F
(102,115,111)
#56615E
(86,97,94)
#464F4D
(70,79,77)
#363D3C
(54,61,60)
#262B2B
(38,43,43)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #B6CDC4

#B6CDC4
(182,205,196)
#BCD1C9
(188,209,201)
#C2D5CE
(194,213,206)
#C8D9D3
(200,217,211)
#CEDDD8
(206,221,216)
#D4E1DD
(212,225,221)
#DAE5E2
(218,229,226)
#E0E9E7
(224,233,231)
#E6EDEC
(230,237,236)
#ECF1F1
(236,241,241)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6CDC4; }

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

This text font color is #B6CDC4.

Background Color

.myBgColor { background-color: #B6CDC4; }

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

This div background color is #B6CDC4.

Border color

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

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

This div border color is #B6CDC4.

Opacity

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

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

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

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

This text has shadow with #B6CDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6CDC4.

Preview

Color preview on black background

This text has color #B6CDC4 on black background.


Color preview on white background

This text has color #B6CDC4 on white background.


Black color preview on #B6CDC4 background

This text has black color on #B6CDC4 background.


White color preview on #B6CDC4 background

This text has white color on #B6CDC4 background.


Related colors

Complementary color

Complementary color for #hex is #49323B.


I love getcolorcode.com

Triadic colors

1 #C4B6CD and #CDC4B6 with #B6CDC4 are triadic colors.

2 #C4CDB6 and #CDB6C4 with #B6CDC4 are triadic colors.