COLOR #B7C4CA

HEX: #B7C4CA
RGB: (183,196,202)

Color info

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

RGB color model

#B7C4CA color RGB value is (183,196,202).

  • red value is 183;
  • green value is 196;
  • blue value is 202.
RGB:
(183,196,202)
(72%,77%,79%)

RGB channels and saturation

R 183 of 255 = 72%
G 196 of 255 = 77%
B 202 of 255 = 79%

183
196
202

R + G + B ~ 76%. #B7C4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 196 + 202 = 581 (100%)
R 183 of 581 ~ 31.5%
G 196 of 581 ~ 33.73%
B 202 of 581 ~ 34.77%

%31.5
%33.73
%34.77

CMYK color model

#B7C4CA color CMYK value is (9,3,0,21).

  • cyan value is 9.41%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(9,3,0,21)
C9M3Y0K21 
(9%,3%,0%,21%)
(0.09/0.03/0.00/0.21)	

CMYK percentages

%9.41
%2.97
%0
%20.78

Codes

Color #B7C4CA in popluar color models

B7C4CA
RGB183196202
HSL199°15.20%75.49%
HSB/HSV199°9.41%79.22%
CMYK9.41%2.97%0.00%
20.78%

Color #B7C4CA in popluar number systems.

HEXB7C4CA
Decimal183196202
Binary101101111100010011001010
Octal267304312

Shades and tints

Shades of #B7C4CA

#B7C4CA
(183,196,202)
#A7B3B8
(167,179,184)
#97A2A6
(151,162,166)
#879194
(135,145,148)
#778082
(119,128,130)
#676F70
(103,111,112)
#575E5E
(87,94,94)
#474D4C
(71,77,76)
#373C3A
(55,60,58)
#272B28
(39,43,40)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #B7C4CA

#B7C4CA
(183,196,202)
#BDC9CE
(189,201,206)
#C3CED2
(195,206,210)
#C9D3D6
(201,211,214)
#CFD8DA
(207,216,218)
#D5DDDE
(213,221,222)
#DBE2E2
(219,226,226)
#E1E7E6
(225,231,230)
#E7ECEA
(231,236,234)
#EDF1EE
(237,241,238)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C4CA color. Also use rgb(183,196,202) instead hex code.

Text Font Color

.myTextColor { color: #B7C4CA; }

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

This text font color is #B7C4CA.


Background Color

.myBgColor { background-color: #B7C4CA; }

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

This div background color is #B7C4CA.


Border color

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

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

This div border color is #B7C4CA.


Opacity

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

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

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

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

This text has shadow with #B7C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C4CA on black background.


Color preview on white background

This text has color #B7C4CA on white background.



Black color preview on #B7C4CA background

This text has black color on #B7C4CA background.


White color preview on #B7C4CA background

This text has white color on #B7C4CA background.