COLOR #B69DC8

HEX: #B69DC8
RGB: (182,157,200)

Color info

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

RGB color model

#B69DC8 color RGB value is (182,157,200).

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

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 200 of 255 = 78%

182
157
200

R + G + B ~ 70%. #B69DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 200 = 539 (100%)
R 182 of 539 ~ 33.77%
G 157 of 539 ~ 29.13%
B 200 of 539 ~ 37.11%

%33.77
%29.13
%37.11

CMYK color model

#B69DC8 color CMYK value is (9,22,0,22).

  • cyan value is 9.00%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(9,22,0,22)
C9M22Y0K22 
(9%,22%,0%,22%)
(0.09/0.22/0.00/0.22)	

CMYK percentages

%9
%21.5
%0
%21.57

Codes

Color #B69DC8 in popluar color models

B69DC8
RGB182157200
HSL275°28.10%70.00%
HSB/HSV275°21.50%78.43%
CMYK9.00%21.50%0.00%
21.57%

Color #B69DC8 in popluar number systems.

HEXB69DC8
Decimal182157200
Binary101101101001110111001000
Octal266235310

Shades and tints

Shades of #B69DC8

#B69DC8
(182,157,200)
#A68FB6
(166,143,182)
#9681A4
(150,129,164)
#867392
(134,115,146)
#766580
(118,101,128)
#66576E
(102,87,110)
#56495C
(86,73,92)
#463B4A
(70,59,74)
#362D38
(54,45,56)
#261F26
(38,31,38)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B69DC8

#B69DC8
(182,157,200)
#BCA5CD
(188,165,205)
#C2ADD2
(194,173,210)
#C8B5D7
(200,181,215)
#CEBDDC
(206,189,220)
#D4C5E1
(212,197,225)
#DACDE6
(218,205,230)
#E0D5EB
(224,213,235)
#E6DDF0
(230,221,240)
#ECE5F5
(236,229,245)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69DC8; }

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

This text font color is #B69DC8.


Background Color

.myBgColor { background-color: #B69DC8; }

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

This div background color is #B69DC8.


Border color

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

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

This div border color is #B69DC8.


Opacity

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

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

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

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

This text has shadow with #B69DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DC8 on black background.


Color preview on white background

This text has color #B69DC8 on white background.



Black color preview on #B69DC8 background

This text has black color on #B69DC8 background.


White color preview on #B69DC8 background

This text has white color on #B69DC8 background.