COLOR #7DA598

HEX: #7DA598
RGB: (125,165,152)

Color info

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

RGB color model

#7DA598 color RGB value is (125,165,152).

  • red value is 125;
  • green value is 165;
  • blue value is 152.
RGB:
(125,165,152)
(49%,65%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 165 of 255 = 65%
B 152 of 255 = 60%

125
165
152

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

Portions of RGB colors in percentages

R + G + B =
125 + 165 + 152 = 442 (100%)
R 125 of 442 ~ 28.28%
G 165 of 442 ~ 37.33%
B 152 of 442 ~ 34.39%

%28.28
%37.33
%34.39

CMYK color model

#7DA598 color CMYK value is (24,0,8,35).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(24,0,8,35)
C24M0Y8K35 
(24%,0%,8%,35%)
(0.24/0.00/0.08/0.35)	

CMYK percentages

%24.24
%0
%7.88
%35.29

Codes

Color #7DA598 in popluar color models

7DA598
RGB125165152
HSL161°18.18%56.86%
HSB/HSV161°24.24%64.71%
CMYK24.24%0.00%7.88%
35.29%

Color #7DA598 in popluar number systems.

HEX7DA598
Decimal125165152
Binary11111011010010110011000
Octal175245230

Shades and tints

Shades of #7DA598

#7DA598
(125,165,152)
#72968B
(114,150,139)
#67877E
(103,135,126)
#5C7871
(92,120,113)
#516964
(81,105,100)
#465A57
(70,90,87)
#3B4B4A
(59,75,74)
#303C3D
(48,60,61)
#252D30
(37,45,48)
#1A1E23
(26,30,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #7DA598

#7DA598
(125,165,152)
#88ADA1
(136,173,161)
#93B5AA
(147,181,170)
#9EBDB3
(158,189,179)
#A9C5BC
(169,197,188)
#B4CDC5
(180,205,197)
#BFD5CE
(191,213,206)
#CADDD7
(202,221,215)
#D5E5E0
(213,229,224)
#E0EDE9
(224,237,233)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA598 color. Also use rgb(125,165,152) instead hex code.

Text Font Color

.myTextColor { color: #7DA598; }

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

This text font color is #7DA598.


Background Color

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

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

This div background color is #7DA598.


Border color

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

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

This div border color is #7DA598.


Opacity

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

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

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

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

This text has shadow with #7DA598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA598 on black background.


Color preview on white background

This text has color #7DA598 on white background.



Black color preview on #7DA598 background

This text has black color on #7DA598 background.


White color preview on #7DA598 background

This text has white color on #7DA598 background.