COLOR #7DCACF

HEX: #7DCACF RGB: (125,202,207)

Color info

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

RGB color model

#7DCACF color RGB value is (125,202,207).

RGB: (125,202,207) (49%, 79%, 81%)

RGB channels and saturation

R 125 of 255 = 49%
G 202 of 255 = 79%
B 207 of 255 = 81%

125
202
207

R + G + B ~ 70%. #7DCACF is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 202 + 207 = 534 (100%)
R 125 of 534 ~ 23.41%
G 202 of 534 ~ 37.83%
B 207 of 534 ~ 38.76'%

%23.41
%37.83
%38.76

CMYK color model

#7DCACF color CMYK value is (40,2,0,19).

  • cyan value is 39.61%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (40,2,0,19)
C40M2Y0K19 (40%, 2%, 0%, 19%)
(0.40 / 0.02 / 0.00 / 0.19)

CMYK percentages

%39.61
%2.42
%0
%18.82

Codes

Color #7DCACF in popluar color models

7D CA CF
RGB 125 202 207
HSL 184° 46.07% 65.10%
HSB/HSV 184° 39.61% 81.18%
CMYK 39.61% 2.42% 0.00%
18.82%

Color #7DCACF in popluar number systems.

HEX 7D CA CF
Decimal 125 202 207
Binary 1111101 11001010 11001111
Octal 175 312 317

Shades and tints

Shades of #7DCACF

#7DCACF
(125,202,207)
#72B8BD
(114,184,189)
#67A6AB
(103,166,171)
#5C9499
(92,148,153)
#518287
(81,130,135)
#467075
(70,112,117)
#3B5E63
(59,94,99)
#304C51
(48,76,81)
#253A3F
(37,58,63)
#1A282D
(26,40,45)
#0F161B
(15,22,27)
#000000
(0,0,0)

Tints of #7DCACF

#7DCACF
(125,202,207)
#88CED3
(136,206,211)
#93D2D7
(147,210,215)
#9ED6DB
(158,214,219)
#A9DADF
(169,218,223)
#B4DEE3
(180,222,227)
#BFE2E7
(191,226,231)
#CAE6EB
(202,230,235)
#D5EAEF
(213,234,239)
#E0EEF3
(224,238,243)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCACF color. Also use rgb(125,202,207) instead hex code.

Text Font Color

.myTextColor { color: #7DCACF; }

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

This text font color is #7DCACF.

Background Color

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

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

This div background color is #7DCACF.

Border color

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

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

This div border color is #7DCACF.

Opacity

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

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

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

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

This text has shadow with #7DCACF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCACF.

Preview

Color preview on black background

This text has color #7DCACF on black background.


Color preview on white background

This text has color #7DCACF on white background.


Black color preview on #7DCACF background

This text has black color on #7DCACF background.


White color preview on #7DCACF background

This text has white color on #7DCACF background.


Related colors

Complementary color

Complementary color for #hex is #823530.


I love getcolorcode.com

Triadic colors

1 #CF7DCA and #CACF7D with #7DCACF are triadic colors.

2 #CFCA7D and #CA7DCF with #7DCACF are triadic colors.