COLOR #B667AA

HEX: #B667AA
RGB: (182,103,170)

Color info

#B667AA contains mainly red and blue colors. Web safe color of #B667AA is #CC6699 (or #C69).

RGB color model

#B667AA color RGB value is (182,103,170).

  • red value is 182;
  • green value is 103;
  • blue value is 170.
RGB:
(182,103,170)
(71%,40%,67%)

RGB channels and saturation

R 182 of 255 = 71%
G 103 of 255 = 40%
B 170 of 255 = 67%

182
103
170

R + G + B ~ 59%. #B667AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 103 + 170 = 455 (100%)
R 182 of 455 ~ 40%
G 103 of 455 ~ 22.64%
B 170 of 455 ~ 37.36%

%40
%22.64
%37.36

CMYK color model

#B667AA color CMYK value is (0,43,7,29).

  • cyan value is 0.00%
  • magenta value is 43.41%
  • yellow value is 6.59%
  • key color value is 28.63%
CMYK:
(0,43,7,29)
C0M43Y7K29 
(0%,43%,7%,29%)
(0.00/0.43/0.07/0.29)	

CMYK percentages

%0
%43.41
%6.59
%28.63

Codes

Color #B667AA in popluar color models

B667AA
RGB182103170
HSL309°35.11%55.88%
HSB/HSV309°43.41%71.37%
CMYK0.00%43.41%6.59%
28.63%

Color #B667AA in popluar number systems.

HEXB667AA
Decimal182103170
Binary10110110110011110101010
Octal266147252

Shades and tints

Shades of #B667AA

#B667AA
(182,103,170)
#A65E9B
(166,94,155)
#96558C
(150,85,140)
#864C7D
(134,76,125)
#76436E
(118,67,110)
#663A5F
(102,58,95)
#563150
(86,49,80)
#462841
(70,40,65)
#361F32
(54,31,50)
#261623
(38,22,35)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #B667AA

#B667AA
(182,103,170)
#BC74B1
(188,116,177)
#C281B8
(194,129,184)
#C88EBF
(200,142,191)
#CE9BC6
(206,155,198)
#D4A8CD
(212,168,205)
#DAB5D4
(218,181,212)
#E0C2DB
(224,194,219)
#E6CFE2
(230,207,226)
#ECDCE9
(236,220,233)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B667AA color. Also use rgb(182,103,170) instead hex code.

Text Font Color

.myTextColor { color: #B667AA; }

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

This text font color is #B667AA.


Background Color

.myBgColor { background-color: #B667AA; }

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

This div background color is #B667AA.


Border color

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

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

This div border color is #B667AA.


Opacity

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

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

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

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

This text has shadow with #B667AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B667AA on black background.


Color preview on white background

This text has color #B667AA on white background.



Black color preview on #B667AA background

This text has black color on #B667AA background.


White color preview on #B667AA background

This text has white color on #B667AA background.