COLOR #95ABBE

HEX: #95ABBE
RGB: (149,171,190)

Color info

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

RGB color model

#95ABBE color RGB value is (149,171,190).

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

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 190 of 255 = 75%

149
171
190

R + G + B ~ 67%. #95ABBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 171 + 190 = 510 (100%)
R 149 of 510 ~ 29.22%
G 171 of 510 ~ 33.53%
B 190 of 510 ~ 37.25%

%29.22
%33.53
%37.25

CMYK color model

#95ABBE color CMYK value is (22,10,0,25).

  • cyan value is 21.58%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(22,10,0,25)
C22M10Y0K25 
(22%,10%,0%,25%)
(0.22/0.10/0.00/0.25)	

CMYK percentages

%21.58
%10
%0
%25.49

Codes

Color #95ABBE in popluar color models

95ABBE
RGB149171190
HSL208°23.98%66.47%
HSB/HSV208°21.58%74.51%
CMYK21.58%10.00%0.00%
25.49%

Color #95ABBE in popluar number systems.

HEX95ABBE
Decimal149171190
Binary100101011010101110111110
Octal225253276

Shades and tints

Shades of #95ABBE

#95ABBE
(149,171,190)
#889CAD
(136,156,173)
#7B8D9C
(123,141,156)
#6E7E8B
(110,126,139)
#616F7A
(97,111,122)
#546069
(84,96,105)
#475158
(71,81,88)
#3A4247
(58,66,71)
#2D3336
(45,51,54)
#202425
(32,36,37)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #95ABBE

#95ABBE
(149,171,190)
#9EB2C3
(158,178,195)
#A7B9C8
(167,185,200)
#B0C0CD
(176,192,205)
#B9C7D2
(185,199,210)
#C2CED7
(194,206,215)
#CBD5DC
(203,213,220)
#D4DCE1
(212,220,225)
#DDE3E6
(221,227,230)
#E6EAEB
(230,234,235)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ABBE; }

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

This text font color is #95ABBE.


Background Color

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

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

This div background color is #95ABBE.


Border color

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

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

This div border color is #95ABBE.


Opacity

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

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

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

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

This text has shadow with #95ABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95ABBE on black background.


Color preview on white background

This text has color #95ABBE on white background.



Black color preview on #95ABBE background

This text has black color on #95ABBE background.


White color preview on #95ABBE background

This text has white color on #95ABBE background.