COLOR #7B90AC

HEX: #7B90AC RGB: (123,144,172)

Color info

#7B90AC contains red, green and blue colors in about the same proportion. Web safe color of #7B90AC is #669999 (or #699).

RGB color model

#7B90AC color RGB value is (123,144,172).

RGB: (123,144,172) (48%, 56%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 172 of 255 = 67%

123
144
172

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

Portions of RGB colors in percentages

R + G + B = 123 + 144 + 172 = 439 (100%)
R 123 of 439 ~ 28.02%
G 144 of 439 ~ 32.8%
B 172 of 439 ~ 39.18'%

%28.02
%32.8
%39.18

CMYK color model

#7B90AC color CMYK value is (28,16,0,33).

  • cyan value is 28.49%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (28,16,0,33)
C28M16Y0K33 (28%, 16%, 0%, 33%)
(0.28 / 0.16 / 0.00 / 0.33)

CMYK percentages

%28.49
%16.28
%0
%32.55

Codes

Color #7B90AC in popluar color models

7B 90 AC
RGB 123 144 172
HSL 214° 22.79% 57.84%
HSB/HSV 214° 28.49% 67.45%
CMYK 28.49% 16.28% 0.00%
32.55%

Color #7B90AC in popluar number systems.

HEX 7B 90 AC
Decimal 123 144 172
Binary 1111011 10010000 10101100
Octal 173 220 254

Shades and tints

Shades of #7B90AC

#7B90AC
(123,144,172)
#70839D
(112,131,157)
#65768E
(101,118,142)
#5A697F
(90,105,127)
#4F5C70
(79,92,112)
#444F61
(68,79,97)
#394252
(57,66,82)
#2E3543
(46,53,67)
#232834
(35,40,52)
#181B25
(24,27,37)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #7B90AC

#7B90AC
(123,144,172)
#879AB3
(135,154,179)
#93A4BA
(147,164,186)
#9FAEC1
(159,174,193)
#ABB8C8
(171,184,200)
#B7C2CF
(183,194,207)
#C3CCD6
(195,204,214)
#CFD6DD
(207,214,221)
#DBE0E4
(219,224,228)
#E7EAEB
(231,234,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B90AC color. Also use rgb(123,144,172) instead hex code.

Text Font Color

.myTextColor { color: #7B90AC; }

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

This text font color is #7B90AC.

Background Color

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

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

This div background color is #7B90AC.

Border color

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

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

This div border color is #7B90AC.

Opacity

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

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

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

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

This text has shadow with #7B90AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B90AC.

Preview

Color preview on black background

This text has color #7B90AC on black background.


Color preview on white background

This text has color #7B90AC on white background.


Black color preview on #7B90AC background

This text has black color on #7B90AC background.


White color preview on #7B90AC background

This text has white color on #7B90AC background.


Related colors

Complementary color

Complementary color for #hex is #846F53.


I love getcolorcode.com

Triadic colors

1 #AC7B90 and #90AC7B with #7B90AC are triadic colors.

2 #AC907B and #907BAC with #7B90AC are triadic colors.