COLOR #7DABC1

HEX: #7DABC1
RGB: (125,171,193)

Color info

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

RGB color model

#7DABC1 color RGB value is (125,171,193).

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

RGB channels and saturation

R 125 of 255 = 49%
G 171 of 255 = 67%
B 193 of 255 = 76%

125
171
193

R + G + B ~ 64%. #7DABC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 171 + 193 = 489 (100%)
R 125 of 489 ~ 25.56%
G 171 of 489 ~ 34.97%
B 193 of 489 ~ 39.47%

%25.56
%34.97
%39.47

CMYK color model

#7DABC1 color CMYK value is (35,11,0,24).

  • cyan value is 35.23%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(35,11,0,24)
C35M11Y0K24 
(35%,11%,0%,24%)
(0.35/0.11/0.00/0.24)	

CMYK percentages

%35.23
%11.4
%0
%24.31

Codes

Color #7DABC1 in popluar color models

7DABC1
RGB125171193
HSL199°35.42%62.35%
HSB/HSV199°35.23%75.69%
CMYK35.23%11.40%0.00%
24.31%

Color #7DABC1 in popluar number systems.

HEX7DABC1
Decimal125171193
Binary11111011010101111000001
Octal175253301

Shades and tints

Shades of #7DABC1

#7DABC1
(125,171,193)
#729CB0
(114,156,176)
#678D9F
(103,141,159)
#5C7E8E
(92,126,142)
#516F7D
(81,111,125)
#46606C
(70,96,108)
#3B515B
(59,81,91)
#30424A
(48,66,74)
#253339
(37,51,57)
#1A2428
(26,36,40)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #7DABC1

#7DABC1
(125,171,193)
#88B2C6
(136,178,198)
#93B9CB
(147,185,203)
#9EC0D0
(158,192,208)
#A9C7D5
(169,199,213)
#B4CEDA
(180,206,218)
#BFD5DF
(191,213,223)
#CADCE4
(202,220,228)
#D5E3E9
(213,227,233)
#E0EAEE
(224,234,238)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DABC1; }

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

This text font color is #7DABC1.


Background Color

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

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

This div background color is #7DABC1.


Border color

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

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

This div border color is #7DABC1.


Opacity

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

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

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

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

This text has shadow with #7DABC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DABC1 on black background.


Color preview on white background

This text has color #7DABC1 on white background.



Black color preview on #7DABC1 background

This text has black color on #7DABC1 background.


White color preview on #7DABC1 background

This text has white color on #7DABC1 background.