COLOR #B7C5CE

HEX: #B7C5CE RGB: (183,197,206)

Color info

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

RGB color model

#B7C5CE color RGB value is (183,197,206).

RGB: (183,197,206) (72%, 77%, 81%)

RGB channels and saturation

R 183 of 255 = 72%
G 197 of 255 = 77%
B 206 of 255 = 81%

183
197
206

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

Portions of RGB colors in percentages

R + G + B = 183 + 197 + 206 = 586 (100%)
R 183 of 586 ~ 31.23%
G 197 of 586 ~ 33.62%
B 206 of 586 ~ 35.15'%

%31.23
%33.62
%35.15

CMYK color model

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

  • cyan value is 11.17%
  • magenta value is 4.37%
  • 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
%4.37
%0
%19.22

Codes

Color #B7C5CE in popluar color models

B7 C5 CE
RGB 183 197 206
HSL 203° 19.01% 76.27%
HSB/HSV 203° 11.17% 80.78%
CMYK 11.17% 4.37% 0.00%
19.22%

Color #B7C5CE in popluar number systems.

HEX B7 C5 CE
Decimal 183 197 206
Binary 10110111 11000101 11001110
Octal 267 305 316

Shades and tints

Shades of #B7C5CE

#B7C5CE
(183,197,206)
#A7B4BC
(167,180,188)
#97A3AA
(151,163,170)
#879298
(135,146,152)
#778186
(119,129,134)
#677074
(103,112,116)
#575F62
(87,95,98)
#474E50
(71,78,80)
#373D3E
(55,61,62)
#272C2C
(39,44,44)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #B7C5CE

#B7C5CE
(183,197,206)
#BDCAD2
(189,202,210)
#C3CFD6
(195,207,214)
#C9D4DA
(201,212,218)
#CFD9DE
(207,217,222)
#D5DEE2
(213,222,226)
#DBE3E6
(219,227,230)
#E1E8EA
(225,232,234)
#E7EDEE
(231,237,238)
#EDF2F2
(237,242,242)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C5CE; }

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

This text font color is #B7C5CE.

Background Color

.myBgColor { background-color: #B7C5CE; }

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

This div background color is #B7C5CE.

Border color

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

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

This div border color is #B7C5CE.

Opacity

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

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

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

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

This text has shadow with #B7C5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C5CE.

Preview

Color preview on black background

This text has color #B7C5CE on black background.


Color preview on white background

This text has color #B7C5CE on white background.


Black color preview on #B7C5CE background

This text has black color on #B7C5CE background.


White color preview on #B7C5CE background

This text has white color on #B7C5CE background.


Related colors

Complementary color

Complementary color for #hex is #483A31.


I love getcolorcode.com

Triadic colors

1 #CEB7C5 and #C5CEB7 with #B7C5CE are triadic colors.

2 #CEC5B7 and #C5B7CE with #B7C5CE are triadic colors.