COLOR #95B6E6

HEX: #95B6E6
RGB: (149,182,230)

Renk bilgisi

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

RGB renk modeli

#95B6E6 color RGB value is (149,182,230).

  • kırmız ton 149;
  • yeşil ton 182;
  • mavi ton 230.
RGB:
(149,182,230)
(58%,71%,90%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 182 of 255 = 71%
B 230 of 255 = 90%

149
182
230

R + G + B ~ 73%. #95B6E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 182 + 230 = 561 (100%)
R 149 of 561 ~ 26.56%
G 182 of 561 ~ 32.44%
B 230 of 561 ~ 41%

%26.56
%32.44
%41

CMYK RENK MODELİ

#95B6E6 rengi CMYK tonu (35,21,0,10).

  • camgöbeği tonu 35.22%
  • eflatun tonu 20.87%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(35,21,0,10)
C35M21Y0K10 
(35%,21%,0%,10%)
(0.35/0.21/0.00/0.10)	

CMYK yüzdeleri

%35.22
%20.87
%0
%9.8

Codes

Color #95B6E6 in popluar color models

95B6E6
RGB149182230
HSL216°61.83%74.31%
HSB/HSV216°35.22%90.20%
CMYK35.22%20.87%0.00%
9.80%

Color #95B6E6 in popluar number systems.

HEX95B6E6
Decimal149182230
Binary100101011011011011100110
Octal225266346

Shades and tints

Shades of #95B6E6

#95B6E6
(149,182,230)
#88A6D2
(136,166,210)
#7B96BE
(123,150,190)
#6E86AA
(110,134,170)
#617696
(97,118,150)
#546682
(84,102,130)
#47566E
(71,86,110)
#3A465A
(58,70,90)
#2D3646
(45,54,70)
#202632
(32,38,50)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #95B6E6

#95B6E6
(149,182,230)
#9EBCE8
(158,188,232)
#A7C2EA
(167,194,234)
#B0C8EC
(176,200,236)
#B9CEEE
(185,206,238)
#C2D4F0
(194,212,240)
#CBDAF2
(203,218,242)
#D4E0F4
(212,224,244)
#DDE6F6
(221,230,246)
#E6ECF8
(230,236,248)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B6E6 color. Also use rgb(149,182,230) instead hex code.

Text Font Color

.myTextColor { color: #95B6E6; }

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

This text font color is #95B6E6.


Background Color

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

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

This div background color is #95B6E6.


Border color

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

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

This div border color is #95B6E6.


Opacity

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

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

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

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

This text has shadow with #95B6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B6E6 on black background.


Color preview on white background

This text has color #95B6E6 on white background.



Black color preview on #95B6E6 background

This text has black color on #95B6E6 background.


White color preview on #95B6E6 background

This text has white color on #95B6E6 background.