COLOR #B79DD7

HEX: #B79DD7 RGB: (183,157,215)

Color info

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

RGB color model

#B79DD7 color RGB value is (183,157,215).

RGB: (183,157,215) (72%, 62%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 157 of 255 = 62%
B 215 of 255 = 84%

183
157
215

R + G + B ~ 73%. #B79DD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 157 + 215 = 555 (100%)
R 183 of 555 ~ 32.97%
G 157 of 555 ~ 28.29%
B 215 of 555 ~ 38.74'%

%32.97
%28.29
%38.74

CMYK color model

#B79DD7 color CMYK value is (15,27,0,16).

  • cyan value is 14.88%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (15,27,0,16)
C15M27Y0K16 (15%, 27%, 0%, 16%)
(0.15 / 0.27 / 0.00 / 0.16)

CMYK percentages

%14.88
%26.98
%0
%15.69

Codes

Color #B79DD7 in popluar color models

B7 9D D7
RGB 183 157 215
HSL 267° 42.03% 72.94%
HSB/HSV 267° 26.98% 84.31%
CMYK 14.88% 26.98% 0.00%
15.69%

Color #B79DD7 in popluar number systems.

HEX B7 9D D7
Decimal 183 157 215
Binary 10110111 10011101 11010111
Octal 267 235 327

Shades and tints

Shades of #B79DD7

#B79DD7
(183,157,215)
#A78FC4
(167,143,196)
#9781B1
(151,129,177)
#87739E
(135,115,158)
#77658B
(119,101,139)
#675778
(103,87,120)
#574965
(87,73,101)
#473B52
(71,59,82)
#372D3F
(55,45,63)
#271F2C
(39,31,44)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #B79DD7

#B79DD7
(183,157,215)
#BDA5DA
(189,165,218)
#C3ADDD
(195,173,221)
#C9B5E0
(201,181,224)
#CFBDE3
(207,189,227)
#D5C5E6
(213,197,230)
#DBCDE9
(219,205,233)
#E1D5EC
(225,213,236)
#E7DDEF
(231,221,239)
#EDE5F2
(237,229,242)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B79DD7 color. Also use rgb(183,157,215) instead hex code.

Text Font Color

.myTextColor { color: #B79DD7; }

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

This text font color is #B79DD7.

Background Color

.myBgColor { background-color: #B79DD7; }

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

This div background color is #B79DD7.

Border color

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

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

This div border color is #B79DD7.

Opacity

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

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

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

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

This text has shadow with #B79DD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B79DD7.

Preview

Color preview on black background

This text has color #B79DD7 on black background.


Color preview on white background

This text has color #B79DD7 on white background.


Black color preview on #B79DD7 background

This text has black color on #B79DD7 background.


White color preview on #B79DD7 background

This text has white color on #B79DD7 background.


Related colors

Complementary color

Complementary color for #hex is #486228.


I love getcolorcode.com

Triadic colors

1 #D7B79D and #9DD7B7 with #B79DD7 are triadic colors.

2 #D79DB7 and #9DB7D7 with #B79DD7 are triadic colors.