COLOR #B69DCB

HEX: #B69DCB
RGB: (182,157,203)

Color info

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

RGB color model

#B69DCB color RGB value is (182,157,203).

  • red value is 182;
  • green value is 157;
  • blue value is 203.
RGB:
(182,157,203)
(71%,62%,80%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 203 of 255 = 80%

182
157
203

R + G + B ~ 71%. #B69DCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 203 = 542 (100%)
R 182 of 542 ~ 33.58%
G 157 of 542 ~ 28.97%
B 203 of 542 ~ 37.45%

%33.58
%28.97
%37.45

CMYK color model

#B69DCB color CMYK value is (10,23,0,20).

  • cyan value is 10.34%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(10,23,0,20)
C10M23Y0K20 
(10%,23%,0%,20%)
(0.10/0.23/0.00/0.20)	

CMYK percentages

%10.34
%22.66
%0
%20.39

Codes

Color #B69DCB in popluar color models

B69DCB
RGB182157203
HSL273°30.67%70.59%
HSB/HSV273°22.66%79.61%
CMYK10.34%22.66%0.00%
20.39%

Color #B69DCB in popluar number systems.

HEXB69DCB
Decimal182157203
Binary101101101001110111001011
Octal266235313

Shades and tints

Shades of #B69DCB

#B69DCB
(182,157,203)
#A68FB9
(166,143,185)
#9681A7
(150,129,167)
#867395
(134,115,149)
#766583
(118,101,131)
#665771
(102,87,113)
#56495F
(86,73,95)
#463B4D
(70,59,77)
#362D3B
(54,45,59)
#261F29
(38,31,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B69DCB

#B69DCB
(182,157,203)
#BCA5CF
(188,165,207)
#C2ADD3
(194,173,211)
#C8B5D7
(200,181,215)
#CEBDDB
(206,189,219)
#D4C5DF
(212,197,223)
#DACDE3
(218,205,227)
#E0D5E7
(224,213,231)
#E6DDEB
(230,221,235)
#ECE5EF
(236,229,239)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69DCB color. Also use rgb(182,157,203) instead hex code.

Text Font Color

.myTextColor { color: #B69DCB; }

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

This text font color is #B69DCB.


Background Color

.myBgColor { background-color: #B69DCB; }

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

This div background color is #B69DCB.


Border color

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

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

This div border color is #B69DCB.


Opacity

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

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

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

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

This text has shadow with #B69DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DCB on black background.


Color preview on white background

This text has color #B69DCB on white background.



Black color preview on #B69DCB background

This text has black color on #B69DCB background.


White color preview on #B69DCB background

This text has white color on #B69DCB background.