COLOR #B1ADD1

HEX: #B1ADD1 RGB: (177,173,209)

Color info

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

RGB color model

#B1ADD1 color RGB value is (177,173,209).

RGB: (177,173,209) (69%, 68%, 82%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 209 of 255 = 82%

177
173
209

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

Portions of RGB colors in percentages

R + G + B = 177 + 173 + 209 = 559 (100%)
R 177 of 559 ~ 31.66%
G 173 of 559 ~ 30.95%
B 209 of 559 ~ 37.39'%

%31.66
%30.95
%37.39

CMYK color model

#B1ADD1 color CMYK value is (15,17,0,18).

  • cyan value is 15.31%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (15,17,0,18) C15M17Y0K18 (15%,17%,0%,18%) (0.15/0.17/0.00/0.18) 

CMYK percentages

%15.31
%17.22
%0
%18.04

Codes

Color #B1ADD1 in popluar color models

B1 AD D1
RGB 177 173 209
HSL 247° 28.13% 74.90%
HSB/HSV 247° 17.22% 81.96%
CMYK 15.31% 17.22% 0.00%
18.04%

Color #B1ADD1 in popluar number systems.

HEX B1 AD D1
Decimal 177 173 209
Binary 10110001 10101101 11010001
Octal 261 255 321

Shades and tints

Shades of #B1ADD1

#B1ADD1
(177,173,209)
#A19EBE
(161,158,190)
#918FAB
(145,143,171)
#818098
(129,128,152)
#717185
(113,113,133)
#616272
(97,98,114)
#51535F
(81,83,95)
#41444C
(65,68,76)
#313539
(49,53,57)
#212626
(33,38,38)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #B1ADD1

#B1ADD1
(177,173,209)
#B8B4D5
(184,180,213)
#BFBBD9
(191,187,217)
#C6C2DD
(198,194,221)
#CDC9E1
(205,201,225)
#D4D0E5
(212,208,229)
#DBD7E9
(219,215,233)
#E2DEED
(226,222,237)
#E9E5F1
(233,229,241)
#F0ECF5
(240,236,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ADD1 color. Also use rgb(177,173,209) instead hex code.

Text Font Color

.myTextColor { color: #B1ADD1; }

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

This text font color is #B1ADD1.

Background Color

.myBgColor { background-color: #B1ADD1; }

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

This div background color is #B1ADD1.

Border color

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

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

This div border color is #B1ADD1.

Opacity

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

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

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

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

This text has shadow with #B1ADD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1ADD1.

Preview

Color preview on black background

This text has color #B1ADD1 on black background.


Color preview on white background

This text has color #B1ADD1 on white background.


Black color preview on #B1ADD1 background

This text has black color on #B1ADD1 background.


White color preview on #B1ADD1 background

This text has white color on #B1ADD1 background.


Related colors

Complementary color

Complementary color for #hex is #4E522E.


I love getcolorcode.com

Triadic colors

1 #D1B1AD and #ADD1B1 with #B1ADD1 are triadic colors.

2 #D1ADB1 and #ADB1D1 with #B1ADD1 are triadic colors.