COLOR #96BFA8

HEX: #96BFA8 RGB: (150,191,168)

Color info

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

RGB color model

#96BFA8 color RGB value is (150,191,168).

RGB: (150,191,168) (59%, 75%, 66%)

RGB channels and saturation

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

150
191
168

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

Portions of RGB colors in percentages

R + G + B = 150 + 191 + 168 = 509 (100%)
R 150 of 509 ~ 29.47%
G 191 of 509 ~ 37.52%
B 168 of 509 ~ 33.01'%

%29.47
%37.52
%33.01

CMYK color model

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

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • 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
%12.04
%25.1

Codes

Color #96BFA8 in popluar color models

96 BF A8
RGB 150 191 168
HSL 146° 24.26% 66.86%
HSB/HSV 146° 21.47% 74.90%
CMYK 21.47% 0.00% 12.04%
25.10%

Color #96BFA8 in popluar number systems.

HEX 96 BF A8
Decimal 150 191 168
Binary 10010110 10111111 10101000
Octal 226 277 250

Shades and tints

Shades of #96BFA8

#96BFA8
(150,191,168)
#89AE99
(137,174,153)
#7C9D8A
(124,157,138)
#6F8C7B
(111,140,123)
#627B6C
(98,123,108)
#556A5D
(85,106,93)
#48594E
(72,89,78)
#3B483F
(59,72,63)
#2E3730
(46,55,48)
#212621
(33,38,33)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #96BFA8

#96BFA8
(150,191,168)
#9FC4AF
(159,196,175)
#A8C9B6
(168,201,182)
#B1CEBD
(177,206,189)
#BAD3C4
(186,211,196)
#C3D8CB
(195,216,203)
#CCDDD2
(204,221,210)
#D5E2D9
(213,226,217)
#DEE7E0
(222,231,224)
#E7ECE7
(231,236,231)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BFA8; }

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

This text font color is #96BFA8.

Background Color

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

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

This div background color is #96BFA8.

Border color

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

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

This div border color is #96BFA8.

Opacity

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

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

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

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

This text has shadow with #96BFA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BFA8.

Preview

Color preview on black background

This text has color #96BFA8 on black background.


Color preview on white background

This text has color #96BFA8 on white background.


Black color preview on #96BFA8 background

This text has black color on #96BFA8 background.


White color preview on #96BFA8 background

This text has white color on #96BFA8 background.


Related colors

Complementary color

Complementary color for #hex is #694057.


I love getcolorcode.com

Triadic colors

1 #A896BF and #BFA896 with #96BFA8 are triadic colors.

2 #A8BF96 and #BF96A8 with #96BFA8 are triadic colors.