COLOR #B1A8CD

HEX: #B1A8CD RGB: (177,168,205)

Color info

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

RGB color model

#B1A8CD color RGB value is (177,168,205).

RGB: (177,168,205) (69%, 66%, 80%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 205 of 255 = 80%

177
168
205

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

Portions of RGB colors in percentages

R + G + B = 177 + 168 + 205 = 550 (100%)
R 177 of 550 ~ 32.18%
G 168 of 550 ~ 30.55%
B 205 of 550 ~ 37.27'%

%32.18
%30.55
%37.27

CMYK color model

#B1A8CD color CMYK value is (14,18,0,20).

  • cyan value is 13.66%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (14,18,0,20)
C14M18Y0K20 (14%, 18%, 0%, 20%)
(0.14 / 0.18 / 0.00 / 0.20)

CMYK percentages

%13.66
%18.05
%0
%19.61

Codes

Color #B1A8CD in popluar color models

B1 A8 CD
RGB 177 168 205
HSL 255° 27.01% 73.14%
HSB/HSV 255° 18.05% 80.39%
CMYK 13.66% 18.05% 0.00%
19.61%

Color #B1A8CD in popluar number systems.

HEX B1 A8 CD
Decimal 177 168 205
Binary 10110001 10101000 11001101
Octal 261 250 315

Shades and tints

Shades of #B1A8CD

#B1A8CD
(177,168,205)
#A199BB
(161,153,187)
#918AA9
(145,138,169)
#817B97
(129,123,151)
#716C85
(113,108,133)
#615D73
(97,93,115)
#514E61
(81,78,97)
#413F4F
(65,63,79)
#31303D
(49,48,61)
#21212B
(33,33,43)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #B1A8CD

#B1A8CD
(177,168,205)
#B8AFD1
(184,175,209)
#BFB6D5
(191,182,213)
#C6BDD9
(198,189,217)
#CDC4DD
(205,196,221)
#D4CBE1
(212,203,225)
#DBD2E5
(219,210,229)
#E2D9E9
(226,217,233)
#E9E0ED
(233,224,237)
#F0E7F1
(240,231,241)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A8CD; }

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

This text font color is #B1A8CD.

Background Color

.myBgColor { background-color: #B1A8CD; }

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

This div background color is #B1A8CD.

Border color

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

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

This div border color is #B1A8CD.

Opacity

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

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

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

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

This text has shadow with #B1A8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A8CD.

Preview

Color preview on black background

This text has color #B1A8CD on black background.


Color preview on white background

This text has color #B1A8CD on white background.


Black color preview on #B1A8CD background

This text has black color on #B1A8CD background.


White color preview on #B1A8CD background

This text has white color on #B1A8CD background.


Related colors

Complementary color

Complementary color for #hex is #4E5732.


I love getcolorcode.com

Triadic colors

1 #CDB1A8 and #A8CDB1 with #B1A8CD are triadic colors.

2 #CDA8B1 and #A8B1CD with #B1A8CD are triadic colors.