COLOR #95B7AA

HEX: #95B7AA RGB: (149,183,170)

Color info

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

RGB color model

#95B7AA color RGB value is (149,183,170).

RGB: (149,183,170) (58%, 72%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 170 of 255 = 67%

149
183
170

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

Portions of RGB colors in percentages

R + G + B = 149 + 183 + 170 = 502 (100%)
R 149 of 502 ~ 29.68%
G 183 of 502 ~ 36.45%
B 170 of 502 ~ 33.86'%

%29.68
%36.45
%33.86

CMYK color model

#95B7AA color CMYK value is (19,0,7,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 28.24%

CMYK: (19,0,7,28)
C19M0Y7K28 (19%, 0%, 7%, 28%)
(0.19 / 0.00 / 0.07 / 0.28)

CMYK percentages

%18.58
%0
%7.1
%28.24

Codes

Color #95B7AA in popluar color models

95 B7 AA
RGB 149 183 170
HSL 157° 19.10% 65.10%
HSB/HSV 157° 18.58% 71.76%
CMYK 18.58% 0.00% 7.10%
28.24%

Color #95B7AA in popluar number systems.

HEX 95 B7 AA
Decimal 149 183 170
Binary 10010101 10110111 10101010
Octal 225 267 252

Shades and tints

Shades of #95B7AA

#95B7AA
(149,183,170)
#88A79B
(136,167,155)
#7B978C
(123,151,140)
#6E877D
(110,135,125)
#61776E
(97,119,110)
#54675F
(84,103,95)
#475750
(71,87,80)
#3A4741
(58,71,65)
#2D3732
(45,55,50)
#202723
(32,39,35)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #95B7AA

#95B7AA
(149,183,170)
#9EBDB1
(158,189,177)
#A7C3B8
(167,195,184)
#B0C9BF
(176,201,191)
#B9CFC6
(185,207,198)
#C2D5CD
(194,213,205)
#CBDBD4
(203,219,212)
#D4E1DB
(212,225,219)
#DDE7E2
(221,231,226)
#E6EDE9
(230,237,233)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B7AA color. Also use rgb(149,183,170) instead hex code.

Text Font Color

.myTextColor { color: #95B7AA; }

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

This text font color is #95B7AA.

Background Color

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

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

This div background color is #95B7AA.

Border color

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

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

This div border color is #95B7AA.

Opacity

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

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

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

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

This text has shadow with #95B7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B7AA.

Preview

Color preview on black background

This text has color #95B7AA on black background.


Color preview on white background

This text has color #95B7AA on white background.


Black color preview on #95B7AA background

This text has black color on #95B7AA background.


White color preview on #95B7AA background

This text has white color on #95B7AA background.


Related colors

Complementary color

Complementary color for #hex is #6A4855.


I love getcolorcode.com

Triadic colors

1 #AA95B7 and #B7AA95 with #95B7AA are triadic colors.

2 #AAB795 and #B795AA with #95B7AA are triadic colors.