COLOR #95B5E5

HEX: #95B5E5
RGB: (149,181,229)

Renk bilgisi

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

RGB renk modeli

#95B5E5 color RGB value is (149,181,229).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 181 of 255 = 71%
B 229 of 255 = 90%

149
181
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 181 + 229 = 559 (100%)
R 149 of 559 ~ 26.65%
G 181 of 559 ~ 32.38%
B 229 of 559 ~ 40.97%

%26.65
%32.38
%40.97

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%34.93
%20.96
%0
%10.2

Codes

Color #95B5E5 in popluar color models

95B5E5
RGB149181229
HSL216°60.61%74.12%
HSB/HSV216°34.93%89.80%
CMYK34.93%20.96%0.00%
10.20%

Color #95B5E5 in popluar number systems.

HEX95B5E5
Decimal149181229
Binary100101011011010111100101
Octal225265345

Shades and tints

Shades of #95B5E5

#95B5E5
(149,181,229)
#88A5D1
(136,165,209)
#7B95BD
(123,149,189)
#6E85A9
(110,133,169)
#617595
(97,117,149)
#546581
(84,101,129)
#47556D
(71,85,109)
#3A4559
(58,69,89)
#2D3545
(45,53,69)
#202531
(32,37,49)
#13151D
(19,21,29)
#000000
(0,0,0)

Tints of #95B5E5

#95B5E5
(149,181,229)
#9EBBE7
(158,187,231)
#A7C1E9
(167,193,233)
#B0C7EB
(176,199,235)
#B9CDED
(185,205,237)
#C2D3EF
(194,211,239)
#CBD9F1
(203,217,241)
#D4DFF3
(212,223,243)
#DDE5F5
(221,229,245)
#E6EBF7
(230,235,247)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B5E5 color. Also use rgb(149,181,229) instead hex code.

Text Font Color

.myTextColor { color: #95B5E5; }

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

This text font color is #95B5E5.


Background Color

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

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

This div background color is #95B5E5.


Border color

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

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

This div border color is #95B5E5.


Opacity

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

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

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

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

This text has shadow with #95B5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B5E5 on black background.


Color preview on white background

This text has color #95B5E5 on white background.



Black color preview on #95B5E5 background

This text has black color on #95B5E5 background.


White color preview on #95B5E5 background

This text has white color on #95B5E5 background.