COLOR #B4ADDC

HEX: #B4ADDC
RGB: (180,173,220)

Color info

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

RGB color model

#B4ADDC color RGB value is (180,173,220).

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

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 220 of 255 = 86%

180
173
220

R + G + B ~ 75%. #B4ADDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 220 = 573 (100%)
R 180 of 573 ~ 31.41%
G 173 of 573 ~ 30.19%
B 220 of 573 ~ 38.39%

%31.41
%30.19
%38.39

CMYK color model

#B4ADDC color CMYK value is (18,21,0,14).

  • cyan value is 18.18%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,21,0,14)
C18M21Y0K14 
(18%,21%,0%,14%)
(0.18/0.21/0.00/0.14)	

CMYK percentages

%18.18
%21.36
%0
%13.73

Codes

Color #B4ADDC in popluar color models

B4ADDC
RGB180173220
HSL249°40.17%77.06%
HSB/HSV249°21.36%86.27%
CMYK18.18%21.36%0.00%
13.73%

Color #B4ADDC in popluar number systems.

HEXB4ADDC
Decimal180173220
Binary101101001010110111011100
Octal264255334

Shades and tints

Shades of #B4ADDC

#B4ADDC
(180,173,220)
#A49EC8
(164,158,200)
#948FB4
(148,143,180)
#8480A0
(132,128,160)
#74718C
(116,113,140)
#646278
(100,98,120)
#545364
(84,83,100)
#444450
(68,68,80)
#34353C
(52,53,60)
#242628
(36,38,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4ADDC

#B4ADDC
(180,173,220)
#BAB4DF
(186,180,223)
#C0BBE2
(192,187,226)
#C6C2E5
(198,194,229)
#CCC9E8
(204,201,232)
#D2D0EB
(210,208,235)
#D8D7EE
(216,215,238)
#DEDEF1
(222,222,241)
#E4E5F4
(228,229,244)
#EAECF7
(234,236,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADDC; }

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

This text font color is #B4ADDC.


Background Color

.myBgColor { background-color: #B4ADDC; }

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

This div background color is #B4ADDC.


Border color

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

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

This div border color is #B4ADDC.


Opacity

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

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

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

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

This text has shadow with #B4ADDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADDC on black background.


Color preview on white background

This text has color #B4ADDC on white background.



Black color preview on #B4ADDC background

This text has black color on #B4ADDC background.


White color preview on #B4ADDC background

This text has white color on #B4ADDC background.