COLOR #95ACD7

HEX: #95ACD7
RGB: (149,172,215)

Color info

#95ACD7 contains mainly green and blue colors. Web safe color of #95ACD7 is #9999CC (or #99C).

RGB color model

#95ACD7 color RGB value is (149,172,215).

  • red value is 149;
  • green value is 172;
  • blue value is 215.
RGB:
(149,172,215)
(58%,67%,84%)

RGB channels and saturation

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

149
172
215

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

Portions of RGB colors in percentages

R + G + B =
149 + 172 + 215 = 536 (100%)
R 149 of 536 ~ 27.8%
G 172 of 536 ~ 32.09%
B 215 of 536 ~ 40.11%

%27.8
%32.09
%40.11

CMYK color model

#95ACD7 color CMYK value is (31,20,0,16).

  • cyan value is 30.70%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(31,20,0,16)
C31M20Y0K16 
(31%,20%,0%,16%)
(0.31/0.20/0.00/0.16)	

CMYK percentages

%30.7
%20
%0
%15.69

Codes

Color #95ACD7 in popluar color models

95ACD7
RGB149172215
HSL219°45.21%71.37%
HSB/HSV219°30.70%84.31%
CMYK30.70%20.00%0.00%
15.69%

Color #95ACD7 in popluar number systems.

HEX95ACD7
Decimal149172215
Binary100101011010110011010111
Octal225254327

Shades and tints

Shades of #95ACD7

#95ACD7
(149,172,215)
#889DC4
(136,157,196)
#7B8EB1
(123,142,177)
#6E7F9E
(110,127,158)
#61708B
(97,112,139)
#546178
(84,97,120)
#475265
(71,82,101)
#3A4352
(58,67,82)
#2D343F
(45,52,63)
#20252C
(32,37,44)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #95ACD7

#95ACD7
(149,172,215)
#9EB3DA
(158,179,218)
#A7BADD
(167,186,221)
#B0C1E0
(176,193,224)
#B9C8E3
(185,200,227)
#C2CFE6
(194,207,230)
#CBD6E9
(203,214,233)
#D4DDEC
(212,221,236)
#DDE4EF
(221,228,239)
#E6EBF2
(230,235,242)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ACD7; }

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

This text font color is #95ACD7.


Background Color

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

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

This div background color is #95ACD7.


Border color

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

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

This div border color is #95ACD7.


Opacity

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

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

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

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

This text has shadow with #95ACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ACD7 on black background.


Color preview on white background

This text has color #95ACD7 on white background.



Black color preview on #95ACD7 background

This text has black color on #95ACD7 background.


White color preview on #95ACD7 background

This text has white color on #95ACD7 background.