COLOR #B5AFCC

HEX: #B5AFCC
RGB: (181,175,204)

Color info

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

RGB color model

#B5AFCC color RGB value is (181,175,204).

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

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 204 of 255 = 80%

181
175
204

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

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 204 = 560 (100%)
R 181 of 560 ~ 32.32%
G 175 of 560 ~ 31.25%
B 204 of 560 ~ 36.43%

%32.32
%31.25
%36.43

CMYK color model

#B5AFCC color CMYK value is (11,14,0,20).

  • cyan value is 11.27%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(11,14,0,20)
C11M14Y0K20 
(11%,14%,0%,20%)
(0.11/0.14/0.00/0.20)	

CMYK percentages

%11.27
%14.22
%0
%20

Codes

Color #B5AFCC in popluar color models

B5AFCC
RGB181175204
HSL252°22.14%74.31%
HSB/HSV252°14.22%80.00%
CMYK11.27%14.22%0.00%
20.00%

Color #B5AFCC in popluar number systems.

HEXB5AFCC
Decimal181175204
Binary101101011010111111001100
Octal265257314

Shades and tints

Shades of #B5AFCC

#B5AFCC
(181,175,204)
#A5A0BA
(165,160,186)
#9591A8
(149,145,168)
#858296
(133,130,150)
#757384
(117,115,132)
#656472
(101,100,114)
#555560
(85,85,96)
#45464E
(69,70,78)
#35373C
(53,55,60)
#25282A
(37,40,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #B5AFCC

#B5AFCC
(181,175,204)
#BBB6D0
(187,182,208)
#C1BDD4
(193,189,212)
#C7C4D8
(199,196,216)
#CDCBDC
(205,203,220)
#D3D2E0
(211,210,224)
#D9D9E4
(217,217,228)
#DFE0E8
(223,224,232)
#E5E7EC
(229,231,236)
#EBEEF0
(235,238,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AFCC; }

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

This text font color is #B5AFCC.


Background Color

.myBgColor { background-color: #B5AFCC; }

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

This div background color is #B5AFCC.


Border color

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

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

This div border color is #B5AFCC.


Opacity

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

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

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

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

This text has shadow with #B5AFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AFCC on black background.


Color preview on white background

This text has color #B5AFCC on white background.



Black color preview on #B5AFCC background

This text has black color on #B5AFCC background.


White color preview on #B5AFCC background

This text has white color on #B5AFCC background.