COLOR #7DC1BA

HEX: #7DC1BA
RGB: (125,193,186)

Color info

#7DC1BA contains mainly green and blue colors. Web safe color of #7DC1BA is #66CCCC (or #6CC).

RGB color model

#7DC1BA color RGB value is (125,193,186).

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

RGB channels and saturation

R 125 of 255 = 49%
G 193 of 255 = 76%
B 186 of 255 = 73%

125
193
186

R + G + B ~ 66%. #7DC1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 193 + 186 = 504 (100%)
R 125 of 504 ~ 24.8%
G 193 of 504 ~ 38.29%
B 186 of 504 ~ 36.9%

%24.8
%38.29
%36.9

CMYK color model

#7DC1BA color CMYK value is (35,0,4,24).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(35,0,4,24)
C35M0Y4K24 
(35%,0%,4%,24%)
(0.35/0.00/0.04/0.24)	

CMYK percentages

%35.23
%0
%3.63
%24.31

Codes

Color #7DC1BA in popluar color models

7DC1BA
RGB125193186
HSL174°35.42%62.35%
HSB/HSV174°35.23%75.69%
CMYK35.23%0.00%3.63%
24.31%

Color #7DC1BA in popluar number systems.

HEX7DC1BA
Decimal125193186
Binary11111011100000110111010
Octal175301272

Shades and tints

Shades of #7DC1BA

#7DC1BA
(125,193,186)
#72B0AA
(114,176,170)
#679F9A
(103,159,154)
#5C8E8A
(92,142,138)
#517D7A
(81,125,122)
#466C6A
(70,108,106)
#3B5B5A
(59,91,90)
#304A4A
(48,74,74)
#25393A
(37,57,58)
#1A282A
(26,40,42)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #7DC1BA

#7DC1BA
(125,193,186)
#88C6C0
(136,198,192)
#93CBC6
(147,203,198)
#9ED0CC
(158,208,204)
#A9D5D2
(169,213,210)
#B4DAD8
(180,218,216)
#BFDFDE
(191,223,222)
#CAE4E4
(202,228,228)
#D5E9EA
(213,233,234)
#E0EEF0
(224,238,240)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC1BA; }

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

This text font color is #7DC1BA.


Background Color

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

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

This div background color is #7DC1BA.


Border color

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

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

This div border color is #7DC1BA.


Opacity

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

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

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

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

This text has shadow with #7DC1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC1BA on black background.


Color preview on white background

This text has color #7DC1BA on white background.



Black color preview on #7DC1BA background

This text has black color on #7DC1BA background.


White color preview on #7DC1BA background

This text has white color on #7DC1BA background.