COLOR #7DABA2

HEX: #7DABA2
RGB: (125,171,162)

Color info

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

RGB color model

#7DABA2 color RGB value is (125,171,162).

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

RGB channels and saturation

R 125 of 255 = 49%
G 171 of 255 = 67%
B 162 of 255 = 64%

125
171
162

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

Portions of RGB colors in percentages

R + G + B =
125 + 171 + 162 = 458 (100%)
R 125 of 458 ~ 27.29%
G 171 of 458 ~ 37.34%
B 162 of 458 ~ 35.37%

%27.29
%37.34
%35.37

CMYK color model

#7DABA2 color CMYK value is (27,0,5,33).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 32.94%
CMYK:
(27,0,5,33)
C27M0Y5K33 
(27%,0%,5%,33%)
(0.27/0.00/0.05/0.33)	

CMYK percentages

%26.9
%0
%5.26
%32.94

Codes

Color #7DABA2 in popluar color models

7DABA2
RGB125171162
HSL168°21.50%58.04%
HSB/HSV168°26.90%67.06%
CMYK26.90%0.00%5.26%
32.94%

Color #7DABA2 in popluar number systems.

HEX7DABA2
Decimal125171162
Binary11111011010101110100010
Octal175253242

Shades and tints

Shades of #7DABA2

#7DABA2
(125,171,162)
#729C94
(114,156,148)
#678D86
(103,141,134)
#5C7E78
(92,126,120)
#516F6A
(81,111,106)
#46605C
(70,96,92)
#3B514E
(59,81,78)
#304240
(48,66,64)
#253332
(37,51,50)
#1A2424
(26,36,36)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #7DABA2

#7DABA2
(125,171,162)
#88B2AA
(136,178,170)
#93B9B2
(147,185,178)
#9EC0BA
(158,192,186)
#A9C7C2
(169,199,194)
#B4CECA
(180,206,202)
#BFD5D2
(191,213,210)
#CADCDA
(202,220,218)
#D5E3E2
(213,227,226)
#E0EAEA
(224,234,234)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DABA2; }

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

This text font color is #7DABA2.


Background Color

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

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

This div background color is #7DABA2.


Border color

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

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

This div border color is #7DABA2.


Opacity

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

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

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

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

This text has shadow with #7DABA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DABA2 on black background.


Color preview on white background

This text has color #7DABA2 on white background.



Black color preview on #7DABA2 background

This text has black color on #7DABA2 background.


White color preview on #7DABA2 background

This text has white color on #7DABA2 background.