COLOR #7DABA9

HEX: #7DABA9
RGB: (125,171,169)

Color info

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

RGB color model

#7DABA9 color RGB value is (125,171,169).

  • red value is 125;
  • green value is 171;
  • blue value is 169.
RGB:
(125,171,169)
(49%,67%,66%)

RGB channels and saturation

R 125 of 255 = 49%
G 171 of 255 = 67%
B 169 of 255 = 66%

125
171
169

R + G + B ~ 61%. #7DABA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 171 + 169 = 465 (100%)
R 125 of 465 ~ 26.88%
G 171 of 465 ~ 36.77%
B 169 of 465 ~ 36.34%

%26.88
%36.77
%36.34

CMYK color model

#7DABA9 color CMYK value is (27,0,1,33).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(27,0,1,33)
C27M0Y1K33 
(27%,0%,1%,33%)
(0.27/0.00/0.01/0.33)	

CMYK percentages

%26.9
%0
%1.17
%32.94

Codes

Color #7DABA9 in popluar color models

7DABA9
RGB125171169
HSL177°21.50%58.04%
HSB/HSV177°26.90%67.06%
CMYK26.90%0.00%1.17%
32.94%

Color #7DABA9 in popluar number systems.

HEX7DABA9
Decimal125171169
Binary11111011010101110101001
Octal175253251

Shades and tints

Shades of #7DABA9

#7DABA9
(125,171,169)
#729C9A
(114,156,154)
#678D8B
(103,141,139)
#5C7E7C
(92,126,124)
#516F6D
(81,111,109)
#46605E
(70,96,94)
#3B514F
(59,81,79)
#304240
(48,66,64)
#253331
(37,51,49)
#1A2422
(26,36,34)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #7DABA9

#7DABA9
(125,171,169)
#88B2B0
(136,178,176)
#93B9B7
(147,185,183)
#9EC0BE
(158,192,190)
#A9C7C5
(169,199,197)
#B4CECC
(180,206,204)
#BFD5D3
(191,213,211)
#CADCDA
(202,220,218)
#D5E3E1
(213,227,225)
#E0EAE8
(224,234,232)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DABA9 color. Also use rgb(125,171,169) instead hex code.

Text Font Color

.myTextColor { color: #7DABA9; }

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

This text font color is #7DABA9.


Background Color

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

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

This div background color is #7DABA9.


Border color

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

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

This div border color is #7DABA9.


Opacity

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

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

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

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

This text has shadow with #7DABA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DABA9 on black background.


Color preview on white background

This text has color #7DABA9 on white background.



Black color preview on #7DABA9 background

This text has black color on #7DABA9 background.


White color preview on #7DABA9 background

This text has white color on #7DABA9 background.