COLOR #B693A0

HEX: #B693A0 RGB: (182,147,160)

Color info

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

RGB color model

#B693A0 color RGB value is (182,147,160).

RGB: (182,147,160) (71%, 58%, 63%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 160 of 255 = 63%

182
147
160

R + G + B ~ 64%. #B693A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 147 + 160 = 489 (100%)
R 182 of 489 ~ 37.22%
G 147 of 489 ~ 30.06%
B 160 of 489 ~ 32.72'%

%37.22
%30.06
%32.72

CMYK color model

#B693A0 color CMYK value is (0,19,12,29).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 12.09%
  • key color value is 28.63%

CMYK: (0,19,12,29)
C0M19Y12K29 (0%, 19%, 12%, 29%)
(0.00 / 0.19 / 0.12 / 0.29)

CMYK percentages

%0
%19.23
%12.09
%28.63

Codes

Color #B693A0 in popluar color models

B6 93 A0
RGB 182 147 160
HSL 338° 19.34% 64.51%
HSB/HSV 338° 19.23% 71.37%
CMYK 0.00% 19.23% 12.09%
28.63%

Color #B693A0 in popluar number systems.

HEX B6 93 A0
Decimal 182 147 160
Binary 10110110 10010011 10100000
Octal 266 223 240

Shades and tints

Shades of #B693A0

#B693A0
(182,147,160)
#A68692
(166,134,146)
#967984
(150,121,132)
#866C76
(134,108,118)
#765F68
(118,95,104)
#66525A
(102,82,90)
#56454C
(86,69,76)
#46383E
(70,56,62)
#362B30
(54,43,48)
#261E22
(38,30,34)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B693A0

#B693A0
(182,147,160)
#BC9CA8
(188,156,168)
#C2A5B0
(194,165,176)
#C8AEB8
(200,174,184)
#CEB7C0
(206,183,192)
#D4C0C8
(212,192,200)
#DAC9D0
(218,201,208)
#E0D2D8
(224,210,216)
#E6DBE0
(230,219,224)
#ECE4E8
(236,228,232)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B693A0; }

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

This text font color is #B693A0.

Background Color

.myBgColor { background-color: #B693A0; }

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

This div background color is #B693A0.

Border color

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

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

This div border color is #B693A0.

Opacity

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

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

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

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

This text has shadow with #B693A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B693A0.

Preview

Color preview on black background

This text has color #B693A0 on black background.


Color preview on white background

This text has color #B693A0 on white background.


Black color preview on #B693A0 background

This text has black color on #B693A0 background.


White color preview on #B693A0 background

This text has white color on #B693A0 background.


Related colors

Complementary color

Complementary color for #hex is #496C5F.


I love getcolorcode.com

Triadic colors

1 #A0B693 and #93A0B6 with #B693A0 are triadic colors.

2 #A093B6 and #93B6A0 with #B693A0 are triadic colors.