COLOR #B693A9

HEX: #B693A9
RGB: (182,147,169)

Color info

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

RGB color model

#B693A9 color RGB value is (182,147,169).

  • red value is 182;
  • green value is 147;
  • blue value is 169.
RGB:
(182,147,169)
(71%,58%,66%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 169 of 255 = 66%

182
147
169

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

Portions of RGB colors in percentages

R + G + B =
182 + 147 + 169 = 498 (100%)
R 182 of 498 ~ 36.55%
G 147 of 498 ~ 29.52%
B 169 of 498 ~ 33.94%

%36.55
%29.52
%33.94

CMYK color model

#B693A9 color CMYK value is (0,19,7,29).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(0,19,7,29)
C0M19Y7K29 
(0%,19%,7%,29%)
(0.00/0.19/0.07/0.29)	

CMYK percentages

%0
%19.23
%7.14
%28.63

Codes

Color #B693A9 in popluar color models

B693A9
RGB182147169
HSL322°19.34%64.51%
HSB/HSV322°19.23%71.37%
CMYK0.00%19.23%7.14%
28.63%

Color #B693A9 in popluar number systems.

HEXB693A9
Decimal182147169
Binary101101101001001110101001
Octal266223251

Shades and tints

Shades of #B693A9

#B693A9
(182,147,169)
#A6869A
(166,134,154)
#96798B
(150,121,139)
#866C7C
(134,108,124)
#765F6D
(118,95,109)
#66525E
(102,82,94)
#56454F
(86,69,79)
#463840
(70,56,64)
#362B31
(54,43,49)
#261E22
(38,30,34)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B693A9

#B693A9
(182,147,169)
#BC9CB0
(188,156,176)
#C2A5B7
(194,165,183)
#C8AEBE
(200,174,190)
#CEB7C5
(206,183,197)
#D4C0CC
(212,192,204)
#DAC9D3
(218,201,211)
#E0D2DA
(224,210,218)
#E6DBE1
(230,219,225)
#ECE4E8
(236,228,232)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B693A9 color. Also use rgb(182,147,169) instead hex code.

Text Font Color

.myTextColor { color: #B693A9; }

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

This text font color is #B693A9.


Background Color

.myBgColor { background-color: #B693A9; }

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

This div background color is #B693A9.


Border color

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

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

This div border color is #B693A9.


Opacity

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

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

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

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

This text has shadow with #B693A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B693A9 on black background.


Color preview on white background

This text has color #B693A9 on white background.



Black color preview on #B693A9 background

This text has black color on #B693A9 background.


White color preview on #B693A9 background

This text has white color on #B693A9 background.