COLOR #B69EAD

HEX: #B69EAD
RGB: (182,158,173)

Color info

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

RGB color model

#B69EAD color RGB value is (182,158,173).

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

RGB channels and saturation

R 182 of 255 = 71%
G 158 of 255 = 62%
B 173 of 255 = 68%

182
158
173

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

Portions of RGB colors in percentages

R + G + B =
182 + 158 + 173 = 513 (100%)
R 182 of 513 ~ 35.48%
G 158 of 513 ~ 30.8%
B 173 of 513 ~ 33.72%

%35.48
%30.8
%33.72

CMYK color model

#B69EAD color CMYK value is (0,13,5,29).

  • cyan value is 0.00%
  • magenta value is 13.19%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(0,13,5,29)
C0M13Y5K29 
(0%,13%,5%,29%)
(0.00/0.13/0.05/0.29)	

CMYK percentages

%0
%13.19
%4.95
%28.63

Codes

Color #B69EAD in popluar color models

B69EAD
RGB182158173
HSL323°14.12%66.67%
HSB/HSV323°13.19%71.37%
CMYK0.00%13.19%4.95%
28.63%

Color #B69EAD in popluar number systems.

HEXB69EAD
Decimal182158173
Binary101101101001111010101101
Octal266236255

Shades and tints

Shades of #B69EAD

#B69EAD
(182,158,173)
#A6909E
(166,144,158)
#96828F
(150,130,143)
#867480
(134,116,128)
#766671
(118,102,113)
#665862
(102,88,98)
#564A53
(86,74,83)
#463C44
(70,60,68)
#362E35
(54,46,53)
#262026
(38,32,38)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #B69EAD

#B69EAD
(182,158,173)
#BCA6B4
(188,166,180)
#C2AEBB
(194,174,187)
#C8B6C2
(200,182,194)
#CEBEC9
(206,190,201)
#D4C6D0
(212,198,208)
#DACED7
(218,206,215)
#E0D6DE
(224,214,222)
#E6DEE5
(230,222,229)
#ECE6EC
(236,230,236)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69EAD; }

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

This text font color is #B69EAD.


Background Color

.myBgColor { background-color: #B69EAD; }

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

This div background color is #B69EAD.


Border color

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

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

This div border color is #B69EAD.


Opacity

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

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

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

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

This text has shadow with #B69EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69EAD on black background.


Color preview on white background

This text has color #B69EAD on white background.



Black color preview on #B69EAD background

This text has black color on #B69EAD background.


White color preview on #B69EAD background

This text has white color on #B69EAD background.