COLOR #7DC1CB

HEX: #7DC1CB
RGB: (125,193,203)

Color info

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

RGB color model

#7DC1CB color RGB value is (125,193,203).

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

RGB channels and saturation

R 125 of 255 = 49%
G 193 of 255 = 76%
B 203 of 255 = 80%

125
193
203

R + G + B ~ 68%. #7DC1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 193 + 203 = 521 (100%)
R 125 of 521 ~ 23.99%
G 193 of 521 ~ 37.04%
B 203 of 521 ~ 38.96%

%23.99
%37.04
%38.96

CMYK color model

#7DC1CB color CMYK value is (38,5,0,20).

  • cyan value is 38.42%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(38,5,0,20)
C38M5Y0K20 
(38%,5%,0%,20%)
(0.38/0.05/0.00/0.20)	

CMYK percentages

%38.42
%4.93
%0
%20.39

Codes

Color #7DC1CB in popluar color models

7DC1CB
RGB125193203
HSL188°42.86%64.31%
HSB/HSV188°38.42%79.61%
CMYK38.42%4.93%0.00%
20.39%

Color #7DC1CB in popluar number systems.

HEX7DC1CB
Decimal125193203
Binary11111011100000111001011
Octal175301313

Shades and tints

Shades of #7DC1CB

#7DC1CB
(125,193,203)
#72B0B9
(114,176,185)
#679FA7
(103,159,167)
#5C8E95
(92,142,149)
#517D83
(81,125,131)
#466C71
(70,108,113)
#3B5B5F
(59,91,95)
#304A4D
(48,74,77)
#25393B
(37,57,59)
#1A2829
(26,40,41)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #7DC1CB

#7DC1CB
(125,193,203)
#88C6CF
(136,198,207)
#93CBD3
(147,203,211)
#9ED0D7
(158,208,215)
#A9D5DB
(169,213,219)
#B4DADF
(180,218,223)
#BFDFE3
(191,223,227)
#CAE4E7
(202,228,231)
#D5E9EB
(213,233,235)
#E0EEEF
(224,238,239)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DC1CB; }

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

This text font color is #7DC1CB.


Background Color

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

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

This div background color is #7DC1CB.


Border color

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

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

This div border color is #7DC1CB.


Opacity

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

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

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

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

This text has shadow with #7DC1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC1CB on black background.


Color preview on white background

This text has color #7DC1CB on white background.



Black color preview on #7DC1CB background

This text has black color on #7DC1CB background.


White color preview on #7DC1CB background

This text has white color on #7DC1CB background.