COLOR #96B27D

HEX: #96B27D RGB: (150,178,125)

Color info

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

RGB color model

#96B27D color RGB value is (150,178,125).

RGB: (150,178,125) (59%, 70%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 178 of 255 = 70%
B 125 of 255 = 49%

150
178
125

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

Portions of RGB colors in percentages

R + G + B = 150 + 178 + 125 = 453 (100%)
R 150 of 453 ~ 33.11%
G 178 of 453 ~ 39.29%
B 125 of 453 ~ 27.59'%

%33.11
%39.29
%27.59

CMYK color model

#96B27D color CMYK value is (16,0,30,30).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 30.20%

CMYK: (16,0,30,30)
C16M0Y30K30 (16%, 0%, 30%, 30%)
(0.16 / 0.00 / 0.30 / 0.30)

CMYK percentages

%15.73
%0
%29.78
%30.2

Codes

Color #96B27D in popluar color models

96 B2 7D
RGB 150 178 125
HSL 92° 25.60% 59.41%
HSB/HSV 92° 29.78% 69.80%
CMYK 15.73% 0.00% 29.78%
30.20%

Color #96B27D in popluar number systems.

HEX 96 B2 7D
Decimal 150 178 125
Binary 10010110 10110010 1111101
Octal 226 262 175

Shades and tints

Shades of #96B27D

#96B27D
(150,178,125)
#89A272
(137,162,114)
#7C9267
(124,146,103)
#6F825C
(111,130,92)
#627251
(98,114,81)
#556246
(85,98,70)
#48523B
(72,82,59)
#3B4230
(59,66,48)
#2E3225
(46,50,37)
#21221A
(33,34,26)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #96B27D

#96B27D
(150,178,125)
#9FB988
(159,185,136)
#A8C093
(168,192,147)
#B1C79E
(177,199,158)
#BACEA9
(186,206,169)
#C3D5B4
(195,213,180)
#CCDCBF
(204,220,191)
#D5E3CA
(213,227,202)
#DEEAD5
(222,234,213)
#E7F1E0
(231,241,224)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B27D color. Also use rgb(150,178,125) instead hex code.

Text Font Color

.myTextColor { color: #96B27D; }

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

This text font color is #96B27D.

Background Color

.myBgColor { background-color: #96B27D; }

<div style="background-color:#96B27D">Inner text</div>

This div background color is #96B27D.

Border color

.myBorderColor { border: 1px solid #96B27D; }

<div style="border:3px solid #96B27D">Div</div>

This div border color is #96B27D.

Opacity

.myOpacity80 { color: #96B27D; opacity: 0.8; }

<p style="color:#96B27D;opacity:0.8;">80%</p>

Text with #96B27D 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 #96B27D;}

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

This text has shadow with #96B27D color.


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

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

This text has shadow with #96B27D primary color and red secondary color.


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

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

This text has shadow with #96B27D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96B27D.

Preview

Color preview on black background

This text has color #96B27D on black background.


Color preview on white background

This text has color #96B27D on white background.


Black color preview on #96B27D background

This text has black color on #96B27D background.


White color preview on #96B27D background

This text has white color on #96B27D background.


Related colors

Complementary color

Complementary color for #96B27D is #694D82.


I love getcolorcode.com

Triadic colors

1 #7D96B2 and #B27D96 with #96B27D are triadic colors.

2 #7DB296 and #B2967D with #96B27D are triadic colors.