COLOR #95ACD6

HEX: #95ACD6
RGB: (149,172,214)

Renk bilgisi

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

RGB renk modeli

#95ACD6 color RGB value is (149,172,214).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 172 of 255 = 67%
B 214 of 255 = 84%

149
172
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 172 + 214 = 535 (100%)
R 149 of 535 ~ 27.85%
G 172 of 535 ~ 32.15%
B 214 of 535 ~ 40%

%27.85
%32.15
%40

CMYK RENK MODELİ

#95ACD6 rengi CMYK tonu (30,20,0,16).

  • camgöbeği tonu 30.37%
  • eflatun tonu 19.63%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(30,20,0,16)
C30M20Y0K16 
(30%,20%,0%,16%)
(0.30/0.20/0.00/0.16)	

CMYK yüzdeleri

%30.37
%19.63
%0
%16.08

Codes

Color #95ACD6 in popluar color models

95ACD6
RGB149172214
HSL219°44.22%71.18%
HSB/HSV219°30.37%83.92%
CMYK30.37%19.63%0.00%
16.08%

Color #95ACD6 in popluar number systems.

HEX95ACD6
Decimal149172214
Binary100101011010110011010110
Octal225254326

Shades and tints

Shades of #95ACD6

#95ACD6
(149,172,214)
#889DC3
(136,157,195)
#7B8EB0
(123,142,176)
#6E7F9D
(110,127,157)
#61708A
(97,112,138)
#546177
(84,97,119)
#475264
(71,82,100)
#3A4351
(58,67,81)
#2D343E
(45,52,62)
#20252B
(32,37,43)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #95ACD6

#95ACD6
(149,172,214)
#9EB3D9
(158,179,217)
#A7BADC
(167,186,220)
#B0C1DF
(176,193,223)
#B9C8E2
(185,200,226)
#C2CFE5
(194,207,229)
#CBD6E8
(203,214,232)
#D4DDEB
(212,221,235)
#DDE4EE
(221,228,238)
#E6EBF1
(230,235,241)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ACD6; }

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

This text font color is #95ACD6.


Background Color

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

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

This div background color is #95ACD6.


Border color

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

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

This div border color is #95ACD6.


Opacity

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

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

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

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

This text has shadow with #95ACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ACD6 on black background.


Color preview on white background

This text has color #95ACD6 on white background.



Black color preview on #95ACD6 background

This text has black color on #95ACD6 background.


White color preview on #95ACD6 background

This text has white color on #95ACD6 background.