COLOR #95ABBB

HEX: #95ABBB RGB: (149,171,187)

Color info

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

RGB color model

#95ABBB color RGB value is (149,171,187).

RGB: (149,171,187) (58%, 67%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 171 of 255 = 67%
B 187 of 255 = 73%

149
171
187

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

Portions of RGB colors in percentages

R + G + B = 149 + 171 + 187 = 507 (100%)
R 149 of 507 ~ 29.39%
G 171 of 507 ~ 33.73%
B 187 of 507 ~ 36.88'%

%29.39
%33.73
%36.88

CMYK color model

#95ABBB color CMYK value is (20,9,0,27).

  • cyan value is 20.32%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (20,9,0,27)
C20M9Y0K27 (20%, 9%, 0%, 27%)
(0.20 / 0.09 / 0.00 / 0.27)

CMYK percentages

%20.32
%8.56
%0
%26.67

Codes

Color #95ABBB in popluar color models

95 AB BB
RGB 149 171 187
HSL 205° 21.84% 65.88%
HSB/HSV 205° 20.32% 73.33%
CMYK 20.32% 8.56% 0.00%
26.67%

Color #95ABBB in popluar number systems.

HEX 95 AB BB
Decimal 149 171 187
Binary 10010101 10101011 10111011
Octal 225 253 273

Shades and tints

Shades of #95ABBB

#95ABBB
(149,171,187)
#889CAA
(136,156,170)
#7B8D99
(123,141,153)
#6E7E88
(110,126,136)
#616F77
(97,111,119)
#546066
(84,96,102)
#475155
(71,81,85)
#3A4244
(58,66,68)
#2D3333
(45,51,51)
#202422
(32,36,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #95ABBB

#95ABBB
(149,171,187)
#9EB2C1
(158,178,193)
#A7B9C7
(167,185,199)
#B0C0CD
(176,192,205)
#B9C7D3
(185,199,211)
#C2CED9
(194,206,217)
#CBD5DF
(203,213,223)
#D4DCE5
(212,220,229)
#DDE3EB
(221,227,235)
#E6EAF1
(230,234,241)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95ABBB; }

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

This text font color is #95ABBB.

Background Color

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

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

This div background color is #95ABBB.

Border color

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

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

This div border color is #95ABBB.

Opacity

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

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

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

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

This text has shadow with #95ABBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95ABBB.

Preview

Color preview on black background

This text has color #95ABBB on black background.


Color preview on white background

This text has color #95ABBB on white background.


Black color preview on #95ABBB background

This text has black color on #95ABBB background.


White color preview on #95ABBB background

This text has white color on #95ABBB background.


Related colors

Complementary color

Complementary color for #hex is #6A5444.


I love getcolorcode.com

Triadic colors

1 #BB95AB and #ABBB95 with #95ABBB are triadic colors.

2 #BBAB95 and #AB95BB with #95ABBB are triadic colors.