COLOR #B4ADCF

HEX: #B4ADCF
RGB: (180,173,207)

Color info

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

RGB color model

#B4ADCF color RGB value is (180,173,207).

  • red value is 180;
  • green value is 173;
  • blue value is 207.
RGB:
(180,173,207)
(71%,68%,81%)

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 207 of 255 = 81%

180
173
207

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 207 = 560 (100%)
R 180 of 560 ~ 32.14%
G 173 of 560 ~ 30.89%
B 207 of 560 ~ 36.96%

%32.14
%30.89
%36.96

CMYK color model

#B4ADCF color CMYK value is (13,16,0,19).

  • cyan value is 13.04%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,16,0,19)
C13M16Y0K19 
(13%,16%,0%,19%)
(0.13/0.16/0.00/0.19)	

CMYK percentages

%13.04
%16.43
%0
%18.82

Codes

Color #B4ADCF in popluar color models

B4ADCF
RGB180173207
HSL252°26.15%74.51%
HSB/HSV252°16.43%81.18%
CMYK13.04%16.43%0.00%
18.82%

Color #B4ADCF in popluar number systems.

HEXB4ADCF
Decimal180173207
Binary101101001010110111001111
Octal264255317

Shades and tints

Shades of #B4ADCF

#B4ADCF
(180,173,207)
#A49EBD
(164,158,189)
#948FAB
(148,143,171)
#848099
(132,128,153)
#747187
(116,113,135)
#646275
(100,98,117)
#545363
(84,83,99)
#444451
(68,68,81)
#34353F
(52,53,63)
#24262D
(36,38,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4ADCF

#B4ADCF
(180,173,207)
#BAB4D3
(186,180,211)
#C0BBD7
(192,187,215)
#C6C2DB
(198,194,219)
#CCC9DF
(204,201,223)
#D2D0E3
(210,208,227)
#D8D7E7
(216,215,231)
#DEDEEB
(222,222,235)
#E4E5EF
(228,229,239)
#EAECF3
(234,236,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ADCF color. Also use rgb(180,173,207) instead hex code.

Text Font Color

.myTextColor { color: #B4ADCF; }

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

This text font color is #B4ADCF.


Background Color

.myBgColor { background-color: #B4ADCF; }

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

This div background color is #B4ADCF.


Border color

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

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

This div border color is #B4ADCF.


Opacity

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

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

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

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

This text has shadow with #B4ADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADCF on black background.


Color preview on white background

This text has color #B4ADCF on white background.



Black color preview on #B4ADCF background

This text has black color on #B4ADCF background.


White color preview on #B4ADCF background

This text has white color on #B4ADCF background.