COLOR #8BDC95

HEX: #8BDC95 RGB: (139,220,149)

Color info

#8BDC95 contains mainly green color. Web safe color of #8BDC95 is #99CC99 (or #9C9).

RGB color model

#8BDC95 color RGB value is (139,220,149).

RGB: (139,220,149) (55%, 86%, 58%)

RGB channels and saturation

R 139 of 255 = 55%
G 220 of 255 = 86%
B 149 of 255 = 58%

139
220
149

R + G + B ~ 66%. #8BDC95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 220 + 149 = 508 (100%)
R 139 of 508 ~ 27.36%
G 220 of 508 ~ 43.31%
B 149 of 508 ~ 29.33'%

%27.36
%43.31
%29.33

CMYK color model

#8BDC95 color CMYK value is (37,0,32,14).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 32.27%
  • key color value is 13.73%
CMYK: (37,0,32,14) C37M0Y32K14 (37%,0%,32%,14%) (0.37/0.00/0.32/0.14) 

CMYK percentages

%36.82
%0
%32.27
%13.73

Codes

Color #8BDC95 in popluar color models

8B DC 95
RGB 139 220 149
HSL 127° 53.64% 70.39%
HSB/HSV 127° 36.82% 86.27%
CMYK 36.82% 0.00% 32.27%
13.73%

Color #8BDC95 in popluar number systems.

HEX 8B DC 95
Decimal 139 220 149
Binary 10001011 11011100 10010101
Octal 213 334 225

Shades and tints

Shades of #8BDC95

#8BDC95
(139,220,149)
#7FC888
(127,200,136)
#73B47B
(115,180,123)
#67A06E
(103,160,110)
#5B8C61
(91,140,97)
#4F7854
(79,120,84)
#436447
(67,100,71)
#37503A
(55,80,58)
#2B3C2D
(43,60,45)
#1F2820
(31,40,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #8BDC95

#8BDC95
(139,220,149)
#95DF9E
(149,223,158)
#9FE2A7
(159,226,167)
#A9E5B0
(169,229,176)
#B3E8B9
(179,232,185)
#BDEBC2
(189,235,194)
#C7EECB
(199,238,203)
#D1F1D4
(209,241,212)
#DBF4DD
(219,244,221)
#E5F7E6
(229,247,230)
#EFFAEF
(239,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BDC95 color. Also use rgb(139,220,149) instead hex code.

Text Font Color

.myTextColor { color: #8BDC95; }

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

This text font color is #8BDC95.

Background Color

.myBgColor { background-color: #8BDC95; }

<div style="background-color:#8BDC95">Inner text</div>

This div background color is #8BDC95.

Border color

.myBorderColor { border: 1px solid #8BDC95; }

<div style="border:3px solid #8BDC95">Div</div>

This div border color is #8BDC95.

Opacity

.myOpacity80 { color: #8BDC95; opacity: 0.8; }

<p style="color:#8BDC95;opacity:0.8;">80%</p>

Text with #8BDC95 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 #8BDC95;}

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

This text has shadow with #8BDC95 color.


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

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

This text has shadow with #8BDC95 primary color and red secondary color.


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

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

This text has shadow with #8BDC95 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8BDC95.

Preview

Color preview on black background

This text has color #8BDC95 on black background.


Color preview on white background

This text has color #8BDC95 on white background.


Black color preview on #8BDC95 background

This text has black color on #8BDC95 background.


White color preview on #8BDC95 background

This text has white color on #8BDC95 background.


Related colors

Complementary color

Complementary color for #hex is #74236A.


I love getcolorcode.com

Triadic colors

1 #958BDC and #DC958B with #8BDC95 are triadic colors.

2 #95DC8B and #DC8B95 with #8BDC95 are triadic colors.