COLOR #7D99AC

HEX: #7D99AC
RGB: (125,153,172)

Color info

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

RGB color model

#7D99AC color RGB value is (125,153,172).

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

RGB channels and saturation

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

125
153
172

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 172 = 450 (100%)
R 125 of 450 ~ 27.78%
G 153 of 450 ~ 34%
B 172 of 450 ~ 38.22%

%27.78
%34
%38.22

CMYK color model

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

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

CMYK percentages

%27.33
%11.05
%0
%32.55

Codes

Color #7D99AC in popluar color models

7D99AC
RGB125153172
HSL204°22.07%58.24%
HSB/HSV204°27.33%67.45%
CMYK27.33%11.05%0.00%
32.55%

Color #7D99AC in popluar number systems.

HEX7D99AC
Decimal125153172
Binary11111011001100110101100
Octal175231254

Shades and tints

Shades of #7D99AC

#7D99AC
(125,153,172)
#728C9D
(114,140,157)
#677F8E
(103,127,142)
#5C727F
(92,114,127)
#516570
(81,101,112)
#465861
(70,88,97)
#3B4B52
(59,75,82)
#303E43
(48,62,67)
#253134
(37,49,52)
#1A2425
(26,36,37)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #7D99AC

#7D99AC
(125,153,172)
#88A2B3
(136,162,179)
#93ABBA
(147,171,186)
#9EB4C1
(158,180,193)
#A9BDC8
(169,189,200)
#B4C6CF
(180,198,207)
#BFCFD6
(191,207,214)
#CAD8DD
(202,216,221)
#D5E1E4
(213,225,228)
#E0EAEB
(224,234,235)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D99AC; }

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

This text font color is #7D99AC.


Background Color

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

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

This div background color is #7D99AC.


Border color

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

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

This div border color is #7D99AC.


Opacity

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

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

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

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

This text has shadow with #7D99AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D99AC on black background.


Color preview on white background

This text has color #7D99AC on white background.



Black color preview on #7D99AC background

This text has black color on #7D99AC background.


White color preview on #7D99AC background

This text has white color on #7D99AC background.