COLOR #96ABCC

HEX: #96ABCC
RGB: (150,171,204)

Renk bilgisi

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

RGB renk modeli

#96ABCC color RGB value is (150,171,204).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 171 of 255 = 67%
B 204 of 255 = 80%

150
171
204

R + G + B ~ 69%. #96ABCC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 171 + 204 = 525 (100%)
R 150 of 525 ~ 28.57%
G 171 of 525 ~ 32.57%
B 204 of 525 ~ 38.86%

%28.57
%32.57
%38.86

CMYK RENK MODELİ

#96ABCC rengi CMYK tonu (26,16,0,20).

  • camgöbeği tonu 26.47%
  • eflatun tonu 16.18%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(26,16,0,20)
C26M16Y0K20 
(26%,16%,0%,20%)
(0.26/0.16/0.00/0.20)	

CMYK yüzdeleri

%26.47
%16.18
%0
%20

Codes

Color #96ABCC in popluar color models

96ABCC
RGB150171204
HSL217°34.62%69.41%
HSB/HSV217°26.47%80.00%
CMYK26.47%16.18%0.00%
20.00%

Color #96ABCC in popluar number systems.

HEX96ABCC
Decimal150171204
Binary100101101010101111001100
Octal226253314

Shades and tints

Shades of #96ABCC

#96ABCC
(150,171,204)
#899CBA
(137,156,186)
#7C8DA8
(124,141,168)
#6F7E96
(111,126,150)
#626F84
(98,111,132)
#556072
(85,96,114)
#485160
(72,81,96)
#3B424E
(59,66,78)
#2E333C
(46,51,60)
#21242A
(33,36,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #96ABCC

#96ABCC
(150,171,204)
#9FB2D0
(159,178,208)
#A8B9D4
(168,185,212)
#B1C0D8
(177,192,216)
#BAC7DC
(186,199,220)
#C3CEE0
(195,206,224)
#CCD5E4
(204,213,228)
#D5DCE8
(213,220,232)
#DEE3EC
(222,227,236)
#E7EAF0
(231,234,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ABCC color. Also use rgb(150,171,204) instead hex code.

Text Font Color

.myTextColor { color: #96ABCC; }

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

This text font color is #96ABCC.


Background Color

.myBgColor { background-color: #96ABCC; }

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

This div background color is #96ABCC.


Border color

.myBorderColor { border: 1px solid #96ABCC; }

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

This div border color is #96ABCC.


Opacity

.myOpacity80 { color: #96ABCC; opacity: 0.8; }

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

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

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

This text has shadow with #96ABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ABCC on black background.


Color preview on white background

This text has color #96ABCC on white background.



Black color preview on #96ABCC background

This text has black color on #96ABCC background.


White color preview on #96ABCC background

This text has white color on #96ABCC background.