COLOR #B69AB7

HEX: #B69AB7 RGB: (182,154,183)

Color info

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

RGB color model

#B69AB7 color RGB value is (182,154,183).

RGB: (182,154,183) (71%, 60%, 72%)

RGB channels and saturation

R 182 of 255 = 71%
G 154 of 255 = 60%
B 183 of 255 = 72%

182
154
183

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

Portions of RGB colors in percentages

R + G + B = 182 + 154 + 183 = 519 (100%)
R 182 of 519 ~ 35.07%
G 154 of 519 ~ 29.67%
B 183 of 519 ~ 35.26'%

%35.07
%29.67
%35.26

CMYK color model

#B69AB7 color CMYK value is (1,16,0,28).

  • cyan value is 0.55%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (1,16,0,28)
C1M16Y0K28 (1%, 16%, 0%, 28%)
(0.01 / 0.16 / 0.00 / 0.28)

CMYK percentages

%0.55
%15.85
%0
%28.24

Codes

Color #B69AB7 in popluar color models

B6 9A B7
RGB 182 154 183
HSL 298° 16.76% 66.08%
HSB/HSV 298° 15.85% 71.76%
CMYK 0.55% 15.85% 0.00%
28.24%

Color #B69AB7 in popluar number systems.

HEX B6 9A B7
Decimal 182 154 183
Binary 10110110 10011010 10110111
Octal 266 232 267

Shades and tints

Shades of #B69AB7

#B69AB7
(182,154,183)
#A68CA7
(166,140,167)
#967E97
(150,126,151)
#867087
(134,112,135)
#766277
(118,98,119)
#665467
(102,84,103)
#564657
(86,70,87)
#463847
(70,56,71)
#362A37
(54,42,55)
#261C27
(38,28,39)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #B69AB7

#B69AB7
(182,154,183)
#BCA3BD
(188,163,189)
#C2ACC3
(194,172,195)
#C8B5C9
(200,181,201)
#CEBECF
(206,190,207)
#D4C7D5
(212,199,213)
#DAD0DB
(218,208,219)
#E0D9E1
(224,217,225)
#E6E2E7
(230,226,231)
#ECEBED
(236,235,237)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69AB7 color. Also use rgb(182,154,183) instead hex code.

Text Font Color

.myTextColor { color: #B69AB7; }

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

This text font color is #B69AB7.

Background Color

.myBgColor { background-color: #B69AB7; }

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

This div background color is #B69AB7.

Border color

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

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

This div border color is #B69AB7.

Opacity

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

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

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

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

This text has shadow with #B69AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B69AB7.

Preview

Color preview on black background

This text has color #B69AB7 on black background.


Color preview on white background

This text has color #B69AB7 on white background.


Black color preview on #B69AB7 background

This text has black color on #B69AB7 background.


White color preview on #B69AB7 background

This text has white color on #B69AB7 background.


Related colors

Complementary color

Complementary color for #hex is #496548.


I love getcolorcode.com

Triadic colors

1 #B7B69A and #9AB7B6 with #B69AB7 are triadic colors.

2 #B79AB6 and #9AB6B7 with #B69AB7 are triadic colors.