COLOR #9EC5C4

HEX: #9EC5C4
RGB: (158,197,196)

Renk bilgisi

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

RGB renk modeli

#9EC5C4 color RGB value is (158,197,196).

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

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 197 of 255 = 77%
B 196 of 255 = 77%

158
197
196

R + G + B ~ 72%. #9EC5C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 197 + 196 = 551 (100%)
R 158 of 551 ~ 28.68%
G 197 of 551 ~ 35.75%
B 196 of 551 ~ 35.57%

%28.68
%35.75
%35.57

CMYK RENK MODELİ

#9EC5C4 rengi CMYK tonu (20,0,1,23).

  • camgöbeği tonu 19.80%
  • eflatun tonu 0.00%
  • sarı tonu 0.51%
  • ana renk tonu 22.75%
CMYK:
(20,0,1,23)
C20M0Y1K23 
(20%,0%,1%,23%)
(0.20/0.00/0.01/0.23)	

CMYK yüzdeleri

%19.8
%0
%0.51
%22.75

Codes

Color #9EC5C4 in popluar color models

9EC5C4
RGB158197196
HSL178°25.16%69.61%
HSB/HSV178°19.80%77.25%
CMYK19.80%0.00%0.51%
22.75%

Color #9EC5C4 in popluar number systems.

HEX9EC5C4
Decimal158197196
Binary100111101100010111000100
Octal236305304

Shades and tints

Shades of #9EC5C4

#9EC5C4
(158,197,196)
#90B4B3
(144,180,179)
#82A3A2
(130,163,162)
#749291
(116,146,145)
#668180
(102,129,128)
#58706F
(88,112,111)
#4A5F5E
(74,95,94)
#3C4E4D
(60,78,77)
#2E3D3C
(46,61,60)
#202C2B
(32,44,43)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #9EC5C4

#9EC5C4
(158,197,196)
#A6CAC9
(166,202,201)
#AECFCE
(174,207,206)
#B6D4D3
(182,212,211)
#BED9D8
(190,217,216)
#C6DEDD
(198,222,221)
#CEE3E2
(206,227,226)
#D6E8E7
(214,232,231)
#DEEDEC
(222,237,236)
#E6F2F1
(230,242,241)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EC5C4; }

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

This text font color is #9EC5C4.


Background Color

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

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

This div background color is #9EC5C4.


Border color

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

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

This div border color is #9EC5C4.


Opacity

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

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

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

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

This text has shadow with #9EC5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EC5C4 on black background.


Color preview on white background

This text has color #9EC5C4 on white background.



Black color preview on #9EC5C4 background

This text has black color on #9EC5C4 background.


White color preview on #9EC5C4 background

This text has white color on #9EC5C4 background.