COLOR #B693BD

HEX: #B693BD RGB: (182,147,189)

Color info

#B693BD contains red, green and blue colors in about the same proportion. Web safe color of #B693BD is #CC99CC (or #C9C).

RGB color model

#B693BD color RGB value is (182,147,189).

RGB: (182,147,189) (71%, 58%, 74%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 189 of 255 = 74%

182
147
189

R + G + B ~ 68%. #B693BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 147 + 189 = 518 (100%)
R 182 of 518 ~ 35.14%
G 147 of 518 ~ 28.38%
B 189 of 518 ~ 36.49'%

%35.14
%28.38
%36.49

CMYK color model

#B693BD color CMYK value is (4,22,0,26).

  • cyan value is 3.70%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (4,22,0,26)
C4M22Y0K26 (4%, 22%, 0%, 26%)
(0.04 / 0.22 / 0.00 / 0.26)

CMYK percentages

%3.7
%22.22
%0
%25.88

Codes

Color #B693BD in popluar color models

B6 93 BD
RGB 182 147 189
HSL 290° 24.14% 65.88%
HSB/HSV 290° 22.22% 74.12%
CMYK 3.70% 22.22% 0.00%
25.88%

Color #B693BD in popluar number systems.

HEX B6 93 BD
Decimal 182 147 189
Binary 10110110 10010011 10111101
Octal 266 223 275

Shades and tints

Shades of #B693BD

#B693BD
(182,147,189)
#A686AC
(166,134,172)
#96799B
(150,121,155)
#866C8A
(134,108,138)
#765F79
(118,95,121)
#665268
(102,82,104)
#564557
(86,69,87)
#463846
(70,56,70)
#362B35
(54,43,53)
#261E24
(38,30,36)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B693BD

#B693BD
(182,147,189)
#BC9CC3
(188,156,195)
#C2A5C9
(194,165,201)
#C8AECF
(200,174,207)
#CEB7D5
(206,183,213)
#D4C0DB
(212,192,219)
#DAC9E1
(218,201,225)
#E0D2E7
(224,210,231)
#E6DBED
(230,219,237)
#ECE4F3
(236,228,243)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B693BD; }

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

This text font color is #B693BD.

Background Color

.myBgColor { background-color: #B693BD; }

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

This div background color is #B693BD.

Border color

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

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

This div border color is #B693BD.

Opacity

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

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

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

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

This text has shadow with #B693BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B693BD.

Preview

Color preview on black background

This text has color #B693BD on black background.


Color preview on white background

This text has color #B693BD on white background.


Black color preview on #B693BD background

This text has black color on #B693BD background.


White color preview on #B693BD background

This text has white color on #B693BD background.


Related colors

Complementary color

Complementary color for #hex is #496C42.


I love getcolorcode.com

Triadic colors

1 #BDB693 and #93BDB6 with #B693BD are triadic colors.

2 #BD93B6 and #93B6BD with #B693BD are triadic colors.