COLOR #4C96AB

HEX: #4C96AB
RGB: (76,150,171)

Renk bilgisi

#4C96AB contains mainly green and blue colors. #4C96AB ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4C96AB color RGB value is (76,150,171).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 150 of 255 = 59%
B 171 of 255 = 67%

76
150
171

R + G + B ~ 52%. #4C96AB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 150 + 171 = 397 (100%)
R 76 of 397 ~ 19.14%
G 150 of 397 ~ 37.78%
B 171 of 397 ~ 43.07%

%19.14
%37.78
%43.07

CMYK RENK MODELİ

#4C96AB rengi CMYK tonu (56,12,0,33).

  • camgöbeği tonu 55.56%
  • eflatun tonu 12.28%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(56,12,0,33)
C56M12Y0K33 
(56%,12%,0%,33%)
(0.56/0.12/0.00/0.33)	

CMYK yüzdeleri

%55.56
%12.28
%0
%32.94

Codes

Color #4C96AB in popluar color models

4C96AB
RGB76150171
HSL193°38.46%48.43%
HSB/HSV193°55.56%67.06%
CMYK55.56%12.28%0.00%
32.94%

Color #4C96AB in popluar number systems.

HEX4C96AB
Decimal76150171
Binary10011001001011010101011
Octal114226253

Shades and tints

Shades of #4C96AB

#4C96AB
(76,150,171)
#46899C
(70,137,156)
#407C8D
(64,124,141)
#3A6F7E
(58,111,126)
#34626F
(52,98,111)
#2E5560
(46,85,96)
#284851
(40,72,81)
#223B42
(34,59,66)
#1C2E33
(28,46,51)
#162124
(22,33,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #4C96AB

#4C96AB
(76,150,171)
#5C9FB2
(92,159,178)
#6CA8B9
(108,168,185)
#7CB1C0
(124,177,192)
#8CBAC7
(140,186,199)
#9CC3CE
(156,195,206)
#ACCCD5
(172,204,213)
#BCD5DC
(188,213,220)
#CCDEE3
(204,222,227)
#DCE7EA
(220,231,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C96AB color. Also use rgb(76,150,171) instead hex code.

Text Font Color

.myTextColor { color: #4C96AB; }

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

This text font color is #4C96AB.


Background Color

.myBgColor { background-color: #4C96AB; }

<div style="background-color:#4C96AB">Inner text</div>

This div background color is #4C96AB.


Border color

.myBorderColor { border: 1px solid #4C96AB; }

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

This div border color is #4C96AB.


Opacity

.myOpacity80 { color: #4C96AB; opacity: 0.8; }

<p style="color:#4C96AB;opacity:0.8;">80%</p>

Text with #4C96AB 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 #4C96AB;}

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

This text has shadow with #4C96AB color.

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

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

This text has shadow with #4C96AB primary color and red secondary color.


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

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

This text has shadow with #4C96AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C96AB on black background.


Color preview on white background

This text has color #4C96AB on white background.



Black color preview on #4C96AB background

This text has black color on #4C96AB background.


White color preview on #4C96AB background

This text has white color on #4C96AB background.