COLOR #9EC5D7

HEX: #9EC5D7
RGB: (158,197,215)

Renk bilgisi

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

RGB renk modeli

#9EC5D7 color RGB value is (158,197,215).

  • kırmız ton 158;
  • yeşil ton 197;
  • mavi ton 215.
RGB:
(158,197,215)
(62%,77%,84%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 197 of 255 = 77%
B 215 of 255 = 84%

158
197
215

R + G + B ~ 74%. #9EC5D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 197 + 215 = 570 (100%)
R 158 of 570 ~ 27.72%
G 197 of 570 ~ 34.56%
B 215 of 570 ~ 37.72%

%27.72
%34.56
%37.72

CMYK RENK MODELİ

#9EC5D7 rengi CMYK tonu (27,8,0,16).

  • camgöbeği tonu 26.51%
  • eflatun tonu 8.37%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(27,8,0,16)
C27M8Y0K16 
(27%,8%,0%,16%)
(0.27/0.08/0.00/0.16)	

CMYK yüzdeleri

%26.51
%8.37
%0
%15.69

Codes

Color #9EC5D7 in popluar color models

9EC5D7
RGB158197215
HSL199°41.61%73.14%
HSB/HSV199°26.51%84.31%
CMYK26.51%8.37%0.00%
15.69%

Color #9EC5D7 in popluar number systems.

HEX9EC5D7
Decimal158197215
Binary100111101100010111010111
Octal236305327

Shades and tints

Shades of #9EC5D7

#9EC5D7
(158,197,215)
#90B4C4
(144,180,196)
#82A3B1
(130,163,177)
#74929E
(116,146,158)
#66818B
(102,129,139)
#587078
(88,112,120)
#4A5F65
(74,95,101)
#3C4E52
(60,78,82)
#2E3D3F
(46,61,63)
#202C2C
(32,44,44)
#121B19
(18,27,25)
#000000
(0,0,0)

Tints of #9EC5D7

#9EC5D7
(158,197,215)
#A6CADA
(166,202,218)
#AECFDD
(174,207,221)
#B6D4E0
(182,212,224)
#BED9E3
(190,217,227)
#C6DEE6
(198,222,230)
#CEE3E9
(206,227,233)
#D6E8EC
(214,232,236)
#DEEDEF
(222,237,239)
#E6F2F2
(230,242,242)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EC5D7 color. Also use rgb(158,197,215) instead hex code.

Text Font Color

.myTextColor { color: #9EC5D7; }

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

This text font color is #9EC5D7.


Background Color

.myBgColor { background-color: #9EC5D7; }

<div style="background-color:#9EC5D7">Inner text</div>

This div background color is #9EC5D7.


Border color

.myBorderColor { border: 1px solid #9EC5D7; }

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

This div border color is #9EC5D7.


Opacity

.myOpacity80 { color: #9EC5D7; opacity: 0.8; }

<p style="color:#9EC5D7;opacity:0.8;">80%</p>

Text with #9EC5D7 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 #9EC5D7;}

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

This text has shadow with #9EC5D7 color.

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

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

This text has shadow with #9EC5D7 primary color and red secondary color.


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

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

This text has shadow with #9EC5D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC5D7 on black background.


Color preview on white background

This text has color #9EC5D7 on white background.



Black color preview on #9EC5D7 background

This text has black color on #9EC5D7 background.


White color preview on #9EC5D7 background

This text has white color on #9EC5D7 background.