COLOR #9EBDE3

HEX: #9EBDE3
RGB: (158,189,227)

Renk bilgisi

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

RGB renk modeli

#9EBDE3 color RGB value is (158,189,227).

  • kırmız ton 158;
  • yeşil ton 189;
  • mavi ton 227.
RGB:
(158,189,227)
(62%,74%,89%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 189 of 255 = 74%
B 227 of 255 = 89%

158
189
227

R + G + B ~ 75%. #9EBDE3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 189 + 227 = 574 (100%)
R 158 of 574 ~ 27.53%
G 189 of 574 ~ 32.93%
B 227 of 574 ~ 39.55%

%27.53
%32.93
%39.55

CMYK RENK MODELİ

#9EBDE3 rengi CMYK tonu (30,17,0,11).

  • camgöbeği tonu 30.40%
  • eflatun tonu 16.74%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(30,17,0,11)
C30M17Y0K11 
(30%,17%,0%,11%)
(0.30/0.17/0.00/0.11)	

CMYK yüzdeleri

%30.4
%16.74
%0
%10.98

Codes

Color #9EBDE3 in popluar color models

9EBDE3
RGB158189227
HSL213°55.20%75.49%
HSB/HSV213°30.40%89.02%
CMYK30.40%16.74%0.00%
10.98%

Color #9EBDE3 in popluar number systems.

HEX9EBDE3
Decimal158189227
Binary100111101011110111100011
Octal236275343

Shades and tints

Shades of #9EBDE3

#9EBDE3
(158,189,227)
#90ACCF
(144,172,207)
#829BBB
(130,155,187)
#748AA7
(116,138,167)
#667993
(102,121,147)
#58687F
(88,104,127)
#4A576B
(74,87,107)
#3C4657
(60,70,87)
#2E3543
(46,53,67)
#20242F
(32,36,47)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #9EBDE3

#9EBDE3
(158,189,227)
#A6C3E5
(166,195,229)
#AEC9E7
(174,201,231)
#B6CFE9
(182,207,233)
#BED5EB
(190,213,235)
#C6DBED
(198,219,237)
#CEE1EF
(206,225,239)
#D6E7F1
(214,231,241)
#DEEDF3
(222,237,243)
#E6F3F5
(230,243,245)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBDE3 color. Also use rgb(158,189,227) instead hex code.

Text Font Color

.myTextColor { color: #9EBDE3; }

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

This text font color is #9EBDE3.


Background Color

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

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

This div background color is #9EBDE3.


Border color

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

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

This div border color is #9EBDE3.


Opacity

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

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

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

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

This text has shadow with #9EBDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBDE3 on black background.


Color preview on white background

This text has color #9EBDE3 on white background.



Black color preview on #9EBDE3 background

This text has black color on #9EBDE3 background.


White color preview on #9EBDE3 background

This text has white color on #9EBDE3 background.