COLOR #B7697F

HEX: #B7697F RGB: (183,105,127)

Color info

#B7697F contains mainly red and blue colors. Web safe color of #B7697F is #CC6666 (or #C66).

RGB color model

#B7697F color RGB value is (183,105,127).

RGB: (183,105,127) (72%, 41%, 50%)

RGB channels and saturation

R 183 of 255 = 72%
G 105 of 255 = 41%
B 127 of 255 = 50%

183
105
127

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

Portions of RGB colors in percentages

R + G + B = 183 + 105 + 127 = 415 (100%)
R 183 of 415 ~ 44.1%
G 105 of 415 ~ 25.3%
B 127 of 415 ~ 30.6'%

%44.1
%25.3
%30.6

CMYK color model

#B7697F color CMYK value is (0,43,31,28).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 30.60%
  • key color value is 28.24%

CMYK: (0,43,31,28)
C0M43Y31K28 (0%, 43%, 31%, 28%)
(0.00 / 0.43 / 0.31 / 0.28)

CMYK percentages

%0
%42.62
%30.6
%28.24

Codes

Color #B7697F in popluar color models

B7 69 7F
RGB 183 105 127
HSL 343° 35.14% 56.47%
HSB/HSV 343° 42.62% 71.76%
CMYK 0.00% 42.62% 30.60%
28.24%

Color #B7697F in popluar number systems.

HEX B7 69 7F
Decimal 183 105 127
Binary 10110111 1101001 1111111
Octal 267 151 177

Shades and tints

Shades of #B7697F

#B7697F
(183,105,127)
#A76074
(167,96,116)
#975769
(151,87,105)
#874E5E
(135,78,94)
#774553
(119,69,83)
#673C48
(103,60,72)
#57333D
(87,51,61)
#472A32
(71,42,50)
#372127
(55,33,39)
#27181C
(39,24,28)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #B7697F

#B7697F
(183,105,127)
#BD768A
(189,118,138)
#C38395
(195,131,149)
#C990A0
(201,144,160)
#CF9DAB
(207,157,171)
#D5AAB6
(213,170,182)
#DBB7C1
(219,183,193)
#E1C4CC
(225,196,204)
#E7D1D7
(231,209,215)
#EDDEE2
(237,222,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7697F color. Also use rgb(183,105,127) instead hex code.

Text Font Color

.myTextColor { color: #B7697F; }

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

This text font color is #B7697F.

Background Color

.myBgColor { background-color: #B7697F; }

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

This div background color is #B7697F.

Border color

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

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

This div border color is #B7697F.

Opacity

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

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

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

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

This text has shadow with #B7697F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7697F.

Preview

Color preview on black background

This text has color #B7697F on black background.


Color preview on white background

This text has color #B7697F on white background.


Black color preview on #B7697F background

This text has black color on #B7697F background.


White color preview on #B7697F background

This text has white color on #B7697F background.


Related colors

Complementary color

Complementary color for #hex is #489680.


I love getcolorcode.com

Triadic colors

1 #7FB769 and #697FB7 with #B7697F are triadic colors.

2 #7F69B7 and #69B77F with #B7697F are triadic colors.