COLOR #B69FD1

HEX: #B69FD1 RGB: (182,159,209)

Color info

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

RGB color model

#B69FD1 color RGB value is (182,159,209).

RGB: (182,159,209) (71%, 62%, 82%)

RGB channels and saturation

R 182 of 255 = 71%
G 159 of 255 = 62%
B 209 of 255 = 82%

182
159
209

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

Portions of RGB colors in percentages

R + G + B = 182 + 159 + 209 = 550 (100%)
R 182 of 550 ~ 33.09%
G 159 of 550 ~ 28.91%
B 209 of 550 ~ 38'%

%33.09
%28.91
%38

CMYK color model

#B69FD1 color CMYK value is (13,24,0,18).

  • cyan value is 12.92%
  • magenta value is 23.92%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (13,24,0,18)
C13M24Y0K18 (13%, 24%, 0%, 18%)
(0.13 / 0.24 / 0.00 / 0.18)

CMYK percentages

%12.92
%23.92
%0
%18.04

Codes

Color #B69FD1 in popluar color models

B6 9F D1
RGB 182 159 209
HSL 268° 35.21% 72.16%
HSB/HSV 268° 23.92% 81.96%
CMYK 12.92% 23.92% 0.00%
18.04%

Color #B69FD1 in popluar number systems.

HEX B6 9F D1
Decimal 182 159 209
Binary 10110110 10011111 11010001
Octal 266 237 321

Shades and tints

Shades of #B69FD1

#B69FD1
(182,159,209)
#A691BE
(166,145,190)
#9683AB
(150,131,171)
#867598
(134,117,152)
#766785
(118,103,133)
#665972
(102,89,114)
#564B5F
(86,75,95)
#463D4C
(70,61,76)
#362F39
(54,47,57)
#262126
(38,33,38)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #B69FD1

#B69FD1
(182,159,209)
#BCA7D5
(188,167,213)
#C2AFD9
(194,175,217)
#C8B7DD
(200,183,221)
#CEBFE1
(206,191,225)
#D4C7E5
(212,199,229)
#DACFE9
(218,207,233)
#E0D7ED
(224,215,237)
#E6DFF1
(230,223,241)
#ECE7F5
(236,231,245)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69FD1 color. Also use rgb(182,159,209) instead hex code.

Text Font Color

.myTextColor { color: #B69FD1; }

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

This text font color is #B69FD1.

Background Color

.myBgColor { background-color: #B69FD1; }

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

This div background color is #B69FD1.

Border color

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

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

This div border color is #B69FD1.

Opacity

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

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

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

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

This text has shadow with #B69FD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69FD1.

Preview

Color preview on black background

This text has color #B69FD1 on black background.


Color preview on white background

This text has color #B69FD1 on white background.


Black color preview on #B69FD1 background

This text has black color on #B69FD1 background.


White color preview on #B69FD1 background

This text has white color on #B69FD1 background.


Related colors

Complementary color

Complementary color for #hex is #49602E.


I love getcolorcode.com

Triadic colors

1 #D1B69F and #9FD1B6 with #B69FD1 are triadic colors.

2 #D19FB6 and #9FB6D1 with #B69FD1 are triadic colors.