COLOR #95ADD6

HEX: #95ADD6
RGB: (149,173,214)

Renk bilgisi

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

RGB renk modeli

#95ADD6 color RGB value is (149,173,214).

  • kırmız ton 149;
  • yeşil ton 173;
  • mavi ton 214.
RGB:
(149,173,214)
(58%,68%,84%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 173 of 255 = 68%
B 214 of 255 = 84%

149
173
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 173 + 214 = 536 (100%)
R 149 of 536 ~ 27.8%
G 173 of 536 ~ 32.28%
B 214 of 536 ~ 39.93%

%27.8
%32.28
%39.93

CMYK RENK MODELİ

#95ADD6 rengi CMYK tonu (30,19,0,16).

  • camgöbeği tonu 30.37%
  • eflatun tonu 19.16%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(30,19,0,16)
C30M19Y0K16 
(30%,19%,0%,16%)
(0.30/0.19/0.00/0.16)	

CMYK yüzdeleri

%30.37
%19.16
%0
%16.08

Codes

Color #95ADD6 in popluar color models

95ADD6
RGB149173214
HSL218°44.22%71.18%
HSB/HSV218°30.37%83.92%
CMYK30.37%19.16%0.00%
16.08%

Color #95ADD6 in popluar number systems.

HEX95ADD6
Decimal149173214
Binary100101011010110111010110
Octal225255326

Shades and tints

Shades of #95ADD6

#95ADD6
(149,173,214)
#889EC3
(136,158,195)
#7B8FB0
(123,143,176)
#6E809D
(110,128,157)
#61718A
(97,113,138)
#546277
(84,98,119)
#475364
(71,83,100)
#3A4451
(58,68,81)
#2D353E
(45,53,62)
#20262B
(32,38,43)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #95ADD6

#95ADD6
(149,173,214)
#9EB4D9
(158,180,217)
#A7BBDC
(167,187,220)
#B0C2DF
(176,194,223)
#B9C9E2
(185,201,226)
#C2D0E5
(194,208,229)
#CBD7E8
(203,215,232)
#D4DEEB
(212,222,235)
#DDE5EE
(221,229,238)
#E6ECF1
(230,236,241)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95ADD6 color. Also use rgb(149,173,214) instead hex code.

Text Font Color

.myTextColor { color: #95ADD6; }

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

This text font color is #95ADD6.


Background Color

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

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

This div background color is #95ADD6.


Border color

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

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

This div border color is #95ADD6.


Opacity

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

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

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

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

This text has shadow with #95ADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ADD6 on black background.


Color preview on white background

This text has color #95ADD6 on white background.



Black color preview on #95ADD6 background

This text has black color on #95ADD6 background.


White color preview on #95ADD6 background

This text has white color on #95ADD6 background.