COLOR #B5ADDD

HEX: #B5ADDD
RGB: (181,173,221)

Color info

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

RGB color model

#B5ADDD color RGB value is (181,173,221).

  • red value is 181;
  • green value is 173;
  • blue value is 221.
RGB:
(181,173,221)
(71%,68%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 173 of 255 = 68%
B 221 of 255 = 87%

181
173
221

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

Portions of RGB colors in percentages

R + G + B =
181 + 173 + 221 = 575 (100%)
R 181 of 575 ~ 31.48%
G 173 of 575 ~ 30.09%
B 221 of 575 ~ 38.43%

%31.48
%30.09
%38.43

CMYK color model

#B5ADDD color CMYK value is (18,22,0,13).

  • cyan value is 18.10%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(18,22,0,13)
C18M22Y0K13 
(18%,22%,0%,13%)
(0.18/0.22/0.00/0.13)	

CMYK percentages

%18.1
%21.72
%0
%13.33

Codes

Color #B5ADDD in popluar color models

B5ADDD
RGB181173221
HSL250°41.38%77.25%
HSB/HSV250°21.72%86.67%
CMYK18.10%21.72%0.00%
13.33%

Color #B5ADDD in popluar number systems.

HEXB5ADDD
Decimal181173221
Binary101101011010110111011101
Octal265255335

Shades and tints

Shades of #B5ADDD

#B5ADDD
(181,173,221)
#A59EC9
(165,158,201)
#958FB5
(149,143,181)
#8580A1
(133,128,161)
#75718D
(117,113,141)
#656279
(101,98,121)
#555365
(85,83,101)
#454451
(69,68,81)
#35353D
(53,53,61)
#252629
(37,38,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5ADDD

#B5ADDD
(181,173,221)
#BBB4E0
(187,180,224)
#C1BBE3
(193,187,227)
#C7C2E6
(199,194,230)
#CDC9E9
(205,201,233)
#D3D0EC
(211,208,236)
#D9D7EF
(217,215,239)
#DFDEF2
(223,222,242)
#E5E5F5
(229,229,245)
#EBECF8
(235,236,248)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ADDD color. Also use rgb(181,173,221) instead hex code.

Text Font Color

.myTextColor { color: #B5ADDD; }

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

This text font color is #B5ADDD.


Background Color

.myBgColor { background-color: #B5ADDD; }

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

This div background color is #B5ADDD.


Border color

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

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

This div border color is #B5ADDD.


Opacity

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

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

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

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

This text has shadow with #B5ADDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ADDD on black background.


Color preview on white background

This text has color #B5ADDD on white background.



Black color preview on #B5ADDD background

This text has black color on #B5ADDD background.


White color preview on #B5ADDD background

This text has white color on #B5ADDD background.