COLOR #B7AFCC

HEX: #B7AFCC
RGB: (183,175,204)

Color info

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

RGB color model

#B7AFCC color RGB value is (183,175,204).

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

RGB channels and saturation

R 183 of 255 = 72%
G 175 of 255 = 69%
B 204 of 255 = 80%

183
175
204

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

Portions of RGB colors in percentages

R + G + B =
183 + 175 + 204 = 562 (100%)
R 183 of 562 ~ 32.56%
G 175 of 562 ~ 31.14%
B 204 of 562 ~ 36.3%

%32.56
%31.14
%36.3

CMYK color model

#B7AFCC color CMYK value is (10,14,0,20).

  • cyan value is 10.29%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(10,14,0,20)
C10M14Y0K20 
(10%,14%,0%,20%)
(0.10/0.14/0.00/0.20)	

CMYK percentages

%10.29
%14.22
%0
%20

Codes

Color #B7AFCC in popluar color models

B7AFCC
RGB183175204
HSL257°22.14%74.31%
HSB/HSV257°14.22%80.00%
CMYK10.29%14.22%0.00%
20.00%

Color #B7AFCC in popluar number systems.

HEXB7AFCC
Decimal183175204
Binary101101111010111111001100
Octal267257314

Shades and tints

Shades of #B7AFCC

#B7AFCC
(183,175,204)
#A7A0BA
(167,160,186)
#9791A8
(151,145,168)
#878296
(135,130,150)
#777384
(119,115,132)
#676472
(103,100,114)
#575560
(87,85,96)
#47464E
(71,70,78)
#37373C
(55,55,60)
#27282A
(39,40,42)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #B7AFCC

#B7AFCC
(183,175,204)
#BDB6D0
(189,182,208)
#C3BDD4
(195,189,212)
#C9C4D8
(201,196,216)
#CFCBDC
(207,203,220)
#D5D2E0
(213,210,224)
#DBD9E4
(219,217,228)
#E1E0E8
(225,224,232)
#E7E7EC
(231,231,236)
#EDEEF0
(237,238,240)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AFCC; }

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

This text font color is #B7AFCC.


Background Color

.myBgColor { background-color: #B7AFCC; }

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

This div background color is #B7AFCC.


Border color

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

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

This div border color is #B7AFCC.


Opacity

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

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

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

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

This text has shadow with #B7AFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AFCC on black background.


Color preview on white background

This text has color #B7AFCC on white background.



Black color preview on #B7AFCC background

This text has black color on #B7AFCC background.


White color preview on #B7AFCC background

This text has white color on #B7AFCC background.