COLOR #7B988D

HEX: #7B988D RGB: (123,152,141)

Color info

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

RGB color model

#7B988D color RGB value is (123,152,141).

RGB: (123,152,141) (48%, 60%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 141 of 255 = 55%

123
152
141

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

Portions of RGB colors in percentages

R + G + B = 123 + 152 + 141 = 416 (100%)
R 123 of 416 ~ 29.57%
G 152 of 416 ~ 36.54%
B 141 of 416 ~ 33.89'%

%29.57
%36.54
%33.89

CMYK color model

#7B988D color CMYK value is (19,0,7,40).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 40.39%

CMYK: (19,0,7,40)
C19M0Y7K40 (19%, 0%, 7%, 40%)
(0.19 / 0.00 / 0.07 / 0.40)

CMYK percentages

%19.08
%0
%7.24
%40.39

Codes

Color #7B988D in popluar color models

7B 98 8D
RGB 123 152 141
HSL 157° 12.34% 53.92%
HSB/HSV 157° 19.08% 59.61%
CMYK 19.08% 0.00% 7.24%
40.39%

Color #7B988D in popluar number systems.

HEX 7B 98 8D
Decimal 123 152 141
Binary 1111011 10011000 10001101
Octal 173 230 215

Shades and tints

Shades of #7B988D

#7B988D
(123,152,141)
#708B81
(112,139,129)
#657E75
(101,126,117)
#5A7169
(90,113,105)
#4F645D
(79,100,93)
#445751
(68,87,81)
#394A45
(57,74,69)
#2E3D39
(46,61,57)
#23302D
(35,48,45)
#182321
(24,35,33)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #7B988D

#7B988D
(123,152,141)
#87A197
(135,161,151)
#93AAA1
(147,170,161)
#9FB3AB
(159,179,171)
#ABBCB5
(171,188,181)
#B7C5BF
(183,197,191)
#C3CEC9
(195,206,201)
#CFD7D3
(207,215,211)
#DBE0DD
(219,224,221)
#E7E9E7
(231,233,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B988D color. Also use rgb(123,152,141) instead hex code.

Text Font Color

.myTextColor { color: #7B988D; }

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

This text font color is #7B988D.

Background Color

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

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

This div background color is #7B988D.

Border color

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

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

This div border color is #7B988D.

Opacity

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

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

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

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

This text has shadow with #7B988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B988D.

Preview

Color preview on black background

This text has color #7B988D on black background.


Color preview on white background

This text has color #7B988D on white background.


Black color preview on #7B988D background

This text has black color on #7B988D background.


White color preview on #7B988D background

This text has white color on #7B988D background.


Related colors

Complementary color

Complementary color for #hex is #846772.


I love getcolorcode.com

Triadic colors

1 #8D7B98 and #988D7B with #7B988D are triadic colors.

2 #8D987B and #987B8D with #7B988D are triadic colors.