COLOR #B69AB2

HEX: #B69AB2
RGB: (182,154,178)

Color info

#B69AB2 contains red, green and blue colors in about the same proportion. Web safe color of #B69AB2 is #CC9999 (or #C99).

RGB color model

#B69AB2 color RGB value is (182,154,178).

  • red value is 182;
  • green value is 154;
  • blue value is 178.
RGB:
(182,154,178)
(71%,60%,70%)

RGB channels and saturation

R 182 of 255 = 71%
G 154 of 255 = 60%
B 178 of 255 = 70%

182
154
178

R + G + B ~ 67%. #B69AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 154 + 178 = 514 (100%)
R 182 of 514 ~ 35.41%
G 154 of 514 ~ 29.96%
B 178 of 514 ~ 34.63%

%35.41
%29.96
%34.63

CMYK color model

#B69AB2 color CMYK value is (0,15,2,29).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 2.20%
  • key color value is 28.63%
CMYK:
(0,15,2,29)
C0M15Y2K29 
(0%,15%,2%,29%)
(0.00/0.15/0.02/0.29)	

CMYK percentages

%0
%15.38
%2.2
%28.63

Codes

Color #B69AB2 in popluar color models

B69AB2
RGB182154178
HSL309°16.09%65.88%
HSB/HSV309°15.38%71.37%
CMYK0.00%15.38%2.20%
28.63%

Color #B69AB2 in popluar number systems.

HEXB69AB2
Decimal182154178
Binary101101101001101010110010
Octal266232262

Shades and tints

Shades of #B69AB2

#B69AB2
(182,154,178)
#A68CA2
(166,140,162)
#967E92
(150,126,146)
#867082
(134,112,130)
#766272
(118,98,114)
#665462
(102,84,98)
#564652
(86,70,82)
#463842
(70,56,66)
#362A32
(54,42,50)
#261C22
(38,28,34)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #B69AB2

#B69AB2
(182,154,178)
#BCA3B9
(188,163,185)
#C2ACC0
(194,172,192)
#C8B5C7
(200,181,199)
#CEBECE
(206,190,206)
#D4C7D5
(212,199,213)
#DAD0DC
(218,208,220)
#E0D9E3
(224,217,227)
#E6E2EA
(230,226,234)
#ECEBF1
(236,235,241)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69AB2; }

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

This text font color is #B69AB2.


Background Color

.myBgColor { background-color: #B69AB2; }

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

This div background color is #B69AB2.


Border color

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

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

This div border color is #B69AB2.


Opacity

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

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

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

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

This text has shadow with #B69AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69AB2 on black background.


Color preview on white background

This text has color #B69AB2 on white background.



Black color preview on #B69AB2 background

This text has black color on #B69AB2 background.


White color preview on #B69AB2 background

This text has white color on #B69AB2 background.