COLOR #B6DEC9

HEX: #B6DEC9 RGB: (182,222,201)

Color info

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

RGB color model

#B6DEC9 color RGB value is (182,222,201).

RGB: (182,222,201) (71%, 87%, 79%)

RGB channels and saturation

R 182 of 255 = 71%
G 222 of 255 = 87%
B 201 of 255 = 79%

182
222
201

R + G + B ~ 79%. #B6DEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 222 + 201 = 605 (100%)
R 182 of 605 ~ 30.08%
G 222 of 605 ~ 36.69%
B 201 of 605 ~ 33.22'%

%30.08
%36.69
%33.22

CMYK color model

#B6DEC9 color CMYK value is (18,0,9,13).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%

CMYK: (18,0,9,13)
C18M0Y9K13 (18%, 0%, 9%, 13%)
(0.18 / 0.00 / 0.09 / 0.13)

CMYK percentages

%18.02
%0
%9.46
%12.94

Codes

Color #B6DEC9 in popluar color models

B6 DE C9
RGB 182 222 201
HSL 149° 37.74% 79.22%
HSB/HSV 149° 18.02% 87.06%
CMYK 18.02% 0.00% 9.46%
12.94%

Color #B6DEC9 in popluar number systems.

HEX B6 DE C9
Decimal 182 222 201
Binary 10110110 11011110 11001001
Octal 266 336 311

Shades and tints

Shades of #B6DEC9

#B6DEC9
(182,222,201)
#A6CAB7
(166,202,183)
#96B6A5
(150,182,165)
#86A293
(134,162,147)
#768E81
(118,142,129)
#667A6F
(102,122,111)
#56665D
(86,102,93)
#46524B
(70,82,75)
#363E39
(54,62,57)
#262A27
(38,42,39)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #B6DEC9

#B6DEC9
(182,222,201)
#BCE1CD
(188,225,205)
#C2E4D1
(194,228,209)
#C8E7D5
(200,231,213)
#CEEAD9
(206,234,217)
#D4EDDD
(212,237,221)
#DAF0E1
(218,240,225)
#E0F3E5
(224,243,229)
#E6F6E9
(230,246,233)
#ECF9ED
(236,249,237)
#F2FCF1
(242,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DEC9 color. Also use rgb(182,222,201) instead hex code.

Text Font Color

.myTextColor { color: #B6DEC9; }

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

This text font color is #B6DEC9.

Background Color

.myBgColor { background-color: #B6DEC9; }

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

This div background color is #B6DEC9.

Border color

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

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

This div border color is #B6DEC9.

Opacity

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

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

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

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

This text has shadow with #B6DEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6DEC9.

Preview

Color preview on black background

This text has color #B6DEC9 on black background.


Color preview on white background

This text has color #B6DEC9 on white background.


Black color preview on #B6DEC9 background

This text has black color on #B6DEC9 background.


White color preview on #B6DEC9 background

This text has white color on #B6DEC9 background.


Related colors

Complementary color

Complementary color for #hex is #492136.


I love getcolorcode.com

Triadic colors

1 #C9B6DE and #DEC9B6 with #B6DEC9 are triadic colors.

2 #C9DEB6 and #DEB6C9 with #B6DEC9 are triadic colors.