COLOR #B1ADDC

HEX: #B1ADDC RGB: (177,173,220)

Color info

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

RGB color model

#B1ADDC color RGB value is (177,173,220).

RGB: (177,173,220) (69%, 68%, 86%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 220 of 255 = 86%

177
173
220

R + G + B ~ 74%. #B1ADDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 173 + 220 = 570 (100%)
R 177 of 570 ~ 31.05%
G 173 of 570 ~ 30.35%
B 220 of 570 ~ 38.6'%

%31.05
%30.35
%38.6

CMYK color model

#B1ADDC color CMYK value is (20,21,0,14).

  • cyan value is 19.55%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (20,21,0,14)
C20M21Y0K14 (20%, 21%, 0%, 14%)
(0.20 / 0.21 / 0.00 / 0.14)

CMYK percentages

%19.55
%21.36
%0
%13.73

Codes

Color #B1ADDC in popluar color models

B1 AD DC
RGB 177 173 220
HSL 245° 40.17% 77.06%
HSB/HSV 245° 21.36% 86.27%
CMYK 19.55% 21.36% 0.00%
13.73%

Color #B1ADDC in popluar number systems.

HEX B1 AD DC
Decimal 177 173 220
Binary 10110001 10101101 11011100
Octal 261 255 334

Shades and tints

Shades of #B1ADDC

#B1ADDC
(177,173,220)
#A19EC8
(161,158,200)
#918FB4
(145,143,180)
#8180A0
(129,128,160)
#71718C
(113,113,140)
#616278
(97,98,120)
#515364
(81,83,100)
#414450
(65,68,80)
#31353C
(49,53,60)
#212628
(33,38,40)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1ADDC

#B1ADDC
(177,173,220)
#B8B4DF
(184,180,223)
#BFBBE2
(191,187,226)
#C6C2E5
(198,194,229)
#CDC9E8
(205,201,232)
#D4D0EB
(212,208,235)
#DBD7EE
(219,215,238)
#E2DEF1
(226,222,241)
#E9E5F4
(233,229,244)
#F0ECF7
(240,236,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ADDC; }

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

This text font color is #B1ADDC.

Background Color

.myBgColor { background-color: #B1ADDC; }

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

This div background color is #B1ADDC.

Border color

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

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

This div border color is #B1ADDC.

Opacity

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

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

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

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

This text has shadow with #B1ADDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1ADDC.

Preview

Color preview on black background

This text has color #B1ADDC on black background.


Color preview on white background

This text has color #B1ADDC on white background.


Black color preview on #B1ADDC background

This text has black color on #B1ADDC background.


White color preview on #B1ADDC background

This text has white color on #B1ADDC background.


Related colors

Complementary color

Complementary color for #hex is #4E5223.


I love getcolorcode.com

Triadic colors

1 #DCB1AD and #ADDCB1 with #B1ADDC are triadic colors.

2 #DCADB1 and #ADB1DC with #B1ADDC are triadic colors.