COLOR #7DAE9E

HEX: #7DAE9E
RGB: (125,174,158)

Color info

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

RGB color model

#7DAE9E color RGB value is (125,174,158).

  • red value is 125;
  • green value is 174;
  • blue value is 158.
RGB:
(125,174,158)
(49%,68%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 174 of 255 = 68%
B 158 of 255 = 62%

125
174
158

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

Portions of RGB colors in percentages

R + G + B =
125 + 174 + 158 = 457 (100%)
R 125 of 457 ~ 27.35%
G 174 of 457 ~ 38.07%
B 158 of 457 ~ 34.57%

%27.35
%38.07
%34.57

CMYK color model

#7DAE9E color CMYK value is (28,0,9,32).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK:
(28,0,9,32)
C28M0Y9K32 
(28%,0%,9%,32%)
(0.28/0.00/0.09/0.32)	

CMYK percentages

%28.16
%0
%9.2
%31.76

Codes

Color #7DAE9E in popluar color models

7DAE9E
RGB125174158
HSL160°23.22%58.63%
HSB/HSV160°28.16%68.24%
CMYK28.16%0.00%9.20%
31.76%

Color #7DAE9E in popluar number systems.

HEX7DAE9E
Decimal125174158
Binary11111011010111010011110
Octal175256236

Shades and tints

Shades of #7DAE9E

#7DAE9E
(125,174,158)
#729F90
(114,159,144)
#679082
(103,144,130)
#5C8174
(92,129,116)
#517266
(81,114,102)
#466358
(70,99,88)
#3B544A
(59,84,74)
#30453C
(48,69,60)
#25362E
(37,54,46)
#1A2720
(26,39,32)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #7DAE9E

#7DAE9E
(125,174,158)
#88B5A6
(136,181,166)
#93BCAE
(147,188,174)
#9EC3B6
(158,195,182)
#A9CABE
(169,202,190)
#B4D1C6
(180,209,198)
#BFD8CE
(191,216,206)
#CADFD6
(202,223,214)
#D5E6DE
(213,230,222)
#E0EDE6
(224,237,230)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAE9E color. Also use rgb(125,174,158) instead hex code.

Text Font Color

.myTextColor { color: #7DAE9E; }

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

This text font color is #7DAE9E.


Background Color

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

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

This div background color is #7DAE9E.


Border color

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

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

This div border color is #7DAE9E.


Opacity

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

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

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

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

This text has shadow with #7DAE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAE9E on black background.


Color preview on white background

This text has color #7DAE9E on white background.



Black color preview on #7DAE9E background

This text has black color on #7DAE9E background.


White color preview on #7DAE9E background

This text has white color on #7DAE9E background.