COLOR #95A693

HEX: #95A693
RGB: (149,166,147)

Color info

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

RGB color model

#95A693 color RGB value is (149,166,147).

  • red value is 149;
  • green value is 166;
  • blue value is 147.
RGB:
(149,166,147)
(58%,65%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 147 of 255 = 58%

149
166
147

R + G + B ~ 60%. #95A693 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 147 = 462 (100%)
R 149 of 462 ~ 32.25%
G 166 of 462 ~ 35.93%
B 147 of 462 ~ 31.82%

%32.25
%35.93
%31.82

CMYK color model

#95A693 color CMYK value is (10,0,11,35).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(10,0,11,35)
C10M0Y11K35 
(10%,0%,11%,35%)
(0.10/0.00/0.11/0.35)	

CMYK percentages

%10.24
%0
%11.45
%34.9

Codes

Color #95A693 in popluar color models

95A693
RGB149166147
HSL114°9.64%61.37%
HSB/HSV114°11.45%65.10%
CMYK10.24%0.00%11.45%
34.90%

Color #95A693 in popluar number systems.

HEX95A693
Decimal149166147
Binary100101011010011010010011
Octal225246223

Shades and tints

Shades of #95A693

#95A693
(149,166,147)
#889786
(136,151,134)
#7B8879
(123,136,121)
#6E796C
(110,121,108)
#616A5F
(97,106,95)
#545B52
(84,91,82)
#474C45
(71,76,69)
#3A3D38
(58,61,56)
#2D2E2B
(45,46,43)
#201F1E
(32,31,30)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #95A693

#95A693
(149,166,147)
#9EAE9C
(158,174,156)
#A7B6A5
(167,182,165)
#B0BEAE
(176,190,174)
#B9C6B7
(185,198,183)
#C2CEC0
(194,206,192)
#CBD6C9
(203,214,201)
#D4DED2
(212,222,210)
#DDE6DB
(221,230,219)
#E6EEE4
(230,238,228)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A693 color. Also use rgb(149,166,147) instead hex code.

Text Font Color

.myTextColor { color: #95A693; }

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

This text font color is #95A693.


Background Color

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

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

This div background color is #95A693.


Border color

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

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

This div border color is #95A693.


Opacity

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

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

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

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

This text has shadow with #95A693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A693 on black background.


Color preview on white background

This text has color #95A693 on white background.



Black color preview on #95A693 background

This text has black color on #95A693 background.


White color preview on #95A693 background

This text has white color on #95A693 background.