COLOR #B69DD4

HEX: #B69DD4
RGB: (182,157,212)

Color info

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

RGB color model

#B69DD4 color RGB value is (182,157,212).

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

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 212 of 255 = 83%

182
157
212

R + G + B ~ 72%. #B69DD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 212 = 551 (100%)
R 182 of 551 ~ 33.03%
G 157 of 551 ~ 28.49%
B 212 of 551 ~ 38.48%

%33.03
%28.49
%38.48

CMYK color model

#B69DD4 color CMYK value is (14,26,0,17).

  • cyan value is 14.15%
  • magenta value is 25.94%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(14,26,0,17)
C14M26Y0K17 
(14%,26%,0%,17%)
(0.14/0.26/0.00/0.17)	

CMYK percentages

%14.15
%25.94
%0
%16.86

Codes

Color #B69DD4 in popluar color models

B69DD4
RGB182157212
HSL267°39.01%72.35%
HSB/HSV267°25.94%83.14%
CMYK14.15%25.94%0.00%
16.86%

Color #B69DD4 in popluar number systems.

HEXB69DD4
Decimal182157212
Binary101101101001110111010100
Octal266235324

Shades and tints

Shades of #B69DD4

#B69DD4
(182,157,212)
#A68FC1
(166,143,193)
#9681AE
(150,129,174)
#86739B
(134,115,155)
#766588
(118,101,136)
#665775
(102,87,117)
#564962
(86,73,98)
#463B4F
(70,59,79)
#362D3C
(54,45,60)
#261F29
(38,31,41)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #B69DD4

#B69DD4
(182,157,212)
#BCA5D7
(188,165,215)
#C2ADDA
(194,173,218)
#C8B5DD
(200,181,221)
#CEBDE0
(206,189,224)
#D4C5E3
(212,197,227)
#DACDE6
(218,205,230)
#E0D5E9
(224,213,233)
#E6DDEC
(230,221,236)
#ECE5EF
(236,229,239)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69DD4; }

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

This text font color is #B69DD4.


Background Color

.myBgColor { background-color: #B69DD4; }

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

This div background color is #B69DD4.


Border color

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

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

This div border color is #B69DD4.


Opacity

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

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

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

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

This text has shadow with #B69DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DD4 on black background.


Color preview on white background

This text has color #B69DD4 on white background.



Black color preview on #B69DD4 background

This text has black color on #B69DD4 background.


White color preview on #B69DD4 background

This text has white color on #B69DD4 background.