COLOR #7B90AF

HEX: #7B90AF RGB: (123,144,175)

Color info

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

RGB color model

#7B90AF color RGB value is (123,144,175).

RGB: (123,144,175) (48%, 56%, 69%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 175 of 255 = 69%

123
144
175

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

Portions of RGB colors in percentages

R + G + B = 123 + 144 + 175 = 442 (100%)
R 123 of 442 ~ 27.83%
G 144 of 442 ~ 32.58%
B 175 of 442 ~ 39.59'%

%27.83
%32.58
%39.59

CMYK color model

#7B90AF color CMYK value is (30,18,0,31).

  • cyan value is 29.71%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (30,18,0,31) C30M18Y0K31 (30%,18%,0%,31%) (0.30/0.18/0.00/0.31) 

CMYK percentages

%29.71
%17.71
%0
%31.37

Codes

Color #7B90AF in popluar color models

7B 90 AF
RGB 123 144 175
HSL 216° 24.53% 58.43%
HSB/HSV 216° 29.71% 68.63%
CMYK 29.71% 17.71% 0.00%
31.37%

Color #7B90AF in popluar number systems.

HEX 7B 90 AF
Decimal 123 144 175
Binary 1111011 10010000 10101111
Octal 173 220 257

Shades and tints

Shades of #7B90AF

#7B90AF
(123,144,175)
#7083A0
(112,131,160)
#657691
(101,118,145)
#5A6982
(90,105,130)
#4F5C73
(79,92,115)
#444F64
(68,79,100)
#394255
(57,66,85)
#2E3546
(46,53,70)
#232837
(35,40,55)
#181B28
(24,27,40)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #7B90AF

#7B90AF
(123,144,175)
#879AB6
(135,154,182)
#93A4BD
(147,164,189)
#9FAEC4
(159,174,196)
#ABB8CB
(171,184,203)
#B7C2D2
(183,194,210)
#C3CCD9
(195,204,217)
#CFD6E0
(207,214,224)
#DBE0E7
(219,224,231)
#E7EAEE
(231,234,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B90AF; }

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

This text font color is #7B90AF.

Background Color

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

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

This div background color is #7B90AF.

Border color

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

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

This div border color is #7B90AF.

Opacity

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

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

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

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

This text has shadow with #7B90AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B90AF.

Preview

Color preview on black background

This text has color #7B90AF on black background.


Color preview on white background

This text has color #7B90AF on white background.


Black color preview on #7B90AF background

This text has black color on #7B90AF background.


White color preview on #7B90AF background

This text has white color on #7B90AF background.


Related colors

Complementary color

Complementary color for #hex is #846F50.


I love getcolorcode.com

Triadic colors

1 #AF7B90 and #90AF7B with #7B90AF are triadic colors.

2 #AF907B and #907BAF with #7B90AF are triadic colors.