COLOR #7DC5A5

HEX: #7DC5A5
RGB: (125,197,165)

Renk bilgisi

#7DC5A5 contains mainly green and blue colors. #7DC5A5 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7DC5A5 color RGB value is (125,197,165).

  • kırmız ton 125;
  • yeşil ton 197;
  • mavi ton 165.
RGB:
(125,197,165)
(49%,77%,65%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 197 of 255 = 77%
B 165 of 255 = 65%

125
197
165

R + G + B ~ 64%. #7DC5A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 197 + 165 = 487 (100%)
R 125 of 487 ~ 25.67%
G 197 of 487 ~ 40.45%
B 165 of 487 ~ 33.88%

%25.67
%40.45
%33.88

CMYK RENK MODELİ

#7DC5A5 rengi CMYK tonu (37,0,16,23).

  • camgöbeği tonu 36.55%
  • eflatun tonu 0.00%
  • sarı tonu 16.24%
  • ana renk tonu 22.75%
CMYK:
(37,0,16,23)
C37M0Y16K23 
(37%,0%,16%,23%)
(0.37/0.00/0.16/0.23)	

CMYK yüzdeleri

%36.55
%0
%16.24
%22.75

Codes

Color #7DC5A5 in popluar color models

7DC5A5
RGB125197165
HSL153°38.30%63.14%
HSB/HSV153°36.55%77.25%
CMYK36.55%0.00%16.24%
22.75%

Color #7DC5A5 in popluar number systems.

HEX7DC5A5
Decimal125197165
Binary11111011100010110100101
Octal175305245

Shades and tints

Shades of #7DC5A5

#7DC5A5
(125,197,165)
#72B496
(114,180,150)
#67A387
(103,163,135)
#5C9278
(92,146,120)
#518169
(81,129,105)
#46705A
(70,112,90)
#3B5F4B
(59,95,75)
#304E3C
(48,78,60)
#253D2D
(37,61,45)
#1A2C1E
(26,44,30)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #7DC5A5

#7DC5A5
(125,197,165)
#88CAAD
(136,202,173)
#93CFB5
(147,207,181)
#9ED4BD
(158,212,189)
#A9D9C5
(169,217,197)
#B4DECD
(180,222,205)
#BFE3D5
(191,227,213)
#CAE8DD
(202,232,221)
#D5EDE5
(213,237,229)
#E0F2ED
(224,242,237)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC5A5 color. Also use rgb(125,197,165) instead hex code.

Text Font Color

.myTextColor { color: #7DC5A5; }

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

This text font color is #7DC5A5.


Background Color

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

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

This div background color is #7DC5A5.


Border color

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

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

This div border color is #7DC5A5.


Opacity

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

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

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

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

This text has shadow with #7DC5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC5A5 on black background.


Color preview on white background

This text has color #7DC5A5 on white background.



Black color preview on #7DC5A5 background

This text has black color on #7DC5A5 background.


White color preview on #7DC5A5 background

This text has white color on #7DC5A5 background.