COLOR #7F93A5

HEX: #7F93A5 RGB: (127,147,165)

Color info

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

RGB color model

#7F93A5 color RGB value is (127,147,165).

RGB: (127,147,165) (50%, 58%, 65%)

RGB channels and saturation

R 127 of 255 = 50%
G 147 of 255 = 58%
B 165 of 255 = 65%

127
147
165

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

Portions of RGB colors in percentages

R + G + B = 127 + 147 + 165 = 439 (100%)
R 127 of 439 ~ 28.93%
G 147 of 439 ~ 33.49%
B 165 of 439 ~ 37.59'%

%28.93
%33.49
%37.59

CMYK color model

#7F93A5 color CMYK value is (23,11,0,35).

  • cyan value is 23.03%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (23,11,0,35)
C23M11Y0K35 (23%, 11%, 0%, 35%)
(0.23 / 0.11 / 0.00 / 0.35)

CMYK percentages

%23.03
%10.91
%0
%35.29

Codes

Color #7F93A5 in popluar color models

7F 93 A5
RGB 127 147 165
HSL 208° 17.43% 57.25%
HSB/HSV 208° 23.03% 64.71%
CMYK 23.03% 10.91% 0.00%
35.29%

Color #7F93A5 in popluar number systems.

HEX 7F 93 A5
Decimal 127 147 165
Binary 1111111 10010011 10100101
Octal 177 223 245

Shades and tints

Shades of #7F93A5

#7F93A5
(127,147,165)
#748696
(116,134,150)
#697987
(105,121,135)
#5E6C78
(94,108,120)
#535F69
(83,95,105)
#48525A
(72,82,90)
#3D454B
(61,69,75)
#32383C
(50,56,60)
#272B2D
(39,43,45)
#1C1E1E
(28,30,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #7F93A5

#7F93A5
(127,147,165)
#8A9CAD
(138,156,173)
#95A5B5
(149,165,181)
#A0AEBD
(160,174,189)
#ABB7C5
(171,183,197)
#B6C0CD
(182,192,205)
#C1C9D5
(193,201,213)
#CCD2DD
(204,210,221)
#D7DBE5
(215,219,229)
#E2E4ED
(226,228,237)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F93A5 color. Also use rgb(127,147,165) instead hex code.

Text Font Color

.myTextColor { color: #7F93A5; }

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

This text font color is #7F93A5.

Background Color

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

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

This div background color is #7F93A5.

Border color

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

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

This div border color is #7F93A5.

Opacity

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

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

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

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

This text has shadow with #7F93A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F93A5.

Preview

Color preview on black background

This text has color #7F93A5 on black background.


Color preview on white background

This text has color #7F93A5 on white background.


Black color preview on #7F93A5 background

This text has black color on #7F93A5 background.


White color preview on #7F93A5 background

This text has white color on #7F93A5 background.


Related colors

Complementary color

Complementary color for #hex is #806C5A.


I love getcolorcode.com

Triadic colors

1 #A57F93 and #93A57F with #7F93A5 are triadic colors.

2 #A5937F and #937FA5 with #7F93A5 are triadic colors.