COLOR #B1ADCE

HEX: #B1ADCE RGB: (177,173,206)

Color info

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

RGB color model

#B1ADCE color RGB value is (177,173,206).

RGB: (177,173,206) (69%, 68%, 81%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 206 of 255 = 81%

177
173
206

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

Portions of RGB colors in percentages

R + G + B = 177 + 173 + 206 = 556 (100%)
R 177 of 556 ~ 31.83%
G 173 of 556 ~ 31.12%
B 206 of 556 ~ 37.05'%

%31.83
%31.12
%37.05

CMYK color model

#B1ADCE color CMYK value is (14,16,0,19).

  • cyan value is 14.08%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (14,16,0,19)
C14M16Y0K19 (14%, 16%, 0%, 19%)
(0.14 / 0.16 / 0.00 / 0.19)

CMYK percentages

%14.08
%16.02
%0
%19.22

Codes

Color #B1ADCE in popluar color models

B1 AD CE
RGB 177 173 206
HSL 247° 25.19% 74.31%
HSB/HSV 247° 16.02% 80.78%
CMYK 14.08% 16.02% 0.00%
19.22%

Color #B1ADCE in popluar number systems.

HEX B1 AD CE
Decimal 177 173 206
Binary 10110001 10101101 11001110
Octal 261 255 316

Shades and tints

Shades of #B1ADCE

#B1ADCE
(177,173,206)
#A19EBC
(161,158,188)
#918FAA
(145,143,170)
#818098
(129,128,152)
#717186
(113,113,134)
#616274
(97,98,116)
#515362
(81,83,98)
#414450
(65,68,80)
#31353E
(49,53,62)
#21262C
(33,38,44)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #B1ADCE

#B1ADCE
(177,173,206)
#B8B4D2
(184,180,210)
#BFBBD6
(191,187,214)
#C6C2DA
(198,194,218)
#CDC9DE
(205,201,222)
#D4D0E2
(212,208,226)
#DBD7E6
(219,215,230)
#E2DEEA
(226,222,234)
#E9E5EE
(233,229,238)
#F0ECF2
(240,236,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ADCE; }

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

This text font color is #B1ADCE.

Background Color

.myBgColor { background-color: #B1ADCE; }

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

This div background color is #B1ADCE.

Border color

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

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

This div border color is #B1ADCE.

Opacity

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

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

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

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

This text has shadow with #B1ADCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1ADCE.

Preview

Color preview on black background

This text has color #B1ADCE on black background.


Color preview on white background

This text has color #B1ADCE on white background.


Black color preview on #B1ADCE background

This text has black color on #B1ADCE background.


White color preview on #B1ADCE background

This text has white color on #B1ADCE background.


Related colors

Complementary color

Complementary color for #hex is #4E5231.


I love getcolorcode.com

Triadic colors

1 #CEB1AD and #ADCEB1 with #B1ADCE are triadic colors.

2 #CEADB1 and #ADB1CE with #B1ADCE are triadic colors.