COLOR #95B693

HEX: #95B693 RGB: (149,182,147)

Color info

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

RGB color model

#95B693 color RGB value is (149,182,147).

RGB: (149,182,147) (58%, 71%, 58%)

RGB channels and saturation

R 149 of 255 = 58%
G 182 of 255 = 71%
B 147 of 255 = 58%

149
182
147

R + G + B ~ 62%. #95B693 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 182 + 147 = 478 (100%)
R 149 of 478 ~ 31.17%
G 182 of 478 ~ 38.08%
B 147 of 478 ~ 30.75'%

%31.17
%38.08
%30.75

CMYK color model

#95B693 color CMYK value is (18,0,19,29).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 28.63%

CMYK: (18,0,19,29)
C18M0Y19K29 (18%, 0%, 19%, 29%)
(0.18 / 0.00 / 0.19 / 0.29)

CMYK percentages

%18.13
%0
%19.23
%28.63

Codes

Color #95B693 in popluar color models

95 B6 93
RGB 149 182 147
HSL 117° 19.34% 64.51%
HSB/HSV 117° 19.23% 71.37%
CMYK 18.13% 0.00% 19.23%
28.63%

Color #95B693 in popluar number systems.

HEX 95 B6 93
Decimal 149 182 147
Binary 10010101 10110110 10010011
Octal 225 266 223

Shades and tints

Shades of #95B693

#95B693
(149,182,147)
#88A686
(136,166,134)
#7B9679
(123,150,121)
#6E866C
(110,134,108)
#61765F
(97,118,95)
#546652
(84,102,82)
#475645
(71,86,69)
#3A4638
(58,70,56)
#2D362B
(45,54,43)
#20261E
(32,38,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #95B693

#95B693
(149,182,147)
#9EBC9C
(158,188,156)
#A7C2A5
(167,194,165)
#B0C8AE
(176,200,174)
#B9CEB7
(185,206,183)
#C2D4C0
(194,212,192)
#CBDAC9
(203,218,201)
#D4E0D2
(212,224,210)
#DDE6DB
(221,230,219)
#E6ECE4
(230,236,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B693; }

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

This text font color is #95B693.

Background Color

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

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

This div background color is #95B693.

Border color

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

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

This div border color is #95B693.

Opacity

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

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

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

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

This text has shadow with #95B693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B693.

Preview

Color preview on black background

This text has color #95B693 on black background.


Color preview on white background

This text has color #95B693 on white background.


Black color preview on #95B693 background

This text has black color on #95B693 background.


White color preview on #95B693 background

This text has white color on #95B693 background.


Related colors

Complementary color

Complementary color for #hex is #6A496C.


I love getcolorcode.com

Triadic colors

1 #9395B6 and #B69395 with #95B693 are triadic colors.

2 #93B695 and #B69593 with #95B693 are triadic colors.