COLOR #95B9EE

HEX: #95B9EE
RGB: (149,185,238)

Renk bilgisi

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

RGB renk modeli

#95B9EE color RGB value is (149,185,238).

  • kırmız ton 149;
  • yeşil ton 185;
  • mavi ton 238.
RGB:
(149,185,238)
(58%,73%,93%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 185 of 255 = 73%
B 238 of 255 = 93%

149
185
238

R + G + B ~ 75%. #95B9EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 185 + 238 = 572 (100%)
R 149 of 572 ~ 26.05%
G 185 of 572 ~ 32.34%
B 238 of 572 ~ 41.61%

%26.05
%32.34
%41.61

CMYK RENK MODELİ

#95B9EE rengi CMYK tonu (37,22,0,7).

  • camgöbeği tonu 37.39%
  • eflatun tonu 22.27%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(37,22,0,7)
C37M22Y0K7 
(37%,22%,0%,7%)
(0.37/0.22/0.00/0.07)	

CMYK yüzdeleri

%37.39
%22.27
%0
%6.67

Codes

Color #95B9EE in popluar color models

95B9EE
RGB149185238
HSL216°72.36%75.88%
HSB/HSV216°37.39%93.33%
CMYK37.39%22.27%0.00%
6.67%

Color #95B9EE in popluar number systems.

HEX95B9EE
Decimal149185238
Binary100101011011100111101110
Octal225271356

Shades and tints

Shades of #95B9EE

#95B9EE
(149,185,238)
#88A9D9
(136,169,217)
#7B99C4
(123,153,196)
#6E89AF
(110,137,175)
#61799A
(97,121,154)
#546985
(84,105,133)
#475970
(71,89,112)
#3A495B
(58,73,91)
#2D3946
(45,57,70)
#202931
(32,41,49)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #95B9EE

#95B9EE
(149,185,238)
#9EBFEF
(158,191,239)
#A7C5F0
(167,197,240)
#B0CBF1
(176,203,241)
#B9D1F2
(185,209,242)
#C2D7F3
(194,215,243)
#CBDDF4
(203,221,244)
#D4E3F5
(212,227,245)
#DDE9F6
(221,233,246)
#E6EFF7
(230,239,247)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B9EE color. Also use rgb(149,185,238) instead hex code.

Text Font Color

.myTextColor { color: #95B9EE; }

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

This text font color is #95B9EE.


Background Color

.myBgColor { background-color: #95B9EE; }

<div style="background-color:#95B9EE">Inner text</div>

This div background color is #95B9EE.


Border color

.myBorderColor { border: 1px solid #95B9EE; }

<div style="border:3px solid #95B9EE">Div</div>

This div border color is #95B9EE.


Opacity

.myOpacity80 { color: #95B9EE; opacity: 0.8; }

<p style="color:#95B9EE;opacity:0.8;">80%</p>

Text with #95B9EE 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 #95B9EE;}

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

This text has shadow with #95B9EE color.

.textShadow {text-shadow: 3px 3px 1px #95B9EE, 3px 3px 1px red;}

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

This text has shadow with #95B9EE primary color and red secondary color.


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

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

This text has shadow with #95B9EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B9EE on black background.


Color preview on white background

This text has color #95B9EE on white background.



Black color preview on #95B9EE background

This text has black color on #95B9EE background.


White color preview on #95B9EE background

This text has white color on #95B9EE background.