COLOR #7DB990

HEX: #7DB990
RGB: (125,185,144)

Renk bilgisi

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

RGB renk modeli

#7DB990 color RGB value is (125,185,144).

  • kırmız ton 125;
  • yeşil ton 185;
  • mavi ton 144.
RGB:
(125,185,144)
(49%,73%,56%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 185 of 255 = 73%
B 144 of 255 = 56%

125
185
144

R + G + B ~ 59%. #7DB990 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 185 + 144 = 454 (100%)
R 125 of 454 ~ 27.53%
G 185 of 454 ~ 40.75%
B 144 of 454 ~ 31.72%

%27.53
%40.75
%31.72

CMYK RENK MODELİ

#7DB990 rengi CMYK tonu (32,0,22,27).

  • camgöbeği tonu 32.43%
  • eflatun tonu 0.00%
  • sarı tonu 22.16%
  • ana renk tonu 27.45%
CMYK:
(32,0,22,27)
C32M0Y22K27 
(32%,0%,22%,27%)
(0.32/0.00/0.22/0.27)	

CMYK yüzdeleri

%32.43
%0
%22.16
%27.45

Codes

Color #7DB990 in popluar color models

7DB990
RGB125185144
HSL139°30.00%60.78%
HSB/HSV139°32.43%72.55%
CMYK32.43%0.00%22.16%
27.45%

Color #7DB990 in popluar number systems.

HEX7DB990
Decimal125185144
Binary11111011011100110010000
Octal175271220

Shades and tints

Shades of #7DB990

#7DB990
(125,185,144)
#72A983
(114,169,131)
#679976
(103,153,118)
#5C8969
(92,137,105)
#51795C
(81,121,92)
#46694F
(70,105,79)
#3B5942
(59,89,66)
#304935
(48,73,53)
#253928
(37,57,40)
#1A291B
(26,41,27)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #7DB990

#7DB990
(125,185,144)
#88BF9A
(136,191,154)
#93C5A4
(147,197,164)
#9ECBAE
(158,203,174)
#A9D1B8
(169,209,184)
#B4D7C2
(180,215,194)
#BFDDCC
(191,221,204)
#CAE3D6
(202,227,214)
#D5E9E0
(213,233,224)
#E0EFEA
(224,239,234)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB990 color. Also use rgb(125,185,144) instead hex code.

Text Font Color

.myTextColor { color: #7DB990; }

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

This text font color is #7DB990.


Background Color

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

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

This div background color is #7DB990.


Border color

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

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

This div border color is #7DB990.


Opacity

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

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

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

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

This text has shadow with #7DB990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB990 on black background.


Color preview on white background

This text has color #7DB990 on white background.



Black color preview on #7DB990 background

This text has black color on #7DB990 background.


White color preview on #7DB990 background

This text has white color on #7DB990 background.