COLOR #96EDCC

HEX: #96EDCC
RGB: (150,237,204)

Color info

#96EDCC contains mainly green and blue colors. Web safe color of #96EDCC is #99FFCC (or #9FC).

RGB color model

#96EDCC color RGB value is (150,237,204).

  • red value is 150;
  • green value is 237;
  • blue value is 204.
RGB:
(150,237,204)
(59%,93%,80%)

RGB channels and saturation

R 150 of 255 = 59%
G 237 of 255 = 93%
B 204 of 255 = 80%

150
237
204

R + G + B ~ 77%. #96EDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 237 + 204 = 591 (100%)
R 150 of 591 ~ 25.38%
G 237 of 591 ~ 40.1%
B 204 of 591 ~ 34.52%

%25.38
%40.1
%34.52

CMYK color model

#96EDCC color CMYK value is (37,0,14,7).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(37,0,14,7)
C37M0Y14K7 
(37%,0%,14%,7%)
(0.37/0.00/0.14/0.07)	

CMYK percentages

%36.71
%0
%13.92
%7.06

Codes

Color #96EDCC in popluar color models

96EDCC
RGB150237204
HSL157°70.73%75.88%
HSB/HSV157°36.71%92.94%
CMYK36.71%0.00%13.92%
7.06%

Color #96EDCC in popluar number systems.

HEX96EDCC
Decimal150237204
Binary100101101110110111001100
Octal226355314

Shades and tints

Shades of #96EDCC

#96EDCC
(150,237,204)
#89D8BA
(137,216,186)
#7CC3A8
(124,195,168)
#6FAE96
(111,174,150)
#629984
(98,153,132)
#558472
(85,132,114)
#486F60
(72,111,96)
#3B5A4E
(59,90,78)
#2E453C
(46,69,60)
#21302A
(33,48,42)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #96EDCC

#96EDCC
(150,237,204)
#9FEED0
(159,238,208)
#A8EFD4
(168,239,212)
#B1F0D8
(177,240,216)
#BAF1DC
(186,241,220)
#C3F2E0
(195,242,224)
#CCF3E4
(204,243,228)
#D5F4E8
(213,244,232)
#DEF5EC
(222,245,236)
#E7F6F0
(231,246,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EDCC color. Also use rgb(150,237,204) instead hex code.

Text Font Color

.myTextColor { color: #96EDCC; }

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

This text font color is #96EDCC.


Background Color

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

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

This div background color is #96EDCC.


Border color

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

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

This div border color is #96EDCC.


Opacity

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

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

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

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

This text has shadow with #96EDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EDCC on black background.


Color preview on white background

This text has color #96EDCC on white background.



Black color preview on #96EDCC background

This text has black color on #96EDCC background.


White color preview on #96EDCC background

This text has white color on #96EDCC background.