COLOR #B68ADC

HEX: #B68ADC RGB: (182,138,220)

Color info

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

RGB color model

#B68ADC color RGB value is (182,138,220).

RGB: (182,138,220) (71%, 54%, 86%)

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 220 of 255 = 86%

182
138
220

R + G + B ~ 70%. #B68ADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 138 + 220 = 540 (100%)
R 182 of 540 ~ 33.7%
G 138 of 540 ~ 25.56%
B 220 of 540 ~ 40.74'%

%33.7
%25.56
%40.74

CMYK color model

#B68ADC color CMYK value is (17,37,0,14).

  • cyan value is 17.27%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (17,37,0,14)
C17M37Y0K14 (17%, 37%, 0%, 14%)
(0.17 / 0.37 / 0.00 / 0.14)

CMYK percentages

%17.27
%37.27
%0
%13.73

Codes

Color #B68ADC in popluar color models

B6 8A DC
RGB 182 138 220
HSL 272° 53.95% 70.20%
HSB/HSV 272° 37.27% 86.27%
CMYK 17.27% 37.27% 0.00%
13.73%

Color #B68ADC in popluar number systems.

HEX B6 8A DC
Decimal 182 138 220
Binary 10110110 10001010 11011100
Octal 266 212 334

Shades and tints

Shades of #B68ADC

#B68ADC
(182,138,220)
#A67EC8
(166,126,200)
#9672B4
(150,114,180)
#8666A0
(134,102,160)
#765A8C
(118,90,140)
#664E78
(102,78,120)
#564264
(86,66,100)
#463650
(70,54,80)
#362A3C
(54,42,60)
#261E28
(38,30,40)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #B68ADC

#B68ADC
(182,138,220)
#BC94DF
(188,148,223)
#C29EE2
(194,158,226)
#C8A8E5
(200,168,229)
#CEB2E8
(206,178,232)
#D4BCEB
(212,188,235)
#DAC6EE
(218,198,238)
#E0D0F1
(224,208,241)
#E6DAF4
(230,218,244)
#ECE4F7
(236,228,247)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68ADC color. Also use rgb(182,138,220) instead hex code.

Text Font Color

.myTextColor { color: #B68ADC; }

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

This text font color is #B68ADC.

Background Color

.myBgColor { background-color: #B68ADC; }

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

This div background color is #B68ADC.

Border color

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

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

This div border color is #B68ADC.

Opacity

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

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

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

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

This text has shadow with #B68ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B68ADC.

Preview

Color preview on black background

This text has color #B68ADC on black background.


Color preview on white background

This text has color #B68ADC on white background.


Black color preview on #B68ADC background

This text has black color on #B68ADC background.


White color preview on #B68ADC background

This text has white color on #B68ADC background.


Related colors

Complementary color

Complementary color for #hex is #497523.


I love getcolorcode.com

Triadic colors

1 #DCB68A and #8ADCB6 with #B68ADC are triadic colors.

2 #DC8AB6 and #8AB6DC with #B68ADC are triadic colors.