COLOR #B693DB

HEX: #B693DB RGB: (182,147,219)

Color info

#B693DB contains mainly red and blue colors. Web safe color of #B693DB is #CC99CC (or #C9C).

RGB color model

#B693DB color RGB value is (182,147,219).

RGB: (182,147,219) (71%, 58%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 147 of 255 = 58%
B 219 of 255 = 86%

182
147
219

R + G + B ~ 72%. #B693DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 147 + 219 = 548 (100%)
R 182 of 548 ~ 33.21%
G 147 of 548 ~ 26.82%
B 219 of 548 ~ 39.96'%

%33.21
%26.82
%39.96

CMYK color model

#B693DB color CMYK value is (17,33,0,14).

  • cyan value is 16.89%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (17,33,0,14)
C17M33Y0K14 (17%, 33%, 0%, 14%)
(0.17 / 0.33 / 0.00 / 0.14)

CMYK percentages

%16.89
%32.88
%0
%14.12

Codes

Color #B693DB in popluar color models

B6 93 DB
RGB 182 147 219
HSL 269° 50.00% 71.76%
HSB/HSV 269° 32.88% 85.88%
CMYK 16.89% 32.88% 0.00%
14.12%

Color #B693DB in popluar number systems.

HEX B6 93 DB
Decimal 182 147 219
Binary 10110110 10010011 11011011
Octal 266 223 333

Shades and tints

Shades of #B693DB

#B693DB
(182,147,219)
#A686C8
(166,134,200)
#9679B5
(150,121,181)
#866CA2
(134,108,162)
#765F8F
(118,95,143)
#66527C
(102,82,124)
#564569
(86,69,105)
#463856
(70,56,86)
#362B43
(54,43,67)
#261E30
(38,30,48)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #B693DB

#B693DB
(182,147,219)
#BC9CDE
(188,156,222)
#C2A5E1
(194,165,225)
#C8AEE4
(200,174,228)
#CEB7E7
(206,183,231)
#D4C0EA
(212,192,234)
#DAC9ED
(218,201,237)
#E0D2F0
(224,210,240)
#E6DBF3
(230,219,243)
#ECE4F6
(236,228,246)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B693DB; }

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

This text font color is #B693DB.

Background Color

.myBgColor { background-color: #B693DB; }

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

This div background color is #B693DB.

Border color

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

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

This div border color is #B693DB.

Opacity

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

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

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

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

This text has shadow with #B693DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B693DB.

Preview

Color preview on black background

This text has color #B693DB on black background.


Color preview on white background

This text has color #B693DB on white background.


Black color preview on #B693DB background

This text has black color on #B693DB background.


White color preview on #B693DB background

This text has white color on #B693DB background.


Related colors

Complementary color

Complementary color for #hex is #496C24.


I love getcolorcode.com

Triadic colors

1 #DBB693 and #93DBB6 with #B693DB are triadic colors.

2 #DB93B6 and #93B6DB with #B693DB are triadic colors.