COLOR #95AED6

HEX: #95AED6
RGB: (149,174,214)

Renk bilgisi

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

RGB renk modeli

#95AED6 color RGB value is (149,174,214).

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

RGB bağlantıları ve doygunluk

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

149
174
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 174 + 214 = 537 (100%)
R 149 of 537 ~ 27.75%
G 174 of 537 ~ 32.4%
B 214 of 537 ~ 39.85%

%27.75
%32.4
%39.85

CMYK RENK MODELİ

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

  • camgöbeği tonu 30.37%
  • eflatun tonu 18.69%
  • 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
%18.69
%0
%16.08

Codes

Color #95AED6 in popluar color models

95AED6
RGB149174214
HSL217°44.22%71.18%
HSB/HSV217°30.37%83.92%
CMYK30.37%18.69%0.00%
16.08%

Color #95AED6 in popluar number systems.

HEX95AED6
Decimal149174214
Binary100101011010111011010110
Octal225256326

Shades and tints

Shades of #95AED6

#95AED6
(149,174,214)
#889FC3
(136,159,195)
#7B90B0
(123,144,176)
#6E819D
(110,129,157)
#61728A
(97,114,138)
#546377
(84,99,119)
#475464
(71,84,100)
#3A4551
(58,69,81)
#2D363E
(45,54,62)
#20272B
(32,39,43)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #95AED6

#95AED6
(149,174,214)
#9EB5D9
(158,181,217)
#A7BCDC
(167,188,220)
#B0C3DF
(176,195,223)
#B9CAE2
(185,202,226)
#C2D1E5
(194,209,229)
#CBD8E8
(203,216,232)
#D4DFEB
(212,223,235)
#DDE6EE
(221,230,238)
#E6EDF1
(230,237,241)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AED6; }

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

This text font color is #95AED6.


Background Color

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

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

This div background color is #95AED6.


Border color

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

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

This div border color is #95AED6.


Opacity

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

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

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

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

This text has shadow with #95AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AED6 on black background.


Color preview on white background

This text has color #95AED6 on white background.



Black color preview on #95AED6 background

This text has black color on #95AED6 background.


White color preview on #95AED6 background

This text has white color on #95AED6 background.