COLOR #9BAE7D

HEX: #9BAE7D RGB: (155,174,125)

Color info

#9BAE7D contains red, green and blue colors in about the same proportion. Web safe color of #9BAE7D is #999966 (or #996).

RGB color model

#9BAE7D color RGB value is (155,174,125).

RGB: (155,174,125) (61%, 68%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 125 of 255 = 49%

155
174
125

R + G + B ~ 59%. #9BAE7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 174 + 125 = 454 (100%)
R 155 of 454 ~ 34.14%
G 174 of 454 ~ 38.33%
B 125 of 454 ~ 27.53'%

%34.14
%38.33
%27.53

CMYK color model

#9BAE7D color CMYK value is (11,0,28,32).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 31.76%

CMYK: (11,0,28,32)
C11M0Y28K32 (11%, 0%, 28%, 32%)
(0.11 / 0.00 / 0.28 / 0.32)

CMYK percentages

%10.92
%0
%28.16
%31.76

Codes

Color #9BAE7D in popluar color models

9B AE 7D
RGB 155 174 125
HSL 83° 23.22% 58.63%
HSB/HSV 83° 28.16% 68.24%
CMYK 10.92% 0.00% 28.16%
31.76%

Color #9BAE7D in popluar number systems.

HEX 9B AE 7D
Decimal 155 174 125
Binary 10011011 10101110 1111101
Octal 233 256 175

Shades and tints

Shades of #9BAE7D

#9BAE7D
(155,174,125)
#8D9F72
(141,159,114)
#7F9067
(127,144,103)
#71815C
(113,129,92)
#637251
(99,114,81)
#556346
(85,99,70)
#47543B
(71,84,59)
#394530
(57,69,48)
#2B3625
(43,54,37)
#1D271A
(29,39,26)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #9BAE7D

#9BAE7D
(155,174,125)
#A4B588
(164,181,136)
#ADBC93
(173,188,147)
#B6C39E
(182,195,158)
#BFCAA9
(191,202,169)
#C8D1B4
(200,209,180)
#D1D8BF
(209,216,191)
#DADFCA
(218,223,202)
#E3E6D5
(227,230,213)
#ECEDE0
(236,237,224)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAE7D color. Also use rgb(155,174,125) instead hex code.

Text Font Color

.myTextColor { color: #9BAE7D; }

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

This text font color is #9BAE7D.

Background Color

.myBgColor { background-color: #9BAE7D; }

<div style="background-color:#9BAE7D">Inner text</div>

This div background color is #9BAE7D.

Border color

.myBorderColor { border: 1px solid #9BAE7D; }

<div style="border:3px solid #9BAE7D">Div</div>

This div border color is #9BAE7D.

Opacity

.myOpacity80 { color: #9BAE7D; opacity: 0.8; }

<p style="color:#9BAE7D;opacity:0.8;">80%</p>

Text with #9BAE7D 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 #9BAE7D;}

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

This text has shadow with #9BAE7D color.


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

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

This text has shadow with #9BAE7D primary color and red secondary color.


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

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

This text has shadow with #9BAE7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9BAE7D.

Preview

Color preview on black background

This text has color #9BAE7D on black background.


Color preview on white background

This text has color #9BAE7D on white background.


Black color preview on #9BAE7D background

This text has black color on #9BAE7D background.


White color preview on #9BAE7D background

This text has white color on #9BAE7D background.


Related colors

Complementary color

Complementary color for #hex is #645182.


I love getcolorcode.com

Triadic colors

1 #7D9BAE and #AE7D9B with #9BAE7D are triadic colors.

2 #7DAE9B and #AE9B7D with #9BAE7D are triadic colors.