COLOR #B6BED7

HEX: #B6BED7 RGB: (182,190,215)

Color info

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

RGB color model

#B6BED7 color RGB value is (182,190,215).

RGB: (182,190,215) (71%, 75%, 84%)

RGB channels and saturation

R 182 of 255 = 71%
G 190 of 255 = 75%
B 215 of 255 = 84%

182
190
215

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

Portions of RGB colors in percentages

R + G + B = 182 + 190 + 215 = 587 (100%)
R 182 of 587 ~ 31.01%
G 190 of 587 ~ 32.37%
B 215 of 587 ~ 36.63'%

%31.01
%32.37
%36.63

CMYK color model

#B6BED7 color CMYK value is (15,12,0,16).

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

CMYK: (15,12,0,16)
C15M12Y0K16 (15%, 12%, 0%, 16%)
(0.15 / 0.12 / 0.00 / 0.16)

CMYK percentages

%15.35
%11.63
%0
%15.69

Codes

Color #B6BED7 in popluar color models

B6 BE D7
RGB 182 190 215
HSL 225° 29.20% 77.84%
HSB/HSV 225° 15.35% 84.31%
CMYK 15.35% 11.63% 0.00%
15.69%

Color #B6BED7 in popluar number systems.

HEX B6 BE D7
Decimal 182 190 215
Binary 10110110 10111110 11010111
Octal 266 276 327

Shades and tints

Shades of #B6BED7

#B6BED7
(182,190,215)
#A6ADC4
(166,173,196)
#969CB1
(150,156,177)
#868B9E
(134,139,158)
#767A8B
(118,122,139)
#666978
(102,105,120)
#565865
(86,88,101)
#464752
(70,71,82)
#36363F
(54,54,63)
#26252C
(38,37,44)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #B6BED7

#B6BED7
(182,190,215)
#BCC3DA
(188,195,218)
#C2C8DD
(194,200,221)
#C8CDE0
(200,205,224)
#CED2E3
(206,210,227)
#D4D7E6
(212,215,230)
#DADCE9
(218,220,233)
#E0E1EC
(224,225,236)
#E6E6EF
(230,230,239)
#ECEBF2
(236,235,242)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BED7; }

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

This text font color is #B6BED7.

Background Color

.myBgColor { background-color: #B6BED7; }

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

This div background color is #B6BED7.

Border color

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

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

This div border color is #B6BED7.

Opacity

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

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

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

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

This text has shadow with #B6BED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BED7.

Preview

Color preview on black background

This text has color #B6BED7 on black background.


Color preview on white background

This text has color #B6BED7 on white background.


Black color preview on #B6BED7 background

This text has black color on #B6BED7 background.


White color preview on #B6BED7 background

This text has white color on #B6BED7 background.


Related colors

Complementary color

Complementary color for #hex is #494128.


I love getcolorcode.com

Triadic colors

1 #D7B6BE and #BED7B6 with #B6BED7 are triadic colors.

2 #D7BEB6 and #BEB6D7 with #B6BED7 are triadic colors.