COLOR #B6D7C2

HEX: #B6D7C2 RGB: (182,215,194)

Color info

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

RGB color model

#B6D7C2 color RGB value is (182,215,194).

RGB: (182,215,194) (71%, 84%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 215 of 255 = 84%
B 194 of 255 = 76%

182
215
194

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

Portions of RGB colors in percentages

R + G + B = 182 + 215 + 194 = 591 (100%)
R 182 of 591 ~ 30.8%
G 215 of 591 ~ 36.38%
B 194 of 591 ~ 32.83'%

%30.8
%36.38
%32.83

CMYK color model

#B6D7C2 color CMYK value is (15,0,10,16).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 15.69%

CMYK: (15,0,10,16)
C15M0Y10K16 (15%, 0%, 10%, 16%)
(0.15 / 0.00 / 0.10 / 0.16)

CMYK percentages

%15.35
%0
%9.77
%15.69

Codes

Color #B6D7C2 in popluar color models

B6 D7 C2
RGB 182 215 194
HSL 142° 29.20% 77.84%
HSB/HSV 142° 15.35% 84.31%
CMYK 15.35% 0.00% 9.77%
15.69%

Color #B6D7C2 in popluar number systems.

HEX B6 D7 C2
Decimal 182 215 194
Binary 10110110 11010111 11000010
Octal 266 327 302

Shades and tints

Shades of #B6D7C2

#B6D7C2
(182,215,194)
#A6C4B1
(166,196,177)
#96B1A0
(150,177,160)
#869E8F
(134,158,143)
#768B7E
(118,139,126)
#66786D
(102,120,109)
#56655C
(86,101,92)
#46524B
(70,82,75)
#363F3A
(54,63,58)
#262C29
(38,44,41)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #B6D7C2

#B6D7C2
(182,215,194)
#BCDAC7
(188,218,199)
#C2DDCC
(194,221,204)
#C8E0D1
(200,224,209)
#CEE3D6
(206,227,214)
#D4E6DB
(212,230,219)
#DAE9E0
(218,233,224)
#E0ECE5
(224,236,229)
#E6EFEA
(230,239,234)
#ECF2EF
(236,242,239)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D7C2 color. Also use rgb(182,215,194) instead hex code.

Text Font Color

.myTextColor { color: #B6D7C2; }

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

This text font color is #B6D7C2.

Background Color

.myBgColor { background-color: #B6D7C2; }

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

This div background color is #B6D7C2.

Border color

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

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

This div border color is #B6D7C2.

Opacity

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

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

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

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

This text has shadow with #B6D7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6D7C2.

Preview

Color preview on black background

This text has color #B6D7C2 on black background.


Color preview on white background

This text has color #B6D7C2 on white background.


Black color preview on #B6D7C2 background

This text has black color on #B6D7C2 background.


White color preview on #B6D7C2 background

This text has white color on #B6D7C2 background.


Related colors

Complementary color

Complementary color for #hex is #49283D.


I love getcolorcode.com

Triadic colors

1 #C2B6D7 and #D7C2B6 with #B6D7C2 are triadic colors.

2 #C2D7B6 and #D7B6C2 with #B6D7C2 are triadic colors.