COLOR #B4ADE3

HEX: #B4ADE3
RGB: (180,173,227)

Color info

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

RGB color model

#B4ADE3 color RGB value is (180,173,227).

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

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 227 of 255 = 89%

180
173
227

R + G + B ~ 76%. #B4ADE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 227 = 580 (100%)
R 180 of 580 ~ 31.03%
G 173 of 580 ~ 29.83%
B 227 of 580 ~ 39.14%

%31.03
%29.83
%39.14

CMYK color model

#B4ADE3 color CMYK value is (21,24,0,11).

  • cyan value is 20.70%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,24,0,11)
C21M24Y0K11 
(21%,24%,0%,11%)
(0.21/0.24/0.00/0.11)	

CMYK percentages

%20.7
%23.79
%0
%10.98

Codes

Color #B4ADE3 in popluar color models

B4ADE3
RGB180173227
HSL248°49.09%78.43%
HSB/HSV248°23.79%89.02%
CMYK20.70%23.79%0.00%
10.98%

Color #B4ADE3 in popluar number systems.

HEXB4ADE3
Decimal180173227
Binary101101001010110111100011
Octal264255343

Shades and tints

Shades of #B4ADE3

#B4ADE3
(180,173,227)
#A49ECF
(164,158,207)
#948FBB
(148,143,187)
#8480A7
(132,128,167)
#747193
(116,113,147)
#64627F
(100,98,127)
#54536B
(84,83,107)
#444457
(68,68,87)
#343543
(52,53,67)
#24262F
(36,38,47)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4ADE3

#B4ADE3
(180,173,227)
#BAB4E5
(186,180,229)
#C0BBE7
(192,187,231)
#C6C2E9
(198,194,233)
#CCC9EB
(204,201,235)
#D2D0ED
(210,208,237)
#D8D7EF
(216,215,239)
#DEDEF1
(222,222,241)
#E4E5F3
(228,229,243)
#EAECF5
(234,236,245)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADE3; }

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

This text font color is #B4ADE3.


Background Color

.myBgColor { background-color: #B4ADE3; }

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

This div background color is #B4ADE3.


Border color

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

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

This div border color is #B4ADE3.


Opacity

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

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

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

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

This text has shadow with #B4ADE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADE3 on black background.


Color preview on white background

This text has color #B4ADE3 on white background.



Black color preview on #B4ADE3 background

This text has black color on #B4ADE3 background.


White color preview on #B4ADE3 background

This text has white color on #B4ADE3 background.