COLOR #B0669E

HEX: #B0669E
RGB: (176,102,158)

Color info

#B0669E contains mainly red and blue colors. Web safe color of #B0669E is #996699 (or #969).

RGB color model

#B0669E color RGB value is (176,102,158).

  • red value is 176;
  • green value is 102;
  • blue value is 158.
RGB:
(176,102,158)
(69%,40%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 102 of 255 = 40%
B 158 of 255 = 62%

176
102
158

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

Portions of RGB colors in percentages

R + G + B =
176 + 102 + 158 = 436 (100%)
R 176 of 436 ~ 40.37%
G 102 of 436 ~ 23.39%
B 158 of 436 ~ 36.24%

%40.37
%23.39
%36.24

CMYK color model

#B0669E color CMYK value is (0,42,10,31).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(0,42,10,31)
C0M42Y10K31 
(0%,42%,10%,31%)
(0.00/0.42/0.10/0.31)	

CMYK percentages

%0
%42.05
%10.23
%30.98

Codes

Color #B0669E in popluar color models

B0669E
RGB176102158
HSL315°31.90%54.51%
HSB/HSV315°42.05%69.02%
CMYK0.00%42.05%10.23%
30.98%

Color #B0669E in popluar number systems.

HEXB0669E
Decimal176102158
Binary10110000110011010011110
Octal260146236

Shades and tints

Shades of #B0669E

#B0669E
(176,102,158)
#A05D90
(160,93,144)
#905482
(144,84,130)
#804B74
(128,75,116)
#704266
(112,66,102)
#603958
(96,57,88)
#50304A
(80,48,74)
#40273C
(64,39,60)
#301E2E
(48,30,46)
#201520
(32,21,32)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #B0669E

#B0669E
(176,102,158)
#B773A6
(183,115,166)
#BE80AE
(190,128,174)
#C58DB6
(197,141,182)
#CC9ABE
(204,154,190)
#D3A7C6
(211,167,198)
#DAB4CE
(218,180,206)
#E1C1D6
(225,193,214)
#E8CEDE
(232,206,222)
#EFDBE6
(239,219,230)
#F6E8EE
(246,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0669E color. Also use rgb(176,102,158) instead hex code.

Text Font Color

.myTextColor { color: #B0669E; }

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

This text font color is #B0669E.


Background Color

.myBgColor { background-color: #B0669E; }

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

This div background color is #B0669E.


Border color

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

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

This div border color is #B0669E.


Opacity

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

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

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

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

This text has shadow with #B0669E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0669E on black background.


Color preview on white background

This text has color #B0669E on white background.



Black color preview on #B0669E background

This text has black color on #B0669E background.


White color preview on #B0669E background

This text has white color on #B0669E background.