COLOR #7D99AB

HEX: #7D99AB
RGB: (125,153,171)

Color info

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

RGB color model

#7D99AB color RGB value is (125,153,171).

  • red value is 125;
  • green value is 153;
  • blue value is 171.
RGB:
(125,153,171)
(49%,60%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 171 of 255 = 67%

125
153
171

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 171 = 449 (100%)
R 125 of 449 ~ 27.84%
G 153 of 449 ~ 34.08%
B 171 of 449 ~ 38.08%

%27.84
%34.08
%38.08

CMYK color model

#7D99AB color CMYK value is (27,11,0,33).

  • cyan value is 26.90%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,11,0,33)
C27M11Y0K33 
(27%,11%,0%,33%)
(0.27/0.11/0.00/0.33)	

CMYK percentages

%26.9
%10.53
%0
%32.94

Codes

Color #7D99AB in popluar color models

7D99AB
RGB125153171
HSL203°21.50%58.04%
HSB/HSV203°26.90%67.06%
CMYK26.90%10.53%0.00%
32.94%

Color #7D99AB in popluar number systems.

HEX7D99AB
Decimal125153171
Binary11111011001100110101011
Octal175231253

Shades and tints

Shades of #7D99AB

#7D99AB
(125,153,171)
#728C9C
(114,140,156)
#677F8D
(103,127,141)
#5C727E
(92,114,126)
#51656F
(81,101,111)
#465860
(70,88,96)
#3B4B51
(59,75,81)
#303E42
(48,62,66)
#253133
(37,49,51)
#1A2424
(26,36,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #7D99AB

#7D99AB
(125,153,171)
#88A2B2
(136,162,178)
#93ABB9
(147,171,185)
#9EB4C0
(158,180,192)
#A9BDC7
(169,189,199)
#B4C6CE
(180,198,206)
#BFCFD5
(191,207,213)
#CAD8DC
(202,216,220)
#D5E1E3
(213,225,227)
#E0EAEA
(224,234,234)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D99AB color. Also use rgb(125,153,171) instead hex code.

Text Font Color

.myTextColor { color: #7D99AB; }

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

This text font color is #7D99AB.


Background Color

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

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

This div background color is #7D99AB.


Border color

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

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

This div border color is #7D99AB.


Opacity

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

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

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

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

This text has shadow with #7D99AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D99AB on black background.


Color preview on white background

This text has color #7D99AB on white background.



Black color preview on #7D99AB background

This text has black color on #7D99AB background.


White color preview on #7D99AB background

This text has white color on #7D99AB background.