COLOR #95BBAB

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

Color info

#95BBAB contains red, green and blue colors in about the same proportion. Web safe color of #95BBAB is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

149
187
171

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

Portions of RGB colors in percentages

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

%29.39
%36.88
%33.73

CMYK color model

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

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

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

CMYK percentages

%20.32
%0
%8.56
%26.67

Codes

Color #95BBAB in popluar color models

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

Color #95BBAB in popluar number systems.

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

Shades and tints

Shades of #95BBAB

#95BBAB
(149,187,171)
#88AA9C
(136,170,156)
#7B998D
(123,153,141)
#6E887E
(110,136,126)
#61776F
(97,119,111)
#546660
(84,102,96)
#475551
(71,85,81)
#3A4442
(58,68,66)
#2D3333
(45,51,51)
#202224
(32,34,36)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #95BBAB

#95BBAB
(149,187,171)
#9EC1B2
(158,193,178)
#A7C7B9
(167,199,185)
#B0CDC0
(176,205,192)
#B9D3C7
(185,211,199)
#C2D9CE
(194,217,206)
#CBDFD5
(203,223,213)
#D4E5DC
(212,229,220)
#DDEBE3
(221,235,227)
#E6F1EA
(230,241,234)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BBAB; }

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

This text font color is #95BBAB.

Background Color

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

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

This div background color is #95BBAB.

Border color

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

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

This div border color is #95BBAB.

Opacity

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

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

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

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

This text has shadow with #95BBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BBAB.

Preview

Color preview on black background

This text has color #95BBAB on black background.


Color preview on white background

This text has color #95BBAB on white background.


Black color preview on #95BBAB background

This text has black color on #95BBAB background.


White color preview on #95BBAB background

This text has white color on #95BBAB background.


Related colors

Complementary color

Complementary color for #hex is #6A4454.


I love getcolorcode.com

Triadic colors

1 #AB95BB and #BBAB95 with #95BBAB are triadic colors.

2 #ABBB95 and #BB95AB with #95BBAB are triadic colors.