COLOR #7DD5A4

HEX: #7DD5A4
RGB: (125,213,164)

Renk bilgisi

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

RGB renk modeli

#7DD5A4 color RGB value is (125,213,164).

  • kırmız ton 125;
  • yeşil ton 213;
  • mavi ton 164.
RGB:
(125,213,164)
(49%,84%,64%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 213 of 255 = 84%
B 164 of 255 = 64%

125
213
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 213 + 164 = 502 (100%)
R 125 of 502 ~ 24.9%
G 213 of 502 ~ 42.43%
B 164 of 502 ~ 32.67%

%24.9
%42.43
%32.67

CMYK RENK MODELİ

#7DD5A4 rengi CMYK tonu (41,0,23,16).

  • camgöbeği tonu 41.31%
  • eflatun tonu 0.00%
  • sarı tonu 23.00%
  • ana renk tonu 16.47%
CMYK:
(41,0,23,16)
C41M0Y23K16 
(41%,0%,23%,16%)
(0.41/0.00/0.23/0.16)	

CMYK yüzdeleri

%41.31
%0
%23
%16.47

Codes

Color #7DD5A4 in popluar color models

7DD5A4
RGB125213164
HSL147°51.16%66.27%
HSB/HSV147°41.31%83.53%
CMYK41.31%0.00%23.00%
16.47%

Color #7DD5A4 in popluar number systems.

HEX7DD5A4
Decimal125213164
Binary11111011101010110100100
Octal175325244

Shades and tints

Shades of #7DD5A4

#7DD5A4
(125,213,164)
#72C296
(114,194,150)
#67AF88
(103,175,136)
#5C9C7A
(92,156,122)
#51896C
(81,137,108)
#46765E
(70,118,94)
#3B6350
(59,99,80)
#305042
(48,80,66)
#253D34
(37,61,52)
#1A2A26
(26,42,38)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #7DD5A4

#7DD5A4
(125,213,164)
#88D8AC
(136,216,172)
#93DBB4
(147,219,180)
#9EDEBC
(158,222,188)
#A9E1C4
(169,225,196)
#B4E4CC
(180,228,204)
#BFE7D4
(191,231,212)
#CAEADC
(202,234,220)
#D5EDE4
(213,237,228)
#E0F0EC
(224,240,236)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD5A4 color. Also use rgb(125,213,164) instead hex code.

Text Font Color

.myTextColor { color: #7DD5A4; }

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

This text font color is #7DD5A4.


Background Color

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

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

This div background color is #7DD5A4.


Border color

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

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

This div border color is #7DD5A4.


Opacity

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

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

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

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

This text has shadow with #7DD5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD5A4 on black background.


Color preview on white background

This text has color #7DD5A4 on white background.



Black color preview on #7DD5A4 background

This text has black color on #7DD5A4 background.


White color preview on #7DD5A4 background

This text has white color on #7DD5A4 background.