COLOR #997EA8

HEX: #997EA8
RGB: (153,126,168)

Renk bilgisi

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

RGB renk modeli

#997EA8 color RGB value is (153,126,168).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 126 of 255 = 49%
B 168 of 255 = 66%

153
126
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 126 + 168 = 447 (100%)
R 153 of 447 ~ 34.23%
G 126 of 447 ~ 28.19%
B 168 of 447 ~ 37.58%

%34.23
%28.19
%37.58

CMYK RENK MODELİ

#997EA8 rengi CMYK tonu (9,25,0,34).

  • camgöbeği tonu 8.93%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 34.12%
CMYK:
(9,25,0,34)
C9M25Y0K34 
(9%,25%,0%,34%)
(0.09/0.25/0.00/0.34)	

CMYK yüzdeleri

%8.93
%25
%0
%34.12

Codes

Color #997EA8 in popluar color models

997EA8
RGB153126168
HSL279°19.44%57.65%
HSB/HSV279°25.00%65.88%
CMYK8.93%25.00%0.00%
34.12%

Color #997EA8 in popluar number systems.

HEX997EA8
Decimal153126168
Binary10011001111111010101000
Octal231176250

Shades and tints

Shades of #997EA8

#997EA8
(153,126,168)
#8C7399
(140,115,153)
#7F688A
(127,104,138)
#725D7B
(114,93,123)
#65526C
(101,82,108)
#58475D
(88,71,93)
#4B3C4E
(75,60,78)
#3E313F
(62,49,63)
#312630
(49,38,48)
#241B21
(36,27,33)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #997EA8

#997EA8
(153,126,168)
#A289AF
(162,137,175)
#AB94B6
(171,148,182)
#B49FBD
(180,159,189)
#BDAAC4
(189,170,196)
#C6B5CB
(198,181,203)
#CFC0D2
(207,192,210)
#D8CBD9
(216,203,217)
#E1D6E0
(225,214,224)
#EAE1E7
(234,225,231)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997EA8; }

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

This text font color is #997EA8.


Background Color

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

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

This div background color is #997EA8.


Border color

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

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

This div border color is #997EA8.


Opacity

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

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

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

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

This text has shadow with #997EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997EA8 on black background.


Color preview on white background

This text has color #997EA8 on white background.



Black color preview on #997EA8 background

This text has black color on #997EA8 background.


White color preview on #997EA8 background

This text has white color on #997EA8 background.