COLOR #B2AFCD

HEX: #B2AFCD
RGB: (178,175,205)

Color info

#B2AFCD contains red, green and blue colors in about the same proportion. Web safe color of #B2AFCD is #9999CC (or #99C).

RGB color model

#B2AFCD color RGB value is (178,175,205).

  • red value is 178;
  • green value is 175;
  • blue value is 205.
RGB:
(178,175,205)
(70%,69%,80%)

RGB channels and saturation

R 178 of 255 = 70%
G 175 of 255 = 69%
B 205 of 255 = 80%

178
175
205

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

Portions of RGB colors in percentages

R + G + B =
178 + 175 + 205 = 558 (100%)
R 178 of 558 ~ 31.9%
G 175 of 558 ~ 31.36%
B 205 of 558 ~ 36.74%

%31.9
%31.36
%36.74

CMYK color model

#B2AFCD color CMYK value is (13,15,0,20).

  • cyan value is 13.17%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(13,15,0,20)
C13M15Y0K20 
(13%,15%,0%,20%)
(0.13/0.15/0.00/0.20)	

CMYK percentages

%13.17
%14.63
%0
%19.61

Codes

Color #B2AFCD in popluar color models

B2AFCD
RGB178175205
HSL246°23.08%74.51%
HSB/HSV246°14.63%80.39%
CMYK13.17%14.63%0.00%
19.61%

Color #B2AFCD in popluar number systems.

HEXB2AFCD
Decimal178175205
Binary101100101010111111001101
Octal262257315

Shades and tints

Shades of #B2AFCD

#B2AFCD
(178,175,205)
#A2A0BB
(162,160,187)
#9291A9
(146,145,169)
#828297
(130,130,151)
#727385
(114,115,133)
#626473
(98,100,115)
#525561
(82,85,97)
#42464F
(66,70,79)
#32373D
(50,55,61)
#22282B
(34,40,43)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #B2AFCD

#B2AFCD
(178,175,205)
#B9B6D1
(185,182,209)
#C0BDD5
(192,189,213)
#C7C4D9
(199,196,217)
#CECBDD
(206,203,221)
#D5D2E1
(213,210,225)
#DCD9E5
(220,217,229)
#E3E0E9
(227,224,233)
#EAE7ED
(234,231,237)
#F1EEF1
(241,238,241)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AFCD color. Also use rgb(178,175,205) instead hex code.

Text Font Color

.myTextColor { color: #B2AFCD; }

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

This text font color is #B2AFCD.


Background Color

.myBgColor { background-color: #B2AFCD; }

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

This div background color is #B2AFCD.


Border color

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

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

This div border color is #B2AFCD.


Opacity

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

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

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

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

This text has shadow with #B2AFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AFCD on black background.


Color preview on white background

This text has color #B2AFCD on white background.



Black color preview on #B2AFCD background

This text has black color on #B2AFCD background.


White color preview on #B2AFCD background

This text has white color on #B2AFCD background.