COLOR #7D969B

HEX: #7D969B
RGB: (125,150,155)

Renk bilgisi

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

RGB renk modeli

#7D969B color RGB value is (125,150,155).

  • kırmız ton 125;
  • yeşil ton 150;
  • mavi ton 155.
RGB:
(125,150,155)
(49%,59%,61%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 150 of 255 = 59%
B 155 of 255 = 61%

125
150
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 150 + 155 = 430 (100%)
R 125 of 430 ~ 29.07%
G 150 of 430 ~ 34.88%
B 155 of 430 ~ 36.05%

%29.07
%34.88
%36.05

CMYK RENK MODELİ

#7D969B rengi CMYK tonu (19,3,0,39).

  • camgöbeği tonu 19.35%
  • eflatun tonu 3.23%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(19,3,0,39)
C19M3Y0K39 
(19%,3%,0%,39%)
(0.19/0.03/0.00/0.39)	

CMYK yüzdeleri

%19.35
%3.23
%0
%39.22

Codes

Color #7D969B in popluar color models

7D969B
RGB125150155
HSL190°13.04%54.90%
HSB/HSV190°19.35%60.78%
CMYK19.35%3.23%0.00%
39.22%

Color #7D969B in popluar number systems.

HEX7D969B
Decimal125150155
Binary11111011001011010011011
Octal175226233

Shades and tints

Shades of #7D969B

#7D969B
(125,150,155)
#72898D
(114,137,141)
#677C7F
(103,124,127)
#5C6F71
(92,111,113)
#516263
(81,98,99)
#465555
(70,85,85)
#3B4847
(59,72,71)
#303B39
(48,59,57)
#252E2B
(37,46,43)
#1A211D
(26,33,29)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7D969B

#7D969B
(125,150,155)
#889FA4
(136,159,164)
#93A8AD
(147,168,173)
#9EB1B6
(158,177,182)
#A9BABF
(169,186,191)
#B4C3C8
(180,195,200)
#BFCCD1
(191,204,209)
#CAD5DA
(202,213,218)
#D5DEE3
(213,222,227)
#E0E7EC
(224,231,236)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D969B color. Also use rgb(125,150,155) instead hex code.

Text Font Color

.myTextColor { color: #7D969B; }

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

This text font color is #7D969B.


Background Color

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

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

This div background color is #7D969B.


Border color

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

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

This div border color is #7D969B.


Opacity

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

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

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

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

This text has shadow with #7D969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D969B on black background.


Color preview on white background

This text has color #7D969B on white background.



Black color preview on #7D969B background

This text has black color on #7D969B background.


White color preview on #7D969B background

This text has white color on #7D969B background.