COLOR #95BAAB

HEX: #95BAAB RGB: (149,186,171)

Color info

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

RGB color model

#95BAAB color RGB value is (149,186,171).

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

RGB channels and saturation

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

149
186
171

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

Portions of RGB colors in percentages

R + G + B = 149 + 186 + 171 = 506 (100%)
R 149 of 506 ~ 29.45%
G 186 of 506 ~ 36.76%
B 171 of 506 ~ 33.79'%

%29.45
%36.76
%33.79

CMYK color model

#95BAAB color CMYK value is (20,0,8,27).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 27.06%

CMYK: (20,0,8,27)
C20M0Y8K27 (20%, 0%, 8%, 27%)
(0.20 / 0.00 / 0.08 / 0.27)

CMYK percentages

%19.89
%0
%8.06
%27.06

Codes

Color #95BAAB in popluar color models

95 BA AB
RGB 149 186 171
HSL 156° 21.14% 65.69%
HSB/HSV 156° 19.89% 72.94%
CMYK 19.89% 0.00% 8.06%
27.06%

Color #95BAAB in popluar number systems.

HEX 95 BA AB
Decimal 149 186 171
Binary 10010101 10111010 10101011
Octal 225 272 253

Shades and tints

Shades of #95BAAB

#95BAAB
(149,186,171)
#88AA9C
(136,170,156)
#7B9A8D
(123,154,141)
#6E8A7E
(110,138,126)
#617A6F
(97,122,111)
#546A60
(84,106,96)
#475A51
(71,90,81)
#3A4A42
(58,74,66)
#2D3A33
(45,58,51)
#202A24
(32,42,36)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #95BAAB

#95BAAB
(149,186,171)
#9EC0B2
(158,192,178)
#A7C6B9
(167,198,185)
#B0CCC0
(176,204,192)
#B9D2C7
(185,210,199)
#C2D8CE
(194,216,206)
#CBDED5
(203,222,213)
#D4E4DC
(212,228,220)
#DDEAE3
(221,234,227)
#E6F0EA
(230,240,234)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BAAB; }

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

This text font color is #95BAAB.

Background Color

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

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

This div background color is #95BAAB.

Border color

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

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

This div border color is #95BAAB.

Opacity

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

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

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

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

This text has shadow with #95BAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BAAB.

Preview

Color preview on black background

This text has color #95BAAB on black background.


Color preview on white background

This text has color #95BAAB on white background.


Black color preview on #95BAAB background

This text has black color on #95BAAB background.


White color preview on #95BAAB background

This text has white color on #95BAAB background.


Related colors

Complementary color

Complementary color for #hex is #6A4554.


I love getcolorcode.com

Triadic colors

1 #AB95BA and #BAAB95 with #95BAAB are triadic colors.

2 #ABBA95 and #BA95AB with #95BAAB are triadic colors.