COLOR #7F7DB0

HEX: #7F7DB0
RGB: (127,125,176)

Renk bilgisi

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

RGB renk modeli

#7F7DB0 color RGB value is (127,125,176).

  • kırmız ton 127;
  • yeşil ton 125;
  • mavi ton 176.
RGB:
(127,125,176)
(50%,49%,69%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 125 of 255 = 49%
B 176 of 255 = 69%

127
125
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 125 + 176 = 428 (100%)
R 127 of 428 ~ 29.67%
G 125 of 428 ~ 29.21%
B 176 of 428 ~ 41.12%

%29.67
%29.21
%41.12

CMYK RENK MODELİ

#7F7DB0 rengi CMYK tonu (28,29,0,31).

  • camgöbeği tonu 27.84%
  • eflatun tonu 28.98%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(28,29,0,31)
C28M29Y0K31 
(28%,29%,0%,31%)
(0.28/0.29/0.00/0.31)	

CMYK yüzdeleri

%27.84
%28.98
%0
%30.98

Codes

Color #7F7DB0 in popluar color models

7F7DB0
RGB127125176
HSL242°24.40%59.02%
HSB/HSV242°28.98%69.02%
CMYK27.84%28.98%0.00%
30.98%

Color #7F7DB0 in popluar number systems.

HEX7F7DB0
Decimal127125176
Binary1111111111110110110000
Octal177175260

Shades and tints

Shades of #7F7DB0

#7F7DB0
(127,125,176)
#7472A0
(116,114,160)
#696790
(105,103,144)
#5E5C80
(94,92,128)
#535170
(83,81,112)
#484660
(72,70,96)
#3D3B50
(61,59,80)
#323040
(50,48,64)
#272530
(39,37,48)
#1C1A20
(28,26,32)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F7DB0

#7F7DB0
(127,125,176)
#8A88B7
(138,136,183)
#9593BE
(149,147,190)
#A09EC5
(160,158,197)
#ABA9CC
(171,169,204)
#B6B4D3
(182,180,211)
#C1BFDA
(193,191,218)
#CCCAE1
(204,202,225)
#D7D5E8
(215,213,232)
#E2E0EF
(226,224,239)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7DB0 color. Also use rgb(127,125,176) instead hex code.

Text Font Color

.myTextColor { color: #7F7DB0; }

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

This text font color is #7F7DB0.


Background Color

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

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

This div background color is #7F7DB0.


Border color

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

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

This div border color is #7F7DB0.


Opacity

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

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

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

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

This text has shadow with #7F7DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7DB0 on black background.


Color preview on white background

This text has color #7F7DB0 on white background.



Black color preview on #7F7DB0 background

This text has black color on #7F7DB0 background.


White color preview on #7F7DB0 background

This text has white color on #7F7DB0 background.