COLOR #7D9093

HEX: #7D9093
RGB: (125,144,147)

Color info

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

RGB color model

#7D9093 color RGB value is (125,144,147).

  • red value is 125;
  • green value is 144;
  • blue value is 147.
RGB:
(125,144,147)
(49%,56%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 144 of 255 = 56%
B 147 of 255 = 58%

125
144
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 144 + 147 = 416 (100%)
R 125 of 416 ~ 30.05%
G 144 of 416 ~ 34.62%
B 147 of 416 ~ 35.34%

%30.05
%34.62
%35.34

CMYK color model

#7D9093 color CMYK value is (15,2,0,42).

  • cyan value is 14.97%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,2,0,42)
C15M2Y0K42 
(15%,2%,0%,42%)
(0.15/0.02/0.00/0.42)	

CMYK percentages

%14.97
%2.04
%0
%42.35

Codes

Color #7D9093 in popluar color models

7D9093
RGB125144147
HSL188°9.24%53.33%
HSB/HSV188°14.97%57.65%
CMYK14.97%2.04%0.00%
42.35%

Color #7D9093 in popluar number systems.

HEX7D9093
Decimal125144147
Binary11111011001000010010011
Octal175220223

Shades and tints

Shades of #7D9093

#7D9093
(125,144,147)
#728386
(114,131,134)
#677679
(103,118,121)
#5C696C
(92,105,108)
#515C5F
(81,92,95)
#464F52
(70,79,82)
#3B4245
(59,66,69)
#303538
(48,53,56)
#25282B
(37,40,43)
#1A1B1E
(26,27,30)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D9093

#7D9093
(125,144,147)
#889A9C
(136,154,156)
#93A4A5
(147,164,165)
#9EAEAE
(158,174,174)
#A9B8B7
(169,184,183)
#B4C2C0
(180,194,192)
#BFCCC9
(191,204,201)
#CAD6D2
(202,214,210)
#D5E0DB
(213,224,219)
#E0EAE4
(224,234,228)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9093 color. Also use rgb(125,144,147) instead hex code.

Text Font Color

.myTextColor { color: #7D9093; }

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

This text font color is #7D9093.


Background Color

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

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

This div background color is #7D9093.


Border color

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

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

This div border color is #7D9093.


Opacity

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

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

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

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

This text has shadow with #7D9093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9093 on black background.


Color preview on white background

This text has color #7D9093 on white background.



Black color preview on #7D9093 background

This text has black color on #7D9093 background.


White color preview on #7D9093 background

This text has white color on #7D9093 background.