COLOR #B7B7CA

HEX: #B7B7CA
RGB: (183,183,202)

Color info

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

RGB color model

#B7B7CA color RGB value is (183,183,202).

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

RGB channels and saturation

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

183
183
202

R + G + B ~ 74%. #B7B7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 202 = 568 (100%)
R 183 of 568 ~ 32.22%
G 183 of 568 ~ 32.22%
B 202 of 568 ~ 35.56%

%32.22
%32.22
%35.56

CMYK color model

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

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

CMYK percentages

%9.41
%9.41
%0
%20.78

Codes

Color #B7B7CA in popluar color models

B7B7CA
RGB183183202
HSL240°15.20%75.49%
HSB/HSV240°9.41%79.22%
CMYK9.41%9.41%0.00%
20.78%

Color #B7B7CA in popluar number systems.

HEXB7B7CA
Decimal183183202
Binary101101111011011111001010
Octal267267312

Shades and tints

Shades of #B7B7CA

#B7B7CA
(183,183,202)
#A7A7B8
(167,167,184)
#9797A6
(151,151,166)
#878794
(135,135,148)
#777782
(119,119,130)
#676770
(103,103,112)
#57575E
(87,87,94)
#47474C
(71,71,76)
#37373A
(55,55,58)
#272728
(39,39,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #B7B7CA

#B7B7CA
(183,183,202)
#BDBDCE
(189,189,206)
#C3C3D2
(195,195,210)
#C9C9D6
(201,201,214)
#CFCFDA
(207,207,218)
#D5D5DE
(213,213,222)
#DBDBE2
(219,219,226)
#E1E1E6
(225,225,230)
#E7E7EA
(231,231,234)
#EDEDEE
(237,237,238)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B7CA; }

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

This text font color is #B7B7CA.


Background Color

.myBgColor { background-color: #B7B7CA; }

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

This div background color is #B7B7CA.


Border color

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

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

This div border color is #B7B7CA.


Opacity

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

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

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

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

This text has shadow with #B7B7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B7CA on black background.


Color preview on white background

This text has color #B7B7CA on white background.



Black color preview on #B7B7CA background

This text has black color on #B7B7CA background.


White color preview on #B7B7CA background

This text has white color on #B7B7CA background.