COLOR #95B1D1

HEX: #95B1D1
RGB: (149,177,209)

Renk bilgisi

#95B1D1 contains mainly green and blue colors. #95B1D1 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#95B1D1 color RGB value is (149,177,209).

  • kırmız ton 149;
  • yeşil ton 177;
  • mavi ton 209.
RGB:
(149,177,209)
(58%,69%,82%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 177 of 255 = 69%
B 209 of 255 = 82%

149
177
209

R + G + B ~ 70%. #95B1D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 177 + 209 = 535 (100%)
R 149 of 535 ~ 27.85%
G 177 of 535 ~ 33.08%
B 209 of 535 ~ 39.07%

%27.85
%33.08
%39.07

CMYK RENK MODELİ

#95B1D1 rengi CMYK tonu (29,15,0,18).

  • camgöbeği tonu 28.71%
  • eflatun tonu 15.31%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(29,15,0,18)
C29M15Y0K18 
(29%,15%,0%,18%)
(0.29/0.15/0.00/0.18)	

CMYK yüzdeleri

%28.71
%15.31
%0
%18.04

Codes

Color #95B1D1 in popluar color models

95B1D1
RGB149177209
HSL212°39.47%70.20%
HSB/HSV212°28.71%81.96%
CMYK28.71%15.31%0.00%
18.04%

Color #95B1D1 in popluar number systems.

HEX95B1D1
Decimal149177209
Binary100101011011000111010001
Octal225261321

Shades and tints

Shades of #95B1D1

#95B1D1
(149,177,209)
#88A1BE
(136,161,190)
#7B91AB
(123,145,171)
#6E8198
(110,129,152)
#617185
(97,113,133)
#546172
(84,97,114)
#47515F
(71,81,95)
#3A414C
(58,65,76)
#2D3139
(45,49,57)
#202126
(32,33,38)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #95B1D1

#95B1D1
(149,177,209)
#9EB8D5
(158,184,213)
#A7BFD9
(167,191,217)
#B0C6DD
(176,198,221)
#B9CDE1
(185,205,225)
#C2D4E5
(194,212,229)
#CBDBE9
(203,219,233)
#D4E2ED
(212,226,237)
#DDE9F1
(221,233,241)
#E6F0F5
(230,240,245)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B1D1 color. Also use rgb(149,177,209) instead hex code.

Text Font Color

.myTextColor { color: #95B1D1; }

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

This text font color is #95B1D1.


Background Color

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

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

This div background color is #95B1D1.


Border color

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

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

This div border color is #95B1D1.


Opacity

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

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

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

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

This text has shadow with #95B1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B1D1 on black background.


Color preview on white background

This text has color #95B1D1 on white background.



Black color preview on #95B1D1 background

This text has black color on #95B1D1 background.


White color preview on #95B1D1 background

This text has white color on #95B1D1 background.