COLOR #96BFA9

HEX: #96BFA9
RGB: (150,191,169)

Color info

#96BFA9 contains red, green and blue colors in about the same proportion. Web safe color of #96BFA9 is #99CC99 (or #9C9).

RGB color model

#96BFA9 color RGB value is (150,191,169).

  • red value is 150;
  • green value is 191;
  • blue value is 169.
RGB: (150,191,169) (59%,75%,66%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 169 of 255 = 66%

150
191
169

R + G + B ~ 67%. #96BFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 191 + 169 = 510 (100%)
R 150 of 510 ~ 29.41%
G 191 of 510 ~ 37.45%
B 169 of 510 ~ 33.14%

%29.41
%37.45
%33.14

CMYK color model

#96BFA9 color CMYK value is (21,0,12,25).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 25.10%
CMYK: (21,0,12,25) C21M0Y12K25 (21%,0%,12%,25%) (0.21/0.00/0.12/0.25)

CMYK percentages

%21.47
%0
%11.52
%25.1

Codes

Color #96BFA9 in popluar color models

96BFA9
RGB150191169
HSL148°24.26%66.86%
HSB/HSV148°21.47%74.90%
CMYK21.47%0.00%11.52%
25.10%

Color #96BFA9 in popluar number systems.

HEX96BFA9
Decimal150191169
Binary100101101011111110101001
Octal226277251

Shades and tints

Shades of #96BFA9

#96BFA9
(150,191,169)
#89AE9A
(137,174,154)
#7C9D8B
(124,157,139)
#6F8C7C
(111,140,124)
#627B6D
(98,123,109)
#556A5E
(85,106,94)
#48594F
(72,89,79)
#3B4840
(59,72,64)
#2E3731
(46,55,49)
#212622
(33,38,34)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #96BFA9

#96BFA9
(150,191,169)
#9FC4B0
(159,196,176)
#A8C9B7
(168,201,183)
#B1CEBE
(177,206,190)
#BAD3C5
(186,211,197)
#C3D8CC
(195,216,204)
#CCDDD3
(204,221,211)
#D5E2DA
(213,226,218)
#DEE7E1
(222,231,225)
#E7ECE8
(231,236,232)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BFA9 color. Also use rgb(150,191,169) instead hex code.

Text Font Color

.myTextColor { color: #96BFA9; }

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

This text font color is #96BFA9.


Background Color

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

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

This div background color is #96BFA9.


Border color

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

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

This div border color is #96BFA9.


Opacity

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

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

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

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

This text has shadow with #96BFA9 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #96BFA9; -webkit-box-shadow:	1px 1px 3px 2px #96BFA9; box-shadow:	1px 1px 3px 2px #96BFA9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #96BFA9; -webkit-box-shadow: 1px 1px 3px 2px #96BFA9; box-shadow:1px 1px 3px 2px #96BFA9;">
Div content here</div>
This div box has shadow with color #96BFA9.

Preview

Color preview on black background

This text has color #96BFA9 on black background.


Color preview on white background

This text has color #96BFA9 on white background.



Black color preview on #96BFA9 background

This text has black color on #96BFA9 background.


White color preview on #96BFA9 background

This text has white color on #96BFA9 background.