COLOR #B18BCD

HEX: #B18BCD
RGB: (177,139,205)

Color info

#B18BCD contains mainly red and blue colors. Web safe color of #B18BCD is #9999CC (or #99C).

RGB color model

#B18BCD color RGB value is (177,139,205).

  • red value is 177;
  • green value is 139;
  • blue value is 205.
RGB:
(177,139,205)
(69%,55%,80%)

RGB channels and saturation

R 177 of 255 = 69%
G 139 of 255 = 55%
B 205 of 255 = 80%

177
139
205

R + G + B ~ 68%. #B18BCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 139 + 205 = 521 (100%)
R 177 of 521 ~ 33.97%
G 139 of 521 ~ 26.68%
B 205 of 521 ~ 39.35%

%33.97
%26.68
%39.35

CMYK color model

#B18BCD color CMYK value is (14,32,0,20).

  • cyan value is 13.66%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,32,0,20)
C14M32Y0K20 
(14%,32%,0%,20%)
(0.14/0.32/0.00/0.20)	

CMYK percentages

%13.66
%32.2
%0
%19.61

Codes

Color #B18BCD in popluar color models

B18BCD
RGB177139205
HSL275°39.76%67.45%
HSB/HSV275°32.20%80.39%
CMYK13.66%32.20%0.00%
19.61%

Color #B18BCD in popluar number systems.

HEXB18BCD
Decimal177139205
Binary101100011000101111001101
Octal261213315

Shades and tints

Shades of #B18BCD

#B18BCD
(177,139,205)
#A17FBB
(161,127,187)
#9173A9
(145,115,169)
#816797
(129,103,151)
#715B85
(113,91,133)
#614F73
(97,79,115)
#514361
(81,67,97)
#41374F
(65,55,79)
#312B3D
(49,43,61)
#211F2B
(33,31,43)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #B18BCD

#B18BCD
(177,139,205)
#B895D1
(184,149,209)
#BF9FD5
(191,159,213)
#C6A9D9
(198,169,217)
#CDB3DD
(205,179,221)
#D4BDE1
(212,189,225)
#DBC7E5
(219,199,229)
#E2D1E9
(226,209,233)
#E9DBED
(233,219,237)
#F0E5F1
(240,229,241)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18BCD; }

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

This text font color is #B18BCD.


Background Color

.myBgColor { background-color: #B18BCD; }

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

This div background color is #B18BCD.


Border color

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

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

This div border color is #B18BCD.


Opacity

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

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

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

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

This text has shadow with #B18BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18BCD on black background.


Color preview on white background

This text has color #B18BCD on white background.



Black color preview on #B18BCD background

This text has black color on #B18BCD background.


White color preview on #B18BCD background

This text has white color on #B18BCD background.