COLOR #95D08C

HEX: #95D08C RGB: (149,208,140)

Color info

#95D08C contains mainly red and green colors. Web safe color of #95D08C is #99CC99 (or #9C9).

RGB color model

#95D08C color RGB value is (149,208,140).

RGB: (149,208,140) (58%, 82%, 55%)

RGB channels and saturation

R 149 of 255 = 58%
G 208 of 255 = 82%
B 140 of 255 = 55%

149
208
140

R + G + B ~ 65%. #95D08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 208 + 140 = 497 (100%)
R 149 of 497 ~ 29.98%
G 208 of 497 ~ 41.85%
B 140 of 497 ~ 28.17'%

%29.98
%41.85
%28.17

CMYK color model

#95D08C color CMYK value is (28,0,33,18).

  • cyan value is 28.37%
  • magenta value is 0.00%
  • yellow value is 32.69%
  • key color value is 18.43%

CMYK: (28,0,33,18)
C28M0Y33K18 (28%, 0%, 33%, 18%)
(0.28 / 0.00 / 0.33 / 0.18)

CMYK percentages

%28.37
%0
%32.69
%18.43

Codes

Color #95D08C in popluar color models

95 D0 8C
RGB 149 208 140
HSL 112° 41.98% 68.24%
HSB/HSV 112° 32.69% 81.57%
CMYK 28.37% 0.00% 32.69%
18.43%

Color #95D08C in popluar number systems.

HEX 95 D0 8C
Decimal 149 208 140
Binary 10010101 11010000 10001100
Octal 225 320 214

Shades and tints

Shades of #95D08C

#95D08C
(149,208,140)
#88BE80
(136,190,128)
#7BAC74
(123,172,116)
#6E9A68
(110,154,104)
#61885C
(97,136,92)
#547650
(84,118,80)
#476444
(71,100,68)
#3A5238
(58,82,56)
#2D402C
(45,64,44)
#202E20
(32,46,32)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #95D08C

#95D08C
(149,208,140)
#9ED496
(158,212,150)
#A7D8A0
(167,216,160)
#B0DCAA
(176,220,170)
#B9E0B4
(185,224,180)
#C2E4BE
(194,228,190)
#CBE8C8
(203,232,200)
#D4ECD2
(212,236,210)
#DDF0DC
(221,240,220)
#E6F4E6
(230,244,230)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D08C color. Also use rgb(149,208,140) instead hex code.

Text Font Color

.myTextColor { color: #95D08C; }

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

This text font color is #95D08C.

Background Color

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

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

This div background color is #95D08C.

Border color

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

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

This div border color is #95D08C.

Opacity

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

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

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

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

This text has shadow with #95D08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95D08C.

Preview

Color preview on black background

This text has color #95D08C on black background.


Color preview on white background

This text has color #95D08C on white background.


Black color preview on #95D08C background

This text has black color on #95D08C background.


White color preview on #95D08C background

This text has white color on #95D08C background.


Related colors

Complementary color

Complementary color for #hex is #6A2F73.


I love getcolorcode.com

Triadic colors

1 #8C95D0 and #D08C95 with #95D08C are triadic colors.

2 #8CD095 and #D0958C with #95D08C are triadic colors.