COLOR #8996C7

HEX: #8996C7
RGB: (137,150,199)

Renk bilgisi

#8996C7 contains mainly green and blue colors. #8996C7 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#8996C7 color RGB value is (137,150,199).

  • kırmız ton 137;
  • yeşil ton 150;
  • mavi ton 199.
RGB:
(137,150,199)
(54%,59%,78%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 150 of 255 = 59%
B 199 of 255 = 78%

137
150
199

R + G + B ~ 64%. #8996C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 150 + 199 = 486 (100%)
R 137 of 486 ~ 28.19%
G 150 of 486 ~ 30.86%
B 199 of 486 ~ 40.95%

%28.19
%30.86
%40.95

CMYK RENK MODELİ

#8996C7 rengi CMYK tonu (31,25,0,22).

  • camgöbeği tonu 31.16%
  • eflatun tonu 24.62%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(31,25,0,22)
C31M25Y0K22 
(31%,25%,0%,22%)
(0.31/0.25/0.00/0.22)	

CMYK yüzdeleri

%31.16
%24.62
%0
%21.96

Codes

Color #8996C7 in popluar color models

8996C7
RGB137150199
HSL227°35.63%65.88%
HSB/HSV227°31.16%78.04%
CMYK31.16%24.62%0.00%
21.96%

Color #8996C7 in popluar number systems.

HEX8996C7
Decimal137150199
Binary100010011001011011000111
Octal211226307

Shades and tints

Shades of #8996C7

#8996C7
(137,150,199)
#7D89B5
(125,137,181)
#717CA3
(113,124,163)
#656F91
(101,111,145)
#59627F
(89,98,127)
#4D556D
(77,85,109)
#41485B
(65,72,91)
#353B49
(53,59,73)
#292E37
(41,46,55)
#1D2125
(29,33,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #8996C7

#8996C7
(137,150,199)
#939FCC
(147,159,204)
#9DA8D1
(157,168,209)
#A7B1D6
(167,177,214)
#B1BADB
(177,186,219)
#BBC3E0
(187,195,224)
#C5CCE5
(197,204,229)
#CFD5EA
(207,213,234)
#D9DEEF
(217,222,239)
#E3E7F4
(227,231,244)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8996C7 color. Also use rgb(137,150,199) instead hex code.

Text Font Color

.myTextColor { color: #8996C7; }

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

This text font color is #8996C7.


Background Color

.myBgColor { background-color: #8996C7; }

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

This div background color is #8996C7.


Border color

.myBorderColor { border: 1px solid #8996C7; }

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

This div border color is #8996C7.


Opacity

.myOpacity80 { color: #8996C7; opacity: 0.8; }

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

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

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

This text has shadow with #8996C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8996C7 on black background.


Color preview on white background

This text has color #8996C7 on white background.



Black color preview on #8996C7 background

This text has black color on #8996C7 background.


White color preview on #8996C7 background

This text has white color on #8996C7 background.