COLOR #96CDBF

HEX: #96CDBF
RGB: (150,205,191)

Color info

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

RGB color model

#96CDBF color RGB value is (150,205,191).

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

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 191 of 255 = 75%

150
205
191

R + G + B ~ 71%. #96CDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 205 + 191 = 546 (100%)
R 150 of 546 ~ 27.47%
G 205 of 546 ~ 37.55%
B 191 of 546 ~ 34.98%

%27.47
%37.55
%34.98

CMYK color model

#96CDBF color CMYK value is (27,0,7,20).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 6.83%
  • key color value is 19.61%
CMYK:
(27,0,7,20)
C27M0Y7K20 
(27%,0%,7%,20%)
(0.27/0.00/0.07/0.20)	

CMYK percentages

%26.83
%0
%6.83
%19.61

Codes

Color #96CDBF in popluar color models

96CDBF
RGB150205191
HSL165°35.48%69.61%
HSB/HSV165°26.83%80.39%
CMYK26.83%0.00%6.83%
19.61%

Color #96CDBF in popluar number systems.

HEX96CDBF
Decimal150205191
Binary100101101100110110111111
Octal226315277

Shades and tints

Shades of #96CDBF

#96CDBF
(150,205,191)
#89BBAE
(137,187,174)
#7CA99D
(124,169,157)
#6F978C
(111,151,140)
#62857B
(98,133,123)
#55736A
(85,115,106)
#486159
(72,97,89)
#3B4F48
(59,79,72)
#2E3D37
(46,61,55)
#212B26
(33,43,38)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #96CDBF

#96CDBF
(150,205,191)
#9FD1C4
(159,209,196)
#A8D5C9
(168,213,201)
#B1D9CE
(177,217,206)
#BADDD3
(186,221,211)
#C3E1D8
(195,225,216)
#CCE5DD
(204,229,221)
#D5E9E2
(213,233,226)
#DEEDE7
(222,237,231)
#E7F1EC
(231,241,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CDBF; }

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

This text font color is #96CDBF.


Background Color

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

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

This div background color is #96CDBF.


Border color

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

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

This div border color is #96CDBF.


Opacity

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

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

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

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

This text has shadow with #96CDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CDBF on black background.


Color preview on white background

This text has color #96CDBF on white background.



Black color preview on #96CDBF background

This text has black color on #96CDBF background.


White color preview on #96CDBF background

This text has white color on #96CDBF background.