COLOR #9DC6EE

HEX: #9DC6EE
RGB: (157,198,238)

Renk bilgisi

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

RGB renk modeli

#9DC6EE color RGB value is (157,198,238).

  • kırmız ton 157;
  • yeşil ton 198;
  • mavi ton 238.
RGB:
(157,198,238)
(62%,78%,93%)

RGB bağlantıları ve doygunluk

R 157 of 255 = 62%
G 198 of 255 = 78%
B 238 of 255 = 93%

157
198
238

R + G + B ~ 78%. #9DC6EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
157 + 198 + 238 = 593 (100%)
R 157 of 593 ~ 26.48%
G 198 of 593 ~ 33.39%
B 238 of 593 ~ 40.13%

%26.48
%33.39
%40.13

CMYK RENK MODELİ

#9DC6EE rengi CMYK tonu (34,17,0,7).

  • camgöbeği tonu 34.03%
  • eflatun tonu 16.81%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(34,17,0,7)
C34M17Y0K7 
(34%,17%,0%,7%)
(0.34/0.17/0.00/0.07)	

CMYK yüzdeleri

%34.03
%16.81
%0
%6.67

Codes

Color #9DC6EE in popluar color models

9DC6EE
RGB157198238
HSL210°70.43%77.45%
HSB/HSV210°34.03%93.33%
CMYK34.03%16.81%0.00%
6.67%

Color #9DC6EE in popluar number systems.

HEX9DC6EE
Decimal157198238
Binary100111011100011011101110
Octal235306356

Shades and tints

Shades of #9DC6EE

#9DC6EE
(157,198,238)
#8FB4D9
(143,180,217)
#81A2C4
(129,162,196)
#7390AF
(115,144,175)
#657E9A
(101,126,154)
#576C85
(87,108,133)
#495A70
(73,90,112)
#3B485B
(59,72,91)
#2D3646
(45,54,70)
#1F2431
(31,36,49)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #9DC6EE

#9DC6EE
(157,198,238)
#A5CBEF
(165,203,239)
#ADD0F0
(173,208,240)
#B5D5F1
(181,213,241)
#BDDAF2
(189,218,242)
#C5DFF3
(197,223,243)
#CDE4F4
(205,228,244)
#D5E9F5
(213,233,245)
#DDEEF6
(221,238,246)
#E5F3F7
(229,243,247)
#EDF8F8
(237,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC6EE color. Also use rgb(157,198,238) instead hex code.

Text Font Color

.myTextColor { color: #9DC6EE; }

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

This text font color is #9DC6EE.


Background Color

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

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

This div background color is #9DC6EE.


Border color

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

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

This div border color is #9DC6EE.


Opacity

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

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

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

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

This text has shadow with #9DC6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC6EE on black background.


Color preview on white background

This text has color #9DC6EE on white background.



Black color preview on #9DC6EE background

This text has black color on #9DC6EE background.


White color preview on #9DC6EE background

This text has white color on #9DC6EE background.