COLOR #B7626D

HEX: #B7626D
RGB: (183,98,109)

Color info

#B7626D contains mainly red color. Web safe color of #B7626D is #CC6666 (or #C66).

RGB color model

#B7626D color RGB value is (183,98,109).

  • red value is 183;
  • green value is 98;
  • blue value is 109.
RGB:
(183,98,109)
(72%,38%,43%)

RGB channels and saturation

R 183 of 255 = 72%
G 98 of 255 = 38%
B 109 of 255 = 43%

183
98
109

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

Portions of RGB colors in percentages

R + G + B =
183 + 98 + 109 = 390 (100%)
R 183 of 390 ~ 46.92%
G 98 of 390 ~ 25.13%
B 109 of 390 ~ 27.95%

%46.92
%25.13
%27.95

CMYK color model

#B7626D color CMYK value is (0,46,40,28).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 40.44%
  • key color value is 28.24%
CMYK:
(0,46,40,28)
C0M46Y40K28 
(0%,46%,40%,28%)
(0.00/0.46/0.40/0.28)	

CMYK percentages

%0
%46.45
%40.44
%28.24

Codes

Color #B7626D in popluar color models

B7626D
RGB18398109
HSL352°37.12%55.10%
HSB/HSV352°46.45%71.76%
CMYK0.00%46.45%40.44%
28.24%

Color #B7626D in popluar number systems.

HEXB7626D
Decimal18398109
Binary1011011111000101101101
Octal267142155

Shades and tints

Shades of #B7626D

#B7626D
(183,98,109)
#A75A64
(167,90,100)
#97525B
(151,82,91)
#874A52
(135,74,82)
#774249
(119,66,73)
#673A40
(103,58,64)
#573237
(87,50,55)
#472A2E
(71,42,46)
#372225
(55,34,37)
#271A1C
(39,26,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #B7626D

#B7626D
(183,98,109)
#BD707A
(189,112,122)
#C37E87
(195,126,135)
#C98C94
(201,140,148)
#CF9AA1
(207,154,161)
#D5A8AE
(213,168,174)
#DBB6BB
(219,182,187)
#E1C4C8
(225,196,200)
#E7D2D5
(231,210,213)
#EDE0E2
(237,224,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7626D color. Also use rgb(183,98,109) instead hex code.

Text Font Color

.myTextColor { color: #B7626D; }

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

This text font color is #B7626D.


Background Color

.myBgColor { background-color: #B7626D; }

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

This div background color is #B7626D.


Border color

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

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

This div border color is #B7626D.


Opacity

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

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

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

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

This text has shadow with #B7626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7626D on black background.


Color preview on white background

This text has color #B7626D on white background.



Black color preview on #B7626D background

This text has black color on #B7626D background.


White color preview on #B7626D background

This text has white color on #B7626D background.