COLOR #3C96CC

HEX: #3C96CC
RGB: (60,150,204)

Renk bilgisi

#3C96CC contains mainly green and blue colors. #3C96CC ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#3C96CC color RGB value is (60,150,204).

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

RGB bağlantıları ve doygunluk

R 60 of 255 = 24%
G 150 of 255 = 59%
B 204 of 255 = 80%

60
150
204

R + G + B ~ 54%. #3C96CC is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
60 + 150 + 204 = 414 (100%)
R 60 of 414 ~ 14.49%
G 150 of 414 ~ 36.23%
B 204 of 414 ~ 49.28%

%14.49
%36.23
%49.28

CMYK RENK MODELİ

#3C96CC rengi CMYK tonu (71,26,0,20).

  • camgöbeği tonu 70.59%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(71,26,0,20)
C71M26Y0K20 
(71%,26%,0%,20%)
(0.71/0.26/0.00/0.20)	

CMYK yüzdeleri

%70.59
%26.47
%0
%20

Codes

Color #3C96CC in popluar color models

3C96CC
RGB60150204
HSL203°58.54%51.76%
HSB/HSV203°70.59%80.00%
CMYK70.59%26.47%0.00%
20.00%

Color #3C96CC in popluar number systems.

HEX3C96CC
Decimal60150204
Binary1111001001011011001100
Octal74226314

Shades and tints

Shades of #3C96CC

#3C96CC
(60,150,204)
#3789BA
(55,137,186)
#327CA8
(50,124,168)
#2D6F96
(45,111,150)
#286284
(40,98,132)
#235572
(35,85,114)
#1E4860
(30,72,96)
#193B4E
(25,59,78)
#142E3C
(20,46,60)
#0F212A
(15,33,42)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #3C96CC

#3C96CC
(60,150,204)
#4D9FD0
(77,159,208)
#5EA8D4
(94,168,212)
#6FB1D8
(111,177,216)
#80BADC
(128,186,220)
#91C3E0
(145,195,224)
#A2CCE4
(162,204,228)
#B3D5E8
(179,213,232)
#C4DEEC
(196,222,236)
#D5E7F0
(213,231,240)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C96CC color. Also use rgb(60,150,204) instead hex code.

Text Font Color

.myTextColor { color: #3C96CC; }

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

This text font color is #3C96CC.


Background Color

.myBgColor { background-color: #3C96CC; }

<div style="background-color:#3C96CC">Inner text</div>

This div background color is #3C96CC.


Border color

.myBorderColor { border: 1px solid #3C96CC; }

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

This div border color is #3C96CC.


Opacity

.myOpacity80 { color: #3C96CC; opacity: 0.8; }

<p style="color:#3C96CC;opacity:0.8;">80%</p>

Text with #3C96CC 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 #3C96CC;}

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

This text has shadow with #3C96CC color.

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

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

This text has shadow with #3C96CC primary color and red secondary color.


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

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

This text has shadow with #3C96CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C96CC on black background.


Color preview on white background

This text has color #3C96CC on white background.



Black color preview on #3C96CC background

This text has black color on #3C96CC background.


White color preview on #3C96CC background

This text has white color on #3C96CC background.