COLOR #7DABC7

HEX: #7DABC7 RGB: (125,171,199)

Color info

#7DABC7 contains mainly green and blue colors. Web safe color of #7DABC7 is #6699CC (or #69C).

RGB color model

#7DABC7 color RGB value is (125,171,199).

RGB: (125,171,199) (49%, 67%, 78%)

RGB channels and saturation

R 125 of 255 = 49%
G 171 of 255 = 67%
B 199 of 255 = 78%

125
171
199

R + G + B ~ 65%. #7DABC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 171 + 199 = 495 (100%)
R 125 of 495 ~ 25.25%
G 171 of 495 ~ 34.55%
B 199 of 495 ~ 40.2'%

%25.25
%34.55
%40.2

CMYK color model

#7DABC7 color CMYK value is (37,14,0,22).

  • cyan value is 37.19%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (37,14,0,22)
C37M14Y0K22 (37%, 14%, 0%, 22%)
(0.37 / 0.14 / 0.00 / 0.22)

CMYK percentages

%37.19
%14.07
%0
%21.96

Codes

Color #7DABC7 in popluar color models

7D AB C7
RGB 125 171 199
HSL 203° 39.78% 63.53%
HSB/HSV 203° 37.19% 78.04%
CMYK 37.19% 14.07% 0.00%
21.96%

Color #7DABC7 in popluar number systems.

HEX 7D AB C7
Decimal 125 171 199
Binary 1111101 10101011 11000111
Octal 175 253 307

Shades and tints

Shades of #7DABC7

#7DABC7
(125,171,199)
#729CB5
(114,156,181)
#678DA3
(103,141,163)
#5C7E91
(92,126,145)
#516F7F
(81,111,127)
#46606D
(70,96,109)
#3B515B
(59,81,91)
#304249
(48,66,73)
#253337
(37,51,55)
#1A2425
(26,36,37)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #7DABC7

#7DABC7
(125,171,199)
#88B2CC
(136,178,204)
#93B9D1
(147,185,209)
#9EC0D6
(158,192,214)
#A9C7DB
(169,199,219)
#B4CEE0
(180,206,224)
#BFD5E5
(191,213,229)
#CADCEA
(202,220,234)
#D5E3EF
(213,227,239)
#E0EAF4
(224,234,244)
#EBF1F9
(235,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DABC7; }

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

This text font color is #7DABC7.

Background Color

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

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

This div background color is #7DABC7.

Border color

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

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

This div border color is #7DABC7.

Opacity

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

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

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

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

This text has shadow with #7DABC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DABC7.

Preview

Color preview on black background

This text has color #7DABC7 on black background.


Color preview on white background

This text has color #7DABC7 on white background.


Black color preview on #7DABC7 background

This text has black color on #7DABC7 background.


White color preview on #7DABC7 background

This text has white color on #7DABC7 background.


Related colors

Complementary color

Complementary color for #hex is #825438.


I love getcolorcode.com

Triadic colors

1 #C77DAB and #ABC77D with #7DABC7 are triadic colors.

2 #C7AB7D and #AB7DC7 with #7DABC7 are triadic colors.