COLOR #B69EB5

HEX: #B69EB5
RGB: (182,158,181)

Color info

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

RGB color model

#B69EB5 color RGB value is (182,158,181).

  • red value is 182;
  • green value is 158;
  • blue value is 181.
RGB:
(182,158,181)
(71%,62%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 158 of 255 = 62%
B 181 of 255 = 71%

182
158
181

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

Portions of RGB colors in percentages

R + G + B =
182 + 158 + 181 = 521 (100%)
R 182 of 521 ~ 34.93%
G 158 of 521 ~ 30.33%
B 181 of 521 ~ 34.74%

%34.93
%30.33
%34.74

CMYK color model

#B69EB5 color CMYK value is (0,13,1,29).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 0.55%
  • key color value is 28.63%
CMYK:
(0,13,1,29)
C0M13Y1K29 
(0%,13%,1%,29%)
(0.00/0.13/0.01/0.29)	

CMYK percentages

%0
%13.19
%0.55
%28.63

Codes

Color #B69EB5 in popluar color models

B69EB5
RGB182158181
HSL303°14.12%66.67%
HSB/HSV303°13.19%71.37%
CMYK0.00%13.19%0.55%
28.63%

Color #B69EB5 in popluar number systems.

HEXB69EB5
Decimal182158181
Binary101101101001111010110101
Octal266236265

Shades and tints

Shades of #B69EB5

#B69EB5
(182,158,181)
#A690A5
(166,144,165)
#968295
(150,130,149)
#867485
(134,116,133)
#766675
(118,102,117)
#665865
(102,88,101)
#564A55
(86,74,85)
#463C45
(70,60,69)
#362E35
(54,46,53)
#262025
(38,32,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #B69EB5

#B69EB5
(182,158,181)
#BCA6BB
(188,166,187)
#C2AEC1
(194,174,193)
#C8B6C7
(200,182,199)
#CEBECD
(206,190,205)
#D4C6D3
(212,198,211)
#DACED9
(218,206,217)
#E0D6DF
(224,214,223)
#E6DEE5
(230,222,229)
#ECE6EB
(236,230,235)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69EB5 color. Also use rgb(182,158,181) instead hex code.

Text Font Color

.myTextColor { color: #B69EB5; }

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

This text font color is #B69EB5.


Background Color

.myBgColor { background-color: #B69EB5; }

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

This div background color is #B69EB5.


Border color

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

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

This div border color is #B69EB5.


Opacity

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

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

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

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

This text has shadow with #B69EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69EB5 on black background.


Color preview on white background

This text has color #B69EB5 on white background.



Black color preview on #B69EB5 background

This text has black color on #B69EB5 background.


White color preview on #B69EB5 background

This text has white color on #B69EB5 background.