COLOR #B7A8CB

HEX: #B7A8CB
RGB: (183,168,203)

Color info

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

RGB color model

#B7A8CB color RGB value is (183,168,203).

  • red value is 183;
  • green value is 168;
  • blue value is 203.
RGB:
(183,168,203)
(72%,66%,80%)

RGB channels and saturation

R 183 of 255 = 72%
G 168 of 255 = 66%
B 203 of 255 = 80%

183
168
203

R + G + B ~ 73%. #B7A8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 168 + 203 = 554 (100%)
R 183 of 554 ~ 33.03%
G 168 of 554 ~ 30.32%
B 203 of 554 ~ 36.64%

%33.03
%30.32
%36.64

CMYK color model

#B7A8CB color CMYK value is (10,17,0,20).

  • cyan value is 9.85%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(10,17,0,20)
C10M17Y0K20 
(10%,17%,0%,20%)
(0.10/0.17/0.00/0.20)	

CMYK percentages

%9.85
%17.24
%0
%20.39

Codes

Color #B7A8CB in popluar color models

B7A8CB
RGB183168203
HSL266°25.18%72.75%
HSB/HSV266°17.24%79.61%
CMYK9.85%17.24%0.00%
20.39%

Color #B7A8CB in popluar number systems.

HEXB7A8CB
Decimal183168203
Binary101101111010100011001011
Octal267250313

Shades and tints

Shades of #B7A8CB

#B7A8CB
(183,168,203)
#A799B9
(167,153,185)
#978AA7
(151,138,167)
#877B95
(135,123,149)
#776C83
(119,108,131)
#675D71
(103,93,113)
#574E5F
(87,78,95)
#473F4D
(71,63,77)
#37303B
(55,48,59)
#272129
(39,33,41)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #B7A8CB

#B7A8CB
(183,168,203)
#BDAFCF
(189,175,207)
#C3B6D3
(195,182,211)
#C9BDD7
(201,189,215)
#CFC4DB
(207,196,219)
#D5CBDF
(213,203,223)
#DBD2E3
(219,210,227)
#E1D9E7
(225,217,231)
#E7E0EB
(231,224,235)
#EDE7EF
(237,231,239)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A8CB; }

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

This text font color is #B7A8CB.


Background Color

.myBgColor { background-color: #B7A8CB; }

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

This div background color is #B7A8CB.


Border color

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

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

This div border color is #B7A8CB.


Opacity

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

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

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

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

This text has shadow with #B7A8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A8CB on black background.


Color preview on white background

This text has color #B7A8CB on white background.



Black color preview on #B7A8CB background

This text has black color on #B7A8CB background.


White color preview on #B7A8CB background

This text has white color on #B7A8CB background.