COLOR #B7C6CE

HEX: #B7C6CE RGB: (183,198,206)

Color info

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

RGB color model

#B7C6CE color RGB value is (183,198,206).

RGB: (183,198,206) (72%, 78%, 81%)

RGB channels and saturation

R 183 of 255 = 72%
G 198 of 255 = 78%
B 206 of 255 = 81%

183
198
206

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

Portions of RGB colors in percentages

R + G + B = 183 + 198 + 206 = 587 (100%)
R 183 of 587 ~ 31.18%
G 198 of 587 ~ 33.73%
B 206 of 587 ~ 35.09'%

%31.18
%33.73
%35.09

CMYK color model

#B7C6CE color CMYK value is (11,4,0,19).

  • cyan value is 11.17%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (11,4,0,19) C11M4Y0K19 (11%,4%,0%,19%) (0.11/0.04/0.00/0.19) 

CMYK percentages

%11.17
%3.88
%0
%19.22

Codes

Color #B7C6CE in popluar color models

B7 C6 CE
RGB 183 198 206
HSL 201° 19.01% 76.27%
HSB/HSV 201° 11.17% 80.78%
CMYK 11.17% 3.88% 0.00%
19.22%

Color #B7C6CE in popluar number systems.

HEX B7 C6 CE
Decimal 183 198 206
Binary 10110111 11000110 11001110
Octal 267 306 316

Shades and tints

Shades of #B7C6CE

#B7C6CE
(183,198,206)
#A7B4BC
(167,180,188)
#97A2AA
(151,162,170)
#879098
(135,144,152)
#777E86
(119,126,134)
#676C74
(103,108,116)
#575A62
(87,90,98)
#474850
(71,72,80)
#37363E
(55,54,62)
#27242C
(39,36,44)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #B7C6CE

#B7C6CE
(183,198,206)
#BDCBD2
(189,203,210)
#C3D0D6
(195,208,214)
#C9D5DA
(201,213,218)
#CFDADE
(207,218,222)
#D5DFE2
(213,223,226)
#DBE4E6
(219,228,230)
#E1E9EA
(225,233,234)
#E7EEEE
(231,238,238)
#EDF3F2
(237,243,242)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C6CE color. Also use rgb(183,198,206) instead hex code.

Text Font Color

.myTextColor { color: #B7C6CE; }

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

This text font color is #B7C6CE.

Background Color

.myBgColor { background-color: #B7C6CE; }

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

This div background color is #B7C6CE.

Border color

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

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

This div border color is #B7C6CE.

Opacity

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

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

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

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

This text has shadow with #B7C6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C6CE.

Preview

Color preview on black background

This text has color #B7C6CE on black background.


Color preview on white background

This text has color #B7C6CE on white background.


Black color preview on #B7C6CE background

This text has black color on #B7C6CE background.


White color preview on #B7C6CE background

This text has white color on #B7C6CE background.


Related colors

Complementary color

Complementary color for #hex is #483931.


I love getcolorcode.com

Triadic colors

1 #CEB7C6 and #C6CEB7 with #B7C6CE are triadic colors.

2 #CEC6B7 and #C6B7CE with #B7C6CE are triadic colors.