COLOR #96BFAD

HEX: #96BFAD RGB: (150,191,173)

Color info

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

RGB color model

#96BFAD color RGB value is (150,191,173).

RGB: (150,191,173) (59%, 75%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 173 of 255 = 68%

150
191
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 191 + 173 = 514 (100%)
R 150 of 514 ~ 29.18%
G 191 of 514 ~ 37.16%
B 173 of 514 ~ 33.66'%

%29.18
%37.16
%33.66

CMYK color model

#96BFAD color CMYK value is (21,0,9,25).

  • cyan value is 21.47%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 25.10%

CMYK: (21,0,9,25)
C21M0Y9K25 (21%, 0%, 9%, 25%)
(0.21 / 0.00 / 0.09 / 0.25)

CMYK percentages

%21.47
%0
%9.42
%25.1

Codes

Color #96BFAD in popluar color models

96 BF AD
RGB 150 191 173
HSL 154° 24.26% 66.86%
HSB/HSV 154° 21.47% 74.90%
CMYK 21.47% 0.00% 9.42%
25.10%

Color #96BFAD in popluar number systems.

HEX 96 BF AD
Decimal 150 191 173
Binary 10010110 10111111 10101101
Octal 226 277 255

Shades and tints

Shades of #96BFAD

#96BFAD
(150,191,173)
#89AE9E
(137,174,158)
#7C9D8F
(124,157,143)
#6F8C80
(111,140,128)
#627B71
(98,123,113)
#556A62
(85,106,98)
#485953
(72,89,83)
#3B4844
(59,72,68)
#2E3735
(46,55,53)
#212626
(33,38,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #96BFAD

#96BFAD
(150,191,173)
#9FC4B4
(159,196,180)
#A8C9BB
(168,201,187)
#B1CEC2
(177,206,194)
#BAD3C9
(186,211,201)
#C3D8D0
(195,216,208)
#CCDDD7
(204,221,215)
#D5E2DE
(213,226,222)
#DEE7E5
(222,231,229)
#E7ECEC
(231,236,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BFAD; }

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

This text font color is #96BFAD.

Background Color

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

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

This div background color is #96BFAD.

Border color

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

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

This div border color is #96BFAD.

Opacity

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

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

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

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

This text has shadow with #96BFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BFAD.

Preview

Color preview on black background

This text has color #96BFAD on black background.


Color preview on white background

This text has color #96BFAD on white background.


Black color preview on #96BFAD background

This text has black color on #96BFAD background.


White color preview on #96BFAD background

This text has white color on #96BFAD background.


Related colors

Complementary color

Complementary color for #hex is #694052.


I love getcolorcode.com

Triadic colors

1 #AD96BF and #BFAD96 with #96BFAD are triadic colors.

2 #ADBF96 and #BF96AD with #96BFAD are triadic colors.