COLOR #95ADD3

HEX: #95ADD3
RGB: (149,173,211)

Renk bilgisi

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

RGB renk modeli

#95ADD3 color RGB value is (149,173,211).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 173 of 255 = 68%
B 211 of 255 = 83%

149
173
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 173 + 211 = 533 (100%)
R 149 of 533 ~ 27.95%
G 173 of 533 ~ 32.46%
B 211 of 533 ~ 39.59%

%27.95
%32.46
%39.59

CMYK RENK MODELİ

#95ADD3 rengi CMYK tonu (29,18,0,17).

  • camgöbeği tonu 29.38%
  • eflatun tonu 18.01%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(29,18,0,17)
C29M18Y0K17 
(29%,18%,0%,17%)
(0.29/0.18/0.00/0.17)	

CMYK yüzdeleri

%29.38
%18.01
%0
%17.25

Codes

Color #95ADD3 in popluar color models

95ADD3
RGB149173211
HSL217°41.33%70.59%
HSB/HSV217°29.38%82.75%
CMYK29.38%18.01%0.00%
17.25%

Color #95ADD3 in popluar number systems.

HEX95ADD3
Decimal149173211
Binary100101011010110111010011
Octal225255323

Shades and tints

Shades of #95ADD3

#95ADD3
(149,173,211)
#889EC0
(136,158,192)
#7B8FAD
(123,143,173)
#6E809A
(110,128,154)
#617187
(97,113,135)
#546274
(84,98,116)
#475361
(71,83,97)
#3A444E
(58,68,78)
#2D353B
(45,53,59)
#202628
(32,38,40)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #95ADD3

#95ADD3
(149,173,211)
#9EB4D7
(158,180,215)
#A7BBDB
(167,187,219)
#B0C2DF
(176,194,223)
#B9C9E3
(185,201,227)
#C2D0E7
(194,208,231)
#CBD7EB
(203,215,235)
#D4DEEF
(212,222,239)
#DDE5F3
(221,229,243)
#E6ECF7
(230,236,247)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ADD3; }

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

This text font color is #95ADD3.


Background Color

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

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

This div background color is #95ADD3.


Border color

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

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

This div border color is #95ADD3.


Opacity

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

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

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

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

This text has shadow with #95ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ADD3 on black background.


Color preview on white background

This text has color #95ADD3 on white background.



Black color preview on #95ADD3 background

This text has black color on #95ADD3 background.


White color preview on #95ADD3 background

This text has white color on #95ADD3 background.