COLOR #B1618E

HEX: #B1618E
RGB: (177,97,142)

Color info

#B1618E contains mainly red and blue colors. Web safe color of #B1618E is #996699 (or #969).

RGB color model

#B1618E color RGB value is (177,97,142).

  • red value is 177;
  • green value is 97;
  • blue value is 142.
RGB:
(177,97,142)
(69%,38%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 97 of 255 = 38%
B 142 of 255 = 56%

177
97
142

R + G + B ~ 54%. #B1618E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 97 + 142 = 416 (100%)
R 177 of 416 ~ 42.55%
G 97 of 416 ~ 23.32%
B 142 of 416 ~ 34.13%

%42.55
%23.32
%34.13

CMYK color model

#B1618E color CMYK value is (0,45,20,31).

  • cyan value is 0.00%
  • magenta value is 45.20%
  • yellow value is 19.77%
  • key color value is 30.59%
CMYK:
(0,45,20,31)
C0M45Y20K31 
(0%,45%,20%,31%)
(0.00/0.45/0.20/0.31)	

CMYK percentages

%0
%45.2
%19.77
%30.59

Codes

Color #B1618E in popluar color models

B1618E
RGB17797142
HSL326°33.90%53.73%
HSB/HSV326°45.20%69.41%
CMYK0.00%45.20%19.77%
30.59%

Color #B1618E in popluar number systems.

HEXB1618E
Decimal17797142
Binary10110001110000110001110
Octal261141216

Shades and tints

Shades of #B1618E

#B1618E
(177,97,142)
#A15982
(161,89,130)
#915176
(145,81,118)
#81496A
(129,73,106)
#71415E
(113,65,94)
#613952
(97,57,82)
#513146
(81,49,70)
#41293A
(65,41,58)
#31212E
(49,33,46)
#211922
(33,25,34)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B1618E

#B1618E
(177,97,142)
#B86F98
(184,111,152)
#BF7DA2
(191,125,162)
#C68BAC
(198,139,172)
#CD99B6
(205,153,182)
#D4A7C0
(212,167,192)
#DBB5CA
(219,181,202)
#E2C3D4
(226,195,212)
#E9D1DE
(233,209,222)
#F0DFE8
(240,223,232)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1618E color. Also use rgb(177,97,142) instead hex code.

Text Font Color

.myTextColor { color: #B1618E; }

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

This text font color is #B1618E.


Background Color

.myBgColor { background-color: #B1618E; }

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

This div background color is #B1618E.


Border color

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

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

This div border color is #B1618E.


Opacity

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

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

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

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

This text has shadow with #B1618E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1618E on black background.


Color preview on white background

This text has color #B1618E on white background.



Black color preview on #B1618E background

This text has black color on #B1618E background.


White color preview on #B1618E background

This text has white color on #B1618E background.