COLOR #B7B2CC

HEX: #B7B2CC
RGB: (183,178,204)

Color info

#B7B2CC contains red, green and blue colors in about the same proportion. Web safe color of #B7B2CC is #CC99CC (or #C9C).

RGB color model

#B7B2CC color RGB value is (183,178,204).

  • red value is 183;
  • green value is 178;
  • blue value is 204.
RGB:
(183,178,204)
(72%,70%,80%)

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 204 of 255 = 80%

183
178
204

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

Portions of RGB colors in percentages

R + G + B =
183 + 178 + 204 = 565 (100%)
R 183 of 565 ~ 32.39%
G 178 of 565 ~ 31.5%
B 204 of 565 ~ 36.11%

%32.39
%31.5
%36.11

CMYK color model

#B7B2CC color CMYK value is (10,13,0,20).

  • cyan value is 10.29%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(10,13,0,20)
C10M13Y0K20 
(10%,13%,0%,20%)
(0.10/0.13/0.00/0.20)	

CMYK percentages

%10.29
%12.75
%0
%20

Codes

Color #B7B2CC in popluar color models

B7B2CC
RGB183178204
HSL252°20.31%74.90%
HSB/HSV252°12.75%80.00%
CMYK10.29%12.75%0.00%
20.00%

Color #B7B2CC in popluar number systems.

HEXB7B2CC
Decimal183178204
Binary101101111011001011001100
Octal267262314

Shades and tints

Shades of #B7B2CC

#B7B2CC
(183,178,204)
#A7A2BA
(167,162,186)
#9792A8
(151,146,168)
#878296
(135,130,150)
#777284
(119,114,132)
#676272
(103,98,114)
#575260
(87,82,96)
#47424E
(71,66,78)
#37323C
(55,50,60)
#27222A
(39,34,42)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #B7B2CC

#B7B2CC
(183,178,204)
#BDB9D0
(189,185,208)
#C3C0D4
(195,192,212)
#C9C7D8
(201,199,216)
#CFCEDC
(207,206,220)
#D5D5E0
(213,213,224)
#DBDCE4
(219,220,228)
#E1E3E8
(225,227,232)
#E7EAEC
(231,234,236)
#EDF1F0
(237,241,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B2CC; }

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

This text font color is #B7B2CC.


Background Color

.myBgColor { background-color: #B7B2CC; }

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

This div background color is #B7B2CC.


Border color

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

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

This div border color is #B7B2CC.


Opacity

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

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

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

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

This text has shadow with #B7B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B2CC on black background.


Color preview on white background

This text has color #B7B2CC on white background.



Black color preview on #B7B2CC background

This text has black color on #B7B2CC background.


White color preview on #B7B2CC background

This text has white color on #B7B2CC background.