COLOR #8BD298

HEX: #8BD298 RGB: (139,210,152)

Color info

#8BD298 contains mainly green and blue colors. Web safe color of #8BD298 is #99CC99 (or #9C9).

RGB color model

#8BD298 color RGB value is (139,210,152).

RGB: (139,210,152) (55%, 82%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 210 of 255 = 82%
B 152 of 255 = 60%

139
210
152

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

Portions of RGB colors in percentages

R + G + B = 139 + 210 + 152 = 501 (100%)
R 139 of 501 ~ 27.74%
G 210 of 501 ~ 41.92%
B 152 of 501 ~ 30.34'%

%27.74
%41.92
%30.34

CMYK color model

#8BD298 color CMYK value is (34,0,28,18).

  • cyan value is 33.81%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK: (34,0,28,18) C34M0Y28K18 (34%,0%,28%,18%) (0.34/0.00/0.28/0.18) 

CMYK percentages

%33.81
%0
%27.62
%17.65

Codes

Color #8BD298 in popluar color models

8B D2 98
RGB 139 210 152
HSL 131° 44.10% 68.43%
HSB/HSV 131° 33.81% 82.35%
CMYK 33.81% 0.00% 27.62%
17.65%

Color #8BD298 in popluar number systems.

HEX 8B D2 98
Decimal 139 210 152
Binary 10001011 11010010 10011000
Octal 213 322 230

Shades and tints

Shades of #8BD298

#8BD298
(139,210,152)
#7FBF8B
(127,191,139)
#73AC7E
(115,172,126)
#679971
(103,153,113)
#5B8664
(91,134,100)
#4F7357
(79,115,87)
#43604A
(67,96,74)
#374D3D
(55,77,61)
#2B3A30
(43,58,48)
#1F2723
(31,39,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #8BD298

#8BD298
(139,210,152)
#95D6A1
(149,214,161)
#9FDAAA
(159,218,170)
#A9DEB3
(169,222,179)
#B3E2BC
(179,226,188)
#BDE6C5
(189,230,197)
#C7EACE
(199,234,206)
#D1EED7
(209,238,215)
#DBF2E0
(219,242,224)
#E5F6E9
(229,246,233)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BD298 color. Also use rgb(139,210,152) instead hex code.

Text Font Color

.myTextColor { color: #8BD298; }

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

This text font color is #8BD298.

Background Color

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

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

This div background color is #8BD298.

Border color

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

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

This div border color is #8BD298.

Opacity

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

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

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

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

This text has shadow with #8BD298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BD298.

Preview

Color preview on black background

This text has color #8BD298 on black background.


Color preview on white background

This text has color #8BD298 on white background.


Black color preview on #8BD298 background

This text has black color on #8BD298 background.


White color preview on #8BD298 background

This text has white color on #8BD298 background.


Related colors

Complementary color

Complementary color for #hex is #742D67.


I love getcolorcode.com

Triadic colors

1 #988BD2 and #D2988B with #8BD298 are triadic colors.

2 #98D28B and #D28B98 with #8BD298 are triadic colors.