COLOR #7D998A

HEX: #7D998A
RGB: (125,153,138)

Renk bilgisi

#7D998A contains red, green and blue colors in about the same proportion. #7D998A ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#7D998A color RGB value is (125,153,138).

  • kırmız ton 125;
  • yeşil ton 153;
  • mavi ton 138.
RGB:
(125,153,138)
(49%,60%,54%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 153 of 255 = 60%
B 138 of 255 = 54%

125
153
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 153 + 138 = 416 (100%)
R 125 of 416 ~ 30.05%
G 153 of 416 ~ 36.78%
B 138 of 416 ~ 33.17%

%30.05
%36.78
%33.17

CMYK RENK MODELİ

#7D998A rengi CMYK tonu (18,0,10,40).

  • camgöbeği tonu 18.30%
  • eflatun tonu 0.00%
  • sarı tonu 9.80%
  • ana renk tonu 40.00%
CMYK:
(18,0,10,40)
C18M0Y10K40 
(18%,0%,10%,40%)
(0.18/0.00/0.10/0.40)	

CMYK yüzdeleri

%18.3
%0
%9.8
%40

Codes

Color #7D998A in popluar color models

7D998A
RGB125153138
HSL148°12.07%54.51%
HSB/HSV148°18.30%60.00%
CMYK18.30%0.00%9.80%
40.00%

Color #7D998A in popluar number systems.

HEX7D998A
Decimal125153138
Binary11111011001100110001010
Octal175231212

Shades and tints

Shades of #7D998A

#7D998A
(125,153,138)
#728C7E
(114,140,126)
#677F72
(103,127,114)
#5C7266
(92,114,102)
#51655A
(81,101,90)
#46584E
(70,88,78)
#3B4B42
(59,75,66)
#303E36
(48,62,54)
#25312A
(37,49,42)
#1A241E
(26,36,30)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #7D998A

#7D998A
(125,153,138)
#88A294
(136,162,148)
#93AB9E
(147,171,158)
#9EB4A8
(158,180,168)
#A9BDB2
(169,189,178)
#B4C6BC
(180,198,188)
#BFCFC6
(191,207,198)
#CAD8D0
(202,216,208)
#D5E1DA
(213,225,218)
#E0EAE4
(224,234,228)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D998A color. Also use rgb(125,153,138) instead hex code.

Text Font Color

.myTextColor { color: #7D998A; }

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

This text font color is #7D998A.


Background Color

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

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

This div background color is #7D998A.


Border color

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

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

This div border color is #7D998A.


Opacity

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

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

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

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

This text has shadow with #7D998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D998A on black background.


Color preview on white background

This text has color #7D998A on white background.



Black color preview on #7D998A background

This text has black color on #7D998A background.


White color preview on #7D998A background

This text has white color on #7D998A background.