COLOR #7D999C

HEX: #7D999C
RGB: (125,153,156)

Renk bilgisi

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

RGB renk modeli

#7D999C color RGB value is (125,153,156).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 153 of 255 = 60%
B 156 of 255 = 61%

125
153
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 153 + 156 = 434 (100%)
R 125 of 434 ~ 28.8%
G 153 of 434 ~ 35.25%
B 156 of 434 ~ 35.94%

%28.8
%35.25
%35.94

CMYK RENK MODELİ

#7D999C rengi CMYK tonu (20,2,0,39).

  • camgöbeği tonu 19.87%
  • eflatun tonu 1.92%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(20,2,0,39)
C20M2Y0K39 
(20%,2%,0%,39%)
(0.20/0.02/0.00/0.39)	

CMYK yüzdeleri

%19.87
%1.92
%0
%38.82

Codes

Color #7D999C in popluar color models

7D999C
RGB125153156
HSL186°13.54%55.10%
HSB/HSV186°19.87%61.18%
CMYK19.87%1.92%0.00%
38.82%

Color #7D999C in popluar number systems.

HEX7D999C
Decimal125153156
Binary11111011001100110011100
Octal175231234

Shades and tints

Shades of #7D999C

#7D999C
(125,153,156)
#728C8E
(114,140,142)
#677F80
(103,127,128)
#5C7272
(92,114,114)
#516564
(81,101,100)
#465856
(70,88,86)
#3B4B48
(59,75,72)
#303E3A
(48,62,58)
#25312C
(37,49,44)
#1A241E
(26,36,30)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #7D999C

#7D999C
(125,153,156)
#88A2A5
(136,162,165)
#93ABAE
(147,171,174)
#9EB4B7
(158,180,183)
#A9BDC0
(169,189,192)
#B4C6C9
(180,198,201)
#BFCFD2
(191,207,210)
#CAD8DB
(202,216,219)
#D5E1E4
(213,225,228)
#E0EAED
(224,234,237)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D999C; }

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

This text font color is #7D999C.


Background Color

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

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

This div background color is #7D999C.


Border color

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

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

This div border color is #7D999C.


Opacity

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

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

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

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

This text has shadow with #7D999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D999C on black background.


Color preview on white background

This text has color #7D999C on white background.



Black color preview on #7D999C background

This text has black color on #7D999C background.


White color preview on #7D999C background

This text has white color on #7D999C background.