COLOR #95B08D

HEX: #95B08D RGB: (149,176,141)

Color info

#95B08D contains red, green and blue colors in about the same proportion. Web safe color of #95B08D is #999999 (or #999).

RGB color model

#95B08D color RGB value is (149,176,141).

RGB: (149,176,141) (58%, 69%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 141 of 255 = 55%

149
176
141

R + G + B ~ 61%. #95B08D is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 176 + 141 = 466 (100%)
R 149 of 466 ~ 31.97%
G 176 of 466 ~ 37.77%
B 141 of 466 ~ 30.26'%

%31.97
%37.77
%30.26

CMYK color model

#95B08D color CMYK value is (15,0,20,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 30.98%

CMYK: (15,0,20,31)
C15M0Y20K31 (15%, 0%, 20%, 31%)
(0.15 / 0.00 / 0.20 / 0.31)

CMYK percentages

%15.34
%0
%19.89
%30.98

Codes

Color #95B08D in popluar color models

95 B0 8D
RGB 149 176 141
HSL 106° 18.13% 62.16%
HSB/HSV 106° 19.89% 69.02%
CMYK 15.34% 0.00% 19.89%
30.98%

Color #95B08D in popluar number systems.

HEX 95 B0 8D
Decimal 149 176 141
Binary 10010101 10110000 10001101
Octal 225 260 215

Shades and tints

Shades of #95B08D

#95B08D
(149,176,141)
#88A081
(136,160,129)
#7B9075
(123,144,117)
#6E8069
(110,128,105)
#61705D
(97,112,93)
#546051
(84,96,81)
#475045
(71,80,69)
#3A4039
(58,64,57)
#2D302D
(45,48,45)
#202021
(32,32,33)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #95B08D

#95B08D
(149,176,141)
#9EB797
(158,183,151)
#A7BEA1
(167,190,161)
#B0C5AB
(176,197,171)
#B9CCB5
(185,204,181)
#C2D3BF
(194,211,191)
#CBDAC9
(203,218,201)
#D4E1D3
(212,225,211)
#DDE8DD
(221,232,221)
#E6EFE7
(230,239,231)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B08D color. Also use rgb(149,176,141) instead hex code.

Text Font Color

.myTextColor { color: #95B08D; }

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

This text font color is #95B08D.

Background Color

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

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

This div background color is #95B08D.

Border color

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

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

This div border color is #95B08D.

Opacity

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

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

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

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

This text has shadow with #95B08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B08D.

Preview

Color preview on black background

This text has color #95B08D on black background.


Color preview on white background

This text has color #95B08D on white background.


Black color preview on #95B08D background

This text has black color on #95B08D background.


White color preview on #95B08D background

This text has white color on #95B08D background.


Related colors

Complementary color

Complementary color for #hex is #6A4F72.


I love getcolorcode.com

Triadic colors

1 #8D95B0 and #B08D95 with #95B08D are triadic colors.

2 #8DB095 and #B0958D with #95B08D are triadic colors.