COLOR #B1A8CF

HEX: #B1A8CF
RGB: (177,168,207)

Color info

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

RGB color model

#B1A8CF color RGB value is (177,168,207).

  • red value is 177;
  • green value is 168;
  • blue value is 207.
RGB:
(177,168,207)
(69%,66%,81%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 207 of 255 = 81%

177
168
207

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

Portions of RGB colors in percentages

R + G + B =
177 + 168 + 207 = 552 (100%)
R 177 of 552 ~ 32.07%
G 168 of 552 ~ 30.43%
B 207 of 552 ~ 37.5%

%32.07
%30.43
%37.5

CMYK color model

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

  • cyan value is 14.49%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(14,19,0,19)
C14M19Y0K19 
(14%,19%,0%,19%)
(0.14/0.19/0.00/0.19)	

CMYK percentages

%14.49
%18.84
%0
%18.82

Codes

Color #B1A8CF in popluar color models

B1A8CF
RGB177168207
HSL254°28.89%73.53%
HSB/HSV254°18.84%81.18%
CMYK14.49%18.84%0.00%
18.82%

Color #B1A8CF in popluar number systems.

HEXB1A8CF
Decimal177168207
Binary101100011010100011001111
Octal261250317

Shades and tints

Shades of #B1A8CF

#B1A8CF
(177,168,207)
#A199BD
(161,153,189)
#918AAB
(145,138,171)
#817B99
(129,123,153)
#716C87
(113,108,135)
#615D75
(97,93,117)
#514E63
(81,78,99)
#413F51
(65,63,81)
#31303F
(49,48,63)
#21212D
(33,33,45)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #B1A8CF

#B1A8CF
(177,168,207)
#B8AFD3
(184,175,211)
#BFB6D7
(191,182,215)
#C6BDDB
(198,189,219)
#CDC4DF
(205,196,223)
#D4CBE3
(212,203,227)
#DBD2E7
(219,210,231)
#E2D9EB
(226,217,235)
#E9E0EF
(233,224,239)
#F0E7F3
(240,231,243)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A8CF color. Also use rgb(177,168,207) instead hex code.

Text Font Color

.myTextColor { color: #B1A8CF; }

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

This text font color is #B1A8CF.


Background Color

.myBgColor { background-color: #B1A8CF; }

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

This div background color is #B1A8CF.


Border color

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

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

This div border color is #B1A8CF.


Opacity

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

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

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

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

This text has shadow with #B1A8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A8CF on black background.


Color preview on white background

This text has color #B1A8CF on white background.



Black color preview on #B1A8CF background

This text has black color on #B1A8CF background.


White color preview on #B1A8CF background

This text has white color on #B1A8CF background.