COLOR #7D98B5

HEX: #7D98B5
RGB: (125,152,181)

Renk bilgisi

#7D98B5 contains red, green and blue colors in about the same proportion. #7D98B5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7D98B5 color RGB value is (125,152,181).

  • kırmız ton 125;
  • yeşil ton 152;
  • mavi ton 181.
RGB:
(125,152,181)
(49%,60%,71%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 152 of 255 = 60%
B 181 of 255 = 71%

125
152
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 152 + 181 = 458 (100%)
R 125 of 458 ~ 27.29%
G 152 of 458 ~ 33.19%
B 181 of 458 ~ 39.52%

%27.29
%33.19
%39.52

CMYK RENK MODELİ

#7D98B5 rengi CMYK tonu (31,16,0,29).

  • camgöbeği tonu 30.94%
  • eflatun tonu 16.02%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(31,16,0,29)
C31M16Y0K29 
(31%,16%,0%,29%)
(0.31/0.16/0.00/0.29)	

CMYK yüzdeleri

%30.94
%16.02
%0
%29.02

Codes

Color #7D98B5 in popluar color models

7D98B5
RGB125152181
HSL211°27.45%60.00%
HSB/HSV211°30.94%70.98%
CMYK30.94%16.02%0.00%
29.02%

Color #7D98B5 in popluar number systems.

HEX7D98B5
Decimal125152181
Binary11111011001100010110101
Octal175230265

Shades and tints

Shades of #7D98B5

#7D98B5
(125,152,181)
#728BA5
(114,139,165)
#677E95
(103,126,149)
#5C7185
(92,113,133)
#516475
(81,100,117)
#465765
(70,87,101)
#3B4A55
(59,74,85)
#303D45
(48,61,69)
#253035
(37,48,53)
#1A2325
(26,35,37)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #7D98B5

#7D98B5
(125,152,181)
#88A1BB
(136,161,187)
#93AAC1
(147,170,193)
#9EB3C7
(158,179,199)
#A9BCCD
(169,188,205)
#B4C5D3
(180,197,211)
#BFCED9
(191,206,217)
#CAD7DF
(202,215,223)
#D5E0E5
(213,224,229)
#E0E9EB
(224,233,235)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D98B5 color. Also use rgb(125,152,181) instead hex code.

Text Font Color

.myTextColor { color: #7D98B5; }

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

This text font color is #7D98B5.


Background Color

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

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

This div background color is #7D98B5.


Border color

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

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

This div border color is #7D98B5.


Opacity

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

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

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

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

This text has shadow with #7D98B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D98B5 on black background.


Color preview on white background

This text has color #7D98B5 on white background.



Black color preview on #7D98B5 background

This text has black color on #7D98B5 background.


White color preview on #7D98B5 background

This text has white color on #7D98B5 background.