COLOR #976488

HEX: #976488
RGB: (151,100,136)

Renk bilgisi

#976488 contains red, green and blue colors in about the same proportion. #976488 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#976488 color RGB value is (151,100,136).

  • kırmız ton 151;
  • yeşil ton 100;
  • mavi ton 136.
RGB:
(151,100,136)
(59%,39%,53%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 100 of 255 = 39%
B 136 of 255 = 53%

151
100
136

R + G + B ~ 50%. #976488 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 100 + 136 = 387 (100%)
R 151 of 387 ~ 39.02%
G 100 of 387 ~ 25.84%
B 136 of 387 ~ 35.14%

%39.02
%25.84
%35.14

CMYK RENK MODELİ

#976488 rengi CMYK tonu (0,34,10,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.77%
  • sarı tonu 9.93%
  • ana renk tonu 40.78%
CMYK:
(0,34,10,41)
C0M34Y10K41 
(0%,34%,10%,41%)
(0.00/0.34/0.10/0.41)	

CMYK yüzdeleri

%0
%33.77
%9.93
%40.78

Codes

Color #976488 in popluar color models

976488
RGB151100136
HSL318°20.32%49.22%
HSB/HSV318°33.77%59.22%
CMYK0.00%33.77%9.93%
40.78%

Color #976488 in popluar number systems.

HEX976488
Decimal151100136
Binary10010111110010010001000
Octal227144210

Shades and tints

Shades of #976488

#976488
(151,100,136)
#8A5B7C
(138,91,124)
#7D5270
(125,82,112)
#704964
(112,73,100)
#634058
(99,64,88)
#56374C
(86,55,76)
#492E40
(73,46,64)
#3C2534
(60,37,52)
#2F1C28
(47,28,40)
#22131C
(34,19,28)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #976488

#976488
(151,100,136)
#A07292
(160,114,146)
#A9809C
(169,128,156)
#B28EA6
(178,142,166)
#BB9CB0
(187,156,176)
#C4AABA
(196,170,186)
#CDB8C4
(205,184,196)
#D6C6CE
(214,198,206)
#DFD4D8
(223,212,216)
#E8E2E2
(232,226,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976488 color. Also use rgb(151,100,136) instead hex code.

Text Font Color

.myTextColor { color: #976488; }

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

This text font color is #976488.


Background Color

.myBgColor { background-color: #976488; }

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

This div background color is #976488.


Border color

.myBorderColor { border: 1px solid #976488; }

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

This div border color is #976488.


Opacity

.myOpacity80 { color: #976488; opacity: 0.8; }

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

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

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

This text has shadow with #976488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976488 on black background.


Color preview on white background

This text has color #976488 on white background.



Black color preview on #976488 background

This text has black color on #976488 background.


White color preview on #976488 background

This text has white color on #976488 background.