COLOR #96CED5

HEX: #96CED5
RGB: (150,206,213)

Renk bilgisi

#96CED5 contains mainly green and blue colors. #96CED5 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#96CED5 color RGB value is (150,206,213).

  • kırmız ton 150;
  • yeşil ton 206;
  • mavi ton 213.
RGB:
(150,206,213)
(59%,81%,84%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 206 of 255 = 81%
B 213 of 255 = 84%

150
206
213

R + G + B ~ 75%. #96CED5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 206 + 213 = 569 (100%)
R 150 of 569 ~ 26.36%
G 206 of 569 ~ 36.2%
B 213 of 569 ~ 37.43%

%26.36
%36.2
%37.43

CMYK RENK MODELİ

#96CED5 rengi CMYK tonu (30,3,0,16).

  • camgöbeği tonu 29.58%
  • eflatun tonu 3.29%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(30,3,0,16)
C30M3Y0K16 
(30%,3%,0%,16%)
(0.30/0.03/0.00/0.16)	

CMYK yüzdeleri

%29.58
%3.29
%0
%16.47

Codes

Color #96CED5 in popluar color models

96CED5
RGB150206213
HSL187°42.86%71.18%
HSB/HSV187°29.58%83.53%
CMYK29.58%3.29%0.00%
16.47%

Color #96CED5 in popluar number systems.

HEX96CED5
Decimal150206213
Binary100101101100111011010101
Octal226316325

Shades and tints

Shades of #96CED5

#96CED5
(150,206,213)
#89BCC2
(137,188,194)
#7CAAAF
(124,170,175)
#6F989C
(111,152,156)
#628689
(98,134,137)
#557476
(85,116,118)
#486263
(72,98,99)
#3B5050
(59,80,80)
#2E3E3D
(46,62,61)
#212C2A
(33,44,42)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #96CED5

#96CED5
(150,206,213)
#9FD2D8
(159,210,216)
#A8D6DB
(168,214,219)
#B1DADE
(177,218,222)
#BADEE1
(186,222,225)
#C3E2E4
(195,226,228)
#CCE6E7
(204,230,231)
#D5EAEA
(213,234,234)
#DEEEED
(222,238,237)
#E7F2F0
(231,242,240)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CED5 color. Also use rgb(150,206,213) instead hex code.

Text Font Color

.myTextColor { color: #96CED5; }

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

This text font color is #96CED5.


Background Color

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

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

This div background color is #96CED5.


Border color

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

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

This div border color is #96CED5.


Opacity

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

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

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

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

This text has shadow with #96CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CED5 on black background.


Color preview on white background

This text has color #96CED5 on white background.



Black color preview on #96CED5 background

This text has black color on #96CED5 background.


White color preview on #96CED5 background

This text has white color on #96CED5 background.