COLOR #96D5EA

HEX: #96D5EA
RGB: (150,213,234)

Renk bilgisi

#96D5EA contains mainly green and blue colors. #96D5EA ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#96D5EA color RGB value is (150,213,234).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 213 of 255 = 84%
B 234 of 255 = 92%

150
213
234

R + G + B ~ 78%. #96D5EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 213 + 234 = 597 (100%)
R 150 of 597 ~ 25.13%
G 213 of 597 ~ 35.68%
B 234 of 597 ~ 39.2%

%25.13
%35.68
%39.2

CMYK RENK MODELİ

#96D5EA rengi CMYK tonu (36,9,0,8).

  • camgöbeği tonu 35.90%
  • eflatun tonu 8.97%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(36,9,0,8)
C36M9Y0K8 
(36%,9%,0%,8%)
(0.36/0.09/0.00/0.08)	

CMYK yüzdeleri

%35.9
%8.97
%0
%8.24

Codes

Color #96D5EA in popluar color models

96D5EA
RGB150213234
HSL195°66.67%75.29%
HSB/HSV195°35.90%91.76%
CMYK35.90%8.97%0.00%
8.24%

Color #96D5EA in popluar number systems.

HEX96D5EA
Decimal150213234
Binary100101101101010111101010
Octal226325352

Shades and tints

Shades of #96D5EA

#96D5EA
(150,213,234)
#89C2D5
(137,194,213)
#7CAFC0
(124,175,192)
#6F9CAB
(111,156,171)
#628996
(98,137,150)
#557681
(85,118,129)
#48636C
(72,99,108)
#3B5057
(59,80,87)
#2E3D42
(46,61,66)
#212A2D
(33,42,45)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #96D5EA

#96D5EA
(150,213,234)
#9FD8EB
(159,216,235)
#A8DBEC
(168,219,236)
#B1DEED
(177,222,237)
#BAE1EE
(186,225,238)
#C3E4EF
(195,228,239)
#CCE7F0
(204,231,240)
#D5EAF1
(213,234,241)
#DEEDF2
(222,237,242)
#E7F0F3
(231,240,243)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D5EA; }

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

This text font color is #96D5EA.


Background Color

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

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

This div background color is #96D5EA.


Border color

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

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

This div border color is #96D5EA.


Opacity

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

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

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

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

This text has shadow with #96D5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D5EA on black background.


Color preview on white background

This text has color #96D5EA on white background.



Black color preview on #96D5EA background

This text has black color on #96D5EA background.


White color preview on #96D5EA background

This text has white color on #96D5EA background.