COLOR #95ACE5

HEX: #95ACE5
RGB: (149,172,229)

Renk bilgisi

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

RGB renk modeli

#95ACE5 color RGB value is (149,172,229).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 172 of 255 = 67%
B 229 of 255 = 90%

149
172
229

R + G + B ~ 72%. #95ACE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 172 + 229 = 550 (100%)
R 149 of 550 ~ 27.09%
G 172 of 550 ~ 31.27%
B 229 of 550 ~ 41.64%

%27.09
%31.27
%41.64

CMYK RENK MODELİ

#95ACE5 rengi CMYK tonu (35,25,0,10).

  • camgöbeği tonu 34.93%
  • eflatun tonu 24.89%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(35,25,0,10)
C35M25Y0K10 
(35%,25%,0%,10%)
(0.35/0.25/0.00/0.10)	

CMYK yüzdeleri

%34.93
%24.89
%0
%10.2

Codes

Color #95ACE5 in popluar color models

95ACE5
RGB149172229
HSL223°60.61%74.12%
HSB/HSV223°34.93%89.80%
CMYK34.93%24.89%0.00%
10.20%

Color #95ACE5 in popluar number systems.

HEX95ACE5
Decimal149172229
Binary100101011010110011100101
Octal225254345

Shades and tints

Shades of #95ACE5

#95ACE5
(149,172,229)
#889DD1
(136,157,209)
#7B8EBD
(123,142,189)
#6E7FA9
(110,127,169)
#617095
(97,112,149)
#546181
(84,97,129)
#47526D
(71,82,109)
#3A4359
(58,67,89)
#2D3445
(45,52,69)
#202531
(32,37,49)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #95ACE5

#95ACE5
(149,172,229)
#9EB3E7
(158,179,231)
#A7BAE9
(167,186,233)
#B0C1EB
(176,193,235)
#B9C8ED
(185,200,237)
#C2CFEF
(194,207,239)
#CBD6F1
(203,214,241)
#D4DDF3
(212,221,243)
#DDE4F5
(221,228,245)
#E6EBF7
(230,235,247)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ACE5; }

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

This text font color is #95ACE5.


Background Color

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

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

This div background color is #95ACE5.


Border color

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

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

This div border color is #95ACE5.


Opacity

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

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

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

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

This text has shadow with #95ACE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ACE5 on black background.


Color preview on white background

This text has color #95ACE5 on white background.



Black color preview on #95ACE5 background

This text has black color on #95ACE5 background.


White color preview on #95ACE5 background

This text has white color on #95ACE5 background.