COLOR #B7949A

HEX: #B7949A
RGB: (183,148,154)

Color info

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

RGB color model

#B7949A color RGB value is (183,148,154).

  • red value is 183;
  • green value is 148;
  • blue value is 154.
RGB:
(183,148,154)
(72%,58%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 148 of 255 = 58%
B 154 of 255 = 60%

183
148
154

R + G + B ~ 63%. #B7949A is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 148 + 154 = 485 (100%)
R 183 of 485 ~ 37.73%
G 148 of 485 ~ 30.52%
B 154 of 485 ~ 31.75%

%37.73
%30.52
%31.75

CMYK color model

#B7949A color CMYK value is (0,19,16,28).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(0,19,16,28)
C0M19Y16K28 
(0%,19%,16%,28%)
(0.00/0.19/0.16/0.28)	

CMYK percentages

%0
%19.13
%15.85
%28.24

Codes

Color #B7949A in popluar color models

B7949A
RGB183148154
HSL350°19.55%64.90%
HSB/HSV350°19.13%71.76%
CMYK0.00%19.13%15.85%
28.24%

Color #B7949A in popluar number systems.

HEXB7949A
Decimal183148154
Binary101101111001010010011010
Octal267224232

Shades and tints

Shades of #B7949A

#B7949A
(183,148,154)
#A7878C
(167,135,140)
#977A7E
(151,122,126)
#876D70
(135,109,112)
#776062
(119,96,98)
#675354
(103,83,84)
#574646
(87,70,70)
#473938
(71,57,56)
#372C2A
(55,44,42)
#271F1C
(39,31,28)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #B7949A

#B7949A
(183,148,154)
#BD9DA3
(189,157,163)
#C3A6AC
(195,166,172)
#C9AFB5
(201,175,181)
#CFB8BE
(207,184,190)
#D5C1C7
(213,193,199)
#DBCAD0
(219,202,208)
#E1D3D9
(225,211,217)
#E7DCE2
(231,220,226)
#EDE5EB
(237,229,235)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7949A color. Also use rgb(183,148,154) instead hex code.

Text Font Color

.myTextColor { color: #B7949A; }

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

This text font color is #B7949A.


Background Color

.myBgColor { background-color: #B7949A; }

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

This div background color is #B7949A.


Border color

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

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

This div border color is #B7949A.


Opacity

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

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

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

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

This text has shadow with #B7949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7949A on black background.


Color preview on white background

This text has color #B7949A on white background.



Black color preview on #B7949A background

This text has black color on #B7949A background.


White color preview on #B7949A background

This text has white color on #B7949A background.