COLOR #9596CC

HEX: #9596CC
RGB: (149,150,204)

Renk bilgisi

#9596CC contains red, green and blue colors in about the same proportion. #9596CC ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#9596CC color RGB value is (149,150,204).

  • kırmız ton 149;
  • yeşil ton 150;
  • mavi ton 204.
RGB:
(149,150,204)
(58%,59%,80%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 150 of 255 = 59%
B 204 of 255 = 80%

149
150
204

R + G + B ~ 66%. #9596CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 150 + 204 = 503 (100%)
R 149 of 503 ~ 29.62%
G 150 of 503 ~ 29.82%
B 204 of 503 ~ 40.56%

%29.62
%29.82
%40.56

CMYK RENK MODELİ

#9596CC rengi CMYK tonu (27,26,0,20).

  • camgöbeği tonu 26.96%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(27,26,0,20)
C27M26Y0K20 
(27%,26%,0%,20%)
(0.27/0.26/0.00/0.20)	

CMYK yüzdeleri

%26.96
%26.47
%0
%20

Codes

Color #9596CC in popluar color models

9596CC
RGB149150204
HSL239°35.03%69.22%
HSB/HSV239°26.96%80.00%
CMYK26.96%26.47%0.00%
20.00%

Color #9596CC in popluar number systems.

HEX9596CC
Decimal149150204
Binary100101011001011011001100
Octal225226314

Shades and tints

Shades of #9596CC

#9596CC
(149,150,204)
#8889BA
(136,137,186)
#7B7CA8
(123,124,168)
#6E6F96
(110,111,150)
#616284
(97,98,132)
#545572
(84,85,114)
#474860
(71,72,96)
#3A3B4E
(58,59,78)
#2D2E3C
(45,46,60)
#20212A
(32,33,42)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #9596CC

#9596CC
(149,150,204)
#9E9FD0
(158,159,208)
#A7A8D4
(167,168,212)
#B0B1D8
(176,177,216)
#B9BADC
(185,186,220)
#C2C3E0
(194,195,224)
#CBCCE4
(203,204,228)
#D4D5E8
(212,213,232)
#DDDEEC
(221,222,236)
#E6E7F0
(230,231,240)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9596CC color. Also use rgb(149,150,204) instead hex code.

Text Font Color

.myTextColor { color: #9596CC; }

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

This text font color is #9596CC.


Background Color

.myBgColor { background-color: #9596CC; }

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

This div background color is #9596CC.


Border color

.myBorderColor { border: 1px solid #9596CC; }

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

This div border color is #9596CC.


Opacity

.myOpacity80 { color: #9596CC; opacity: 0.8; }

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

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

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

This text has shadow with #9596CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9596CC on black background.


Color preview on white background

This text has color #9596CC on white background.



Black color preview on #9596CC background

This text has black color on #9596CC background.


White color preview on #9596CC background

This text has white color on #9596CC background.