COLOR #B697A3

HEX: #B697A3
RGB: (182,151,163)

Color info

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

RGB color model

#B697A3 color RGB value is (182,151,163).

  • red value is 182;
  • green value is 151;
  • blue value is 163.
RGB:
(182,151,163)
(71%,59%,64%)

RGB channels and saturation

R 182 of 255 = 71%
G 151 of 255 = 59%
B 163 of 255 = 64%

182
151
163

R + G + B ~ 65%. #B697A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 151 + 163 = 496 (100%)
R 182 of 496 ~ 36.69%
G 151 of 496 ~ 30.44%
B 163 of 496 ~ 32.86%

%36.69
%30.44
%32.86

CMYK color model

#B697A3 color CMYK value is (0,17,10,29).

  • cyan value is 0.00%
  • magenta value is 17.03%
  • yellow value is 10.44%
  • key color value is 28.63%
CMYK:
(0,17,10,29)
C0M17Y10K29 
(0%,17%,10%,29%)
(0.00/0.17/0.10/0.29)	

CMYK percentages

%0
%17.03
%10.44
%28.63

Codes

Color #B697A3 in popluar color models

B697A3
RGB182151163
HSL337°17.51%65.29%
HSB/HSV337°17.03%71.37%
CMYK0.00%17.03%10.44%
28.63%

Color #B697A3 in popluar number systems.

HEXB697A3
Decimal182151163
Binary101101101001011110100011
Octal266227243

Shades and tints

Shades of #B697A3

#B697A3
(182,151,163)
#A68A95
(166,138,149)
#967D87
(150,125,135)
#867079
(134,112,121)
#76636B
(118,99,107)
#66565D
(102,86,93)
#56494F
(86,73,79)
#463C41
(70,60,65)
#362F33
(54,47,51)
#262225
(38,34,37)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #B697A3

#B697A3
(182,151,163)
#BCA0AB
(188,160,171)
#C2A9B3
(194,169,179)
#C8B2BB
(200,178,187)
#CEBBC3
(206,187,195)
#D4C4CB
(212,196,203)
#DACDD3
(218,205,211)
#E0D6DB
(224,214,219)
#E6DFE3
(230,223,227)
#ECE8EB
(236,232,235)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B697A3 color. Also use rgb(182,151,163) instead hex code.

Text Font Color

.myTextColor { color: #B697A3; }

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

This text font color is #B697A3.


Background Color

.myBgColor { background-color: #B697A3; }

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

This div background color is #B697A3.


Border color

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

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

This div border color is #B697A3.


Opacity

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

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

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

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

This text has shadow with #B697A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B697A3 on black background.


Color preview on white background

This text has color #B697A3 on white background.



Black color preview on #B697A3 background

This text has black color on #B697A3 background.


White color preview on #B697A3 background

This text has white color on #B697A3 background.