COLOR #7DCAD7

HEX: #7DCAD7
RGB: (125,202,215)

Color info

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

RGB color model

#7DCAD7 color RGB value is (125,202,215).

  • red value is 125;
  • green value is 202;
  • blue value is 215.
RGB:
(125,202,215)
(49%,79%,84%)

RGB channels and saturation

R 125 of 255 = 49%
G 202 of 255 = 79%
B 215 of 255 = 84%

125
202
215

R + G + B ~ 71%. #7DCAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 202 + 215 = 542 (100%)
R 125 of 542 ~ 23.06%
G 202 of 542 ~ 37.27%
B 215 of 542 ~ 39.67%

%23.06
%37.27
%39.67

CMYK color model

#7DCAD7 color CMYK value is (42,6,0,16).

  • cyan value is 41.86%
  • magenta value is 6.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(42,6,0,16)
C42M6Y0K16 
(42%,6%,0%,16%)
(0.42/0.06/0.00/0.16)	

CMYK percentages

%41.86
%6.05
%0
%15.69

Codes

Color #7DCAD7 in popluar color models

7DCAD7
RGB125202215
HSL189°52.94%66.67%
HSB/HSV189°41.86%84.31%
CMYK41.86%6.05%0.00%
15.69%

Color #7DCAD7 in popluar number systems.

HEX7DCAD7
Decimal125202215
Binary11111011100101011010111
Octal175312327

Shades and tints

Shades of #7DCAD7

#7DCAD7
(125,202,215)
#72B8C4
(114,184,196)
#67A6B1
(103,166,177)
#5C949E
(92,148,158)
#51828B
(81,130,139)
#467078
(70,112,120)
#3B5E65
(59,94,101)
#304C52
(48,76,82)
#253A3F
(37,58,63)
#1A282C
(26,40,44)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #7DCAD7

#7DCAD7
(125,202,215)
#88CEDA
(136,206,218)
#93D2DD
(147,210,221)
#9ED6E0
(158,214,224)
#A9DAE3
(169,218,227)
#B4DEE6
(180,222,230)
#BFE2E9
(191,226,233)
#CAE6EC
(202,230,236)
#D5EAEF
(213,234,239)
#E0EEF2
(224,238,242)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCAD7; }

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

This text font color is #7DCAD7.


Background Color

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

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

This div background color is #7DCAD7.


Border color

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

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

This div border color is #7DCAD7.


Opacity

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

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

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

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

This text has shadow with #7DCAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCAD7 on black background.


Color preview on white background

This text has color #7DCAD7 on white background.



Black color preview on #7DCAD7 background

This text has black color on #7DCAD7 background.


White color preview on #7DCAD7 background

This text has white color on #7DCAD7 background.