COLOR #7B69AA

HEX: #7B69AA RGB: (123,105,170)

Color info

#7B69AA contains mainly red and blue colors. Web safe color of #7B69AA is #666699 (or #669).

RGB color model

#7B69AA color RGB value is (123,105,170).

RGB: (123,105,170) (48%, 41%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 105 of 255 = 41%
B 170 of 255 = 67%

123
105
170

R + G + B ~ 52%. #7B69AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 105 + 170 = 398 (100%)
R 123 of 398 ~ 30.9%
G 105 of 398 ~ 26.38%
B 170 of 398 ~ 42.71'%

%30.9
%26.38
%42.71

CMYK color model

#7B69AA color CMYK value is (28,38,0,33).

  • cyan value is 27.65%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (28,38,0,33)
C28M38Y0K33 (28%, 38%, 0%, 33%)
(0.28 / 0.38 / 0.00 / 0.33)

CMYK percentages

%27.65
%38.24
%0
%33.33

Codes

Color #7B69AA in popluar color models

7B 69 AA
RGB 123 105 170
HSL 257° 27.66% 53.92%
HSB/HSV 257° 38.24% 66.67%
CMYK 27.65% 38.24% 0.00%
33.33%

Color #7B69AA in popluar number systems.

HEX 7B 69 AA
Decimal 123 105 170
Binary 1111011 1101001 10101010
Octal 173 151 252

Shades and tints

Shades of #7B69AA

#7B69AA
(123,105,170)
#70609B
(112,96,155)
#65578C
(101,87,140)
#5A4E7D
(90,78,125)
#4F456E
(79,69,110)
#443C5F
(68,60,95)
#393350
(57,51,80)
#2E2A41
(46,42,65)
#232132
(35,33,50)
#181823
(24,24,35)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7B69AA

#7B69AA
(123,105,170)
#8776B1
(135,118,177)
#9383B8
(147,131,184)
#9F90BF
(159,144,191)
#AB9DC6
(171,157,198)
#B7AACD
(183,170,205)
#C3B7D4
(195,183,212)
#CFC4DB
(207,196,219)
#DBD1E2
(219,209,226)
#E7DEE9
(231,222,233)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B69AA color. Also use rgb(123,105,170) instead hex code.

Text Font Color

.myTextColor { color: #7B69AA; }

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

This text font color is #7B69AA.

Background Color

.myBgColor { background-color: #7B69AA; }

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

This div background color is #7B69AA.

Border color

.myBorderColor { border: 1px solid #7B69AA; }

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

This div border color is #7B69AA.

Opacity

.myOpacity80 { color: #7B69AA; opacity: 0.8; }

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

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

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

This text has shadow with #7B69AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B69AA.

Preview

Color preview on black background

This text has color #7B69AA on black background.


Color preview on white background

This text has color #7B69AA on white background.


Black color preview on #7B69AA background

This text has black color on #7B69AA background.


White color preview on #7B69AA background

This text has white color on #7B69AA background.


Related colors

Complementary color

Complementary color for #hex is #849655.


I love getcolorcode.com

Triadic colors

1 #AA7B69 and #69AA7B with #7B69AA are triadic colors.

2 #AA697B and #697BAA with #7B69AA are triadic colors.