COLOR #B6DCC5

HEX: #B6DCC5 RGB: (182,220,197)

Color info

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

RGB color model

#B6DCC5 color RGB value is (182,220,197).

RGB: (182,220,197) (71%, 86%, 77%)

RGB channels and saturation

R 182 of 255 = 71%
G 220 of 255 = 86%
B 197 of 255 = 77%

182
220
197

R + G + B ~ 78%. #B6DCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 220 + 197 = 599 (100%)
R 182 of 599 ~ 30.38%
G 220 of 599 ~ 36.73%
B 197 of 599 ~ 32.89'%

%30.38
%36.73
%32.89

CMYK color model

#B6DCC5 color CMYK value is (17,0,10,14).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%

CMYK: (17,0,10,14)
C17M0Y10K14 (17%, 0%, 10%, 14%)
(0.17 / 0.00 / 0.10 / 0.14)

CMYK percentages

%17.27
%0
%10.45
%13.73

Codes

Color #B6DCC5 in popluar color models

B6 DC C5
RGB 182 220 197
HSL 144° 35.19% 78.82%
HSB/HSV 144° 17.27% 86.27%
CMYK 17.27% 0.00% 10.45%
13.73%

Color #B6DCC5 in popluar number systems.

HEX B6 DC C5
Decimal 182 220 197
Binary 10110110 11011100 11000101
Octal 266 334 305

Shades and tints

Shades of #B6DCC5

#B6DCC5
(182,220,197)
#A6C8B4
(166,200,180)
#96B4A3
(150,180,163)
#86A092
(134,160,146)
#768C81
(118,140,129)
#667870
(102,120,112)
#56645F
(86,100,95)
#46504E
(70,80,78)
#363C3D
(54,60,61)
#26282C
(38,40,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #B6DCC5

#B6DCC5
(182,220,197)
#BCDFCA
(188,223,202)
#C2E2CF
(194,226,207)
#C8E5D4
(200,229,212)
#CEE8D9
(206,232,217)
#D4EBDE
(212,235,222)
#DAEEE3
(218,238,227)
#E0F1E8
(224,241,232)
#E6F4ED
(230,244,237)
#ECF7F2
(236,247,242)
#F2FAF7
(242,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DCC5 color. Also use rgb(182,220,197) instead hex code.

Text Font Color

.myTextColor { color: #B6DCC5; }

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

This text font color is #B6DCC5.

Background Color

.myBgColor { background-color: #B6DCC5; }

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

This div background color is #B6DCC5.

Border color

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

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

This div border color is #B6DCC5.

Opacity

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

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

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

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

This text has shadow with #B6DCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DCC5.

Preview

Color preview on black background

This text has color #B6DCC5 on black background.


Color preview on white background

This text has color #B6DCC5 on white background.


Black color preview on #B6DCC5 background

This text has black color on #B6DCC5 background.


White color preview on #B6DCC5 background

This text has white color on #B6DCC5 background.


Related colors

Complementary color

Complementary color for #hex is #49233A.


I love getcolorcode.com

Triadic colors

1 #C5B6DC and #DCC5B6 with #B6DCC5 are triadic colors.

2 #C5DCB6 and #DCB6C5 with #B6DCC5 are triadic colors.