COLOR #7DCAB3

HEX: #7DCAB3
RGB: (125,202,179)

Color info

#7DCAB3 contains mainly green and blue colors. Web safe color of #7DCAB3 is #66CC99 (or #6C9).

RGB color model

#7DCAB3 color RGB value is (125,202,179).

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

RGB channels and saturation

R 125 of 255 = 49%
G 202 of 255 = 79%
B 179 of 255 = 70%

125
202
179

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

Portions of RGB colors in percentages

R + G + B =
125 + 202 + 179 = 506 (100%)
R 125 of 506 ~ 24.7%
G 202 of 506 ~ 39.92%
B 179 of 506 ~ 35.38%

%24.7
%39.92
%35.38

CMYK color model

#7DCAB3 color CMYK value is (38,0,11,21).

  • cyan value is 38.12%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 20.78%
CMYK:
(38,0,11,21)
C38M0Y11K21 
(38%,0%,11%,21%)
(0.38/0.00/0.11/0.21)	

CMYK percentages

%38.12
%0
%11.39
%20.78

Codes

Color #7DCAB3 in popluar color models

7DCAB3
RGB125202179
HSL162°42.08%64.12%
HSB/HSV162°38.12%79.22%
CMYK38.12%0.00%11.39%
20.78%

Color #7DCAB3 in popluar number systems.

HEX7DCAB3
Decimal125202179
Binary11111011100101010110011
Octal175312263

Shades and tints

Shades of #7DCAB3

#7DCAB3
(125,202,179)
#72B8A3
(114,184,163)
#67A693
(103,166,147)
#5C9483
(92,148,131)
#518273
(81,130,115)
#467063
(70,112,99)
#3B5E53
(59,94,83)
#304C43
(48,76,67)
#253A33
(37,58,51)
#1A2823
(26,40,35)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #7DCAB3

#7DCAB3
(125,202,179)
#88CEB9
(136,206,185)
#93D2BF
(147,210,191)
#9ED6C5
(158,214,197)
#A9DACB
(169,218,203)
#B4DED1
(180,222,209)
#BFE2D7
(191,226,215)
#CAE6DD
(202,230,221)
#D5EAE3
(213,234,227)
#E0EEE9
(224,238,233)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCAB3; }

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

This text font color is #7DCAB3.


Background Color

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

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

This div background color is #7DCAB3.


Border color

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

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

This div border color is #7DCAB3.


Opacity

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

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

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

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

This text has shadow with #7DCAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCAB3 on black background.


Color preview on white background

This text has color #7DCAB3 on white background.



Black color preview on #7DCAB3 background

This text has black color on #7DCAB3 background.


White color preview on #7DCAB3 background

This text has white color on #7DCAB3 background.