COLOR #B1ADCB

HEX: #B1ADCB
RGB: (177,173,203)

Color info

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

RGB color model

#B1ADCB color RGB value is (177,173,203).

  • red value is 177;
  • green value is 173;
  • blue value is 203.
RGB:
(177,173,203)
(69%,68%,80%)

RGB channels and saturation

R 177 of 255 = 69%
G 173 of 255 = 68%
B 203 of 255 = 80%

177
173
203

R + G + B ~ 72%. #B1ADCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 173 + 203 = 553 (100%)
R 177 of 553 ~ 32.01%
G 173 of 553 ~ 31.28%
B 203 of 553 ~ 36.71%

%32.01
%31.28
%36.71

CMYK color model

#B1ADCB color CMYK value is (13,15,0,20).

  • cyan value is 12.81%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(13,15,0,20)
C13M15Y0K20 
(13%,15%,0%,20%)
(0.13/0.15/0.00/0.20)	

CMYK percentages

%12.81
%14.78
%0
%20.39

Codes

Color #B1ADCB in popluar color models

B1ADCB
RGB177173203
HSL248°22.39%73.73%
HSB/HSV248°14.78%79.61%
CMYK12.81%14.78%0.00%
20.39%

Color #B1ADCB in popluar number systems.

HEXB1ADCB
Decimal177173203
Binary101100011010110111001011
Octal261255313

Shades and tints

Shades of #B1ADCB

#B1ADCB
(177,173,203)
#A19EB9
(161,158,185)
#918FA7
(145,143,167)
#818095
(129,128,149)
#717183
(113,113,131)
#616271
(97,98,113)
#51535F
(81,83,95)
#41444D
(65,68,77)
#31353B
(49,53,59)
#212629
(33,38,41)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #B1ADCB

#B1ADCB
(177,173,203)
#B8B4CF
(184,180,207)
#BFBBD3
(191,187,211)
#C6C2D7
(198,194,215)
#CDC9DB
(205,201,219)
#D4D0DF
(212,208,223)
#DBD7E3
(219,215,227)
#E2DEE7
(226,222,231)
#E9E5EB
(233,229,235)
#F0ECEF
(240,236,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ADCB; }

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

This text font color is #B1ADCB.


Background Color

.myBgColor { background-color: #B1ADCB; }

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

This div background color is #B1ADCB.


Border color

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

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

This div border color is #B1ADCB.


Opacity

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

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

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

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

This text has shadow with #B1ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ADCB on black background.


Color preview on white background

This text has color #B1ADCB on white background.



Black color preview on #B1ADCB background

This text has black color on #B1ADCB background.


White color preview on #B1ADCB background

This text has white color on #B1ADCB background.