COLOR #95A7BE

HEX: #95A7BE
RGB: (149,167,190)

Color info

#95A7BE contains red, green and blue colors in about the same proportion. Web safe color of #95A7BE is #9999CC (or #99C).

RGB color model

#95A7BE color RGB value is (149,167,190).

  • red value is 149;
  • green value is 167;
  • blue value is 190.
RGB:
(149,167,190)
(58%,65%,75%)

RGB channels and saturation

R 149 of 255 = 58%
G 167 of 255 = 65%
B 190 of 255 = 75%

149
167
190

R + G + B ~ 66%. #95A7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 167 + 190 = 506 (100%)
R 149 of 506 ~ 29.45%
G 167 of 506 ~ 33%
B 190 of 506 ~ 37.55%

%29.45
%33
%37.55

CMYK color model

#95A7BE color CMYK value is (22,12,0,25).

  • cyan value is 21.58%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(22,12,0,25)
C22M12Y0K25 
(22%,12%,0%,25%)
(0.22/0.12/0.00/0.25)	

CMYK percentages

%21.58
%12.11
%0
%25.49

Codes

Color #95A7BE in popluar color models

95A7BE
RGB149167190
HSL214°23.98%66.47%
HSB/HSV214°21.58%74.51%
CMYK21.58%12.11%0.00%
25.49%

Color #95A7BE in popluar number systems.

HEX95A7BE
Decimal149167190
Binary100101011010011110111110
Octal225247276

Shades and tints

Shades of #95A7BE

#95A7BE
(149,167,190)
#8898AD
(136,152,173)
#7B899C
(123,137,156)
#6E7A8B
(110,122,139)
#616B7A
(97,107,122)
#545C69
(84,92,105)
#474D58
(71,77,88)
#3A3E47
(58,62,71)
#2D2F36
(45,47,54)
#202025
(32,32,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #95A7BE

#95A7BE
(149,167,190)
#9EAFC3
(158,175,195)
#A7B7C8
(167,183,200)
#B0BFCD
(176,191,205)
#B9C7D2
(185,199,210)
#C2CFD7
(194,207,215)
#CBD7DC
(203,215,220)
#D4DFE1
(212,223,225)
#DDE7E6
(221,231,230)
#E6EFEB
(230,239,235)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A7BE color. Also use rgb(149,167,190) instead hex code.

Text Font Color

.myTextColor { color: #95A7BE; }

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

This text font color is #95A7BE.


Background Color

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

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

This div background color is #95A7BE.


Border color

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

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

This div border color is #95A7BE.


Opacity

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

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

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

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

This text has shadow with #95A7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A7BE on black background.


Color preview on white background

This text has color #95A7BE on white background.



Black color preview on #95A7BE background

This text has black color on #95A7BE background.


White color preview on #95A7BE background

This text has white color on #95A7BE background.