COLOR #7D95AA

HEX: #7D95AA
RGB: (125,149,170)

Color info

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

RGB color model

#7D95AA color RGB value is (125,149,170).

  • red value is 125;
  • green value is 149;
  • blue value is 170.
RGB:
(125,149,170)
(49%,58%,67%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 170 of 255 = 67%

125
149
170

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

Portions of RGB colors in percentages

R + G + B =
125 + 149 + 170 = 444 (100%)
R 125 of 444 ~ 28.15%
G 149 of 444 ~ 33.56%
B 170 of 444 ~ 38.29%

%28.15
%33.56
%38.29

CMYK color model

#7D95AA color CMYK value is (26,12,0,33).

  • cyan value is 26.47%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(26,12,0,33)
C26M12Y0K33 
(26%,12%,0%,33%)
(0.26/0.12/0.00/0.33)	

CMYK percentages

%26.47
%12.35
%0
%33.33

Codes

Color #7D95AA in popluar color models

7D95AA
RGB125149170
HSL208°20.93%57.84%
HSB/HSV208°26.47%66.67%
CMYK26.47%12.35%0.00%
33.33%

Color #7D95AA in popluar number systems.

HEX7D95AA
Decimal125149170
Binary11111011001010110101010
Octal175225252

Shades and tints

Shades of #7D95AA

#7D95AA
(125,149,170)
#72889B
(114,136,155)
#677B8C
(103,123,140)
#5C6E7D
(92,110,125)
#51616E
(81,97,110)
#46545F
(70,84,95)
#3B4750
(59,71,80)
#303A41
(48,58,65)
#252D32
(37,45,50)
#1A2023
(26,32,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7D95AA

#7D95AA
(125,149,170)
#889EB1
(136,158,177)
#93A7B8
(147,167,184)
#9EB0BF
(158,176,191)
#A9B9C6
(169,185,198)
#B4C2CD
(180,194,205)
#BFCBD4
(191,203,212)
#CAD4DB
(202,212,219)
#D5DDE2
(213,221,226)
#E0E6E9
(224,230,233)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D95AA color. Also use rgb(125,149,170) instead hex code.

Text Font Color

.myTextColor { color: #7D95AA; }

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

This text font color is #7D95AA.


Background Color

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

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

This div background color is #7D95AA.


Border color

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

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

This div border color is #7D95AA.


Opacity

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

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

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

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

This text has shadow with #7D95AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D95AA on black background.


Color preview on white background

This text has color #7D95AA on white background.



Black color preview on #7D95AA background

This text has black color on #7D95AA background.


White color preview on #7D95AA background

This text has white color on #7D95AA background.