COLOR #997EAB

HEX: #997EAB
RGB: (153,126,171)

Renk bilgisi

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

RGB renk modeli

#997EAB color RGB value is (153,126,171).

  • kırmız ton 153;
  • yeşil ton 126;
  • mavi ton 171.
RGB:
(153,126,171)
(60%,49%,67%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 126 of 255 = 49%
B 171 of 255 = 67%

153
126
171

R + G + B ~ 59%. #997EAB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 126 + 171 = 450 (100%)
R 153 of 450 ~ 34%
G 126 of 450 ~ 28%
B 171 of 450 ~ 38%

%34
%28
%38

CMYK RENK MODELİ

#997EAB rengi CMYK tonu (11,26,0,33).

  • camgöbeği tonu 10.53%
  • eflatun tonu 26.32%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(11,26,0,33)
C11M26Y0K33 
(11%,26%,0%,33%)
(0.11/0.26/0.00/0.33)	

CMYK yüzdeleri

%10.53
%26.32
%0
%32.94

Codes

Color #997EAB in popluar color models

997EAB
RGB153126171
HSL276°21.13%58.24%
HSB/HSV276°26.32%67.06%
CMYK10.53%26.32%0.00%
32.94%

Color #997EAB in popluar number systems.

HEX997EAB
Decimal153126171
Binary10011001111111010101011
Octal231176253

Shades and tints

Shades of #997EAB

#997EAB
(153,126,171)
#8C739C
(140,115,156)
#7F688D
(127,104,141)
#725D7E
(114,93,126)
#65526F
(101,82,111)
#584760
(88,71,96)
#4B3C51
(75,60,81)
#3E3142
(62,49,66)
#312633
(49,38,51)
#241B24
(36,27,36)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #997EAB

#997EAB
(153,126,171)
#A289B2
(162,137,178)
#AB94B9
(171,148,185)
#B49FC0
(180,159,192)
#BDAAC7
(189,170,199)
#C6B5CE
(198,181,206)
#CFC0D5
(207,192,213)
#D8CBDC
(216,203,220)
#E1D6E3
(225,214,227)
#EAE1EA
(234,225,234)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997EAB color. Also use rgb(153,126,171) instead hex code.

Text Font Color

.myTextColor { color: #997EAB; }

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

This text font color is #997EAB.


Background Color

.myBgColor { background-color: #997EAB; }

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

This div background color is #997EAB.


Border color

.myBorderColor { border: 1px solid #997EAB; }

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

This div border color is #997EAB.


Opacity

.myOpacity80 { color: #997EAB; opacity: 0.8; }

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

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

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

This text has shadow with #997EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997EAB on black background.


Color preview on white background

This text has color #997EAB on white background.



Black color preview on #997EAB background

This text has black color on #997EAB background.


White color preview on #997EAB background

This text has white color on #997EAB background.