COLOR #B7938F

HEX: #B7938F
RGB: (183,147,143)

Color info

#B7938F contains red, green and blue colors in about the same proportion. Web safe color of #B7938F is #CC9999 (or #C99).

RGB color model

#B7938F color RGB value is (183,147,143).

  • red value is 183;
  • green value is 147;
  • blue value is 143.
RGB:
(183,147,143)
(72%,58%,56%)

RGB channels and saturation

R 183 of 255 = 72%
G 147 of 255 = 58%
B 143 of 255 = 56%

183
147
143

R + G + B ~ 62%. #B7938F is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 147 + 143 = 473 (100%)
R 183 of 473 ~ 38.69%
G 147 of 473 ~ 31.08%
B 143 of 473 ~ 30.23%

%38.69
%31.08
%30.23

CMYK color model

#B7938F color CMYK value is (0,20,22,28).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 21.86%
  • key color value is 28.24%
CMYK:
(0,20,22,28)
C0M20Y22K28 
(0%,20%,22%,28%)
(0.00/0.20/0.22/0.28)	

CMYK percentages

%0
%19.67
%21.86
%28.24

Codes

Color #B7938F in popluar color models

B7938F
RGB183147143
HSL21.74%63.92%
HSB/HSV21.86%71.76%
CMYK0.00%19.67%21.86%
28.24%

Color #B7938F in popluar number systems.

HEXB7938F
Decimal183147143
Binary101101111001001110001111
Octal267223217

Shades and tints

Shades of #B7938F

#B7938F
(183,147,143)
#A78682
(167,134,130)
#977975
(151,121,117)
#876C68
(135,108,104)
#775F5B
(119,95,91)
#67524E
(103,82,78)
#574541
(87,69,65)
#473834
(71,56,52)
#372B27
(55,43,39)
#271E1A
(39,30,26)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #B7938F

#B7938F
(183,147,143)
#BD9C99
(189,156,153)
#C3A5A3
(195,165,163)
#C9AEAD
(201,174,173)
#CFB7B7
(207,183,183)
#D5C0C1
(213,192,193)
#DBC9CB
(219,201,203)
#E1D2D5
(225,210,213)
#E7DBDF
(231,219,223)
#EDE4E9
(237,228,233)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7938F color. Also use rgb(183,147,143) instead hex code.

Text Font Color

.myTextColor { color: #B7938F; }

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

This text font color is #B7938F.


Background Color

.myBgColor { background-color: #B7938F; }

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

This div background color is #B7938F.


Border color

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

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

This div border color is #B7938F.


Opacity

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

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

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

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

This text has shadow with #B7938F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7938F on black background.


Color preview on white background

This text has color #B7938F on white background.



Black color preview on #B7938F background

This text has black color on #B7938F background.


White color preview on #B7938F background

This text has white color on #B7938F background.