COLOR #96DFCC

HEX: #96DFCC RGB: (150,223,204)

Color info

#96DFCC contains mainly green and blue colors. Web safe color of #96DFCC is #99CCCC (or #9CC).

RGB color model

#96DFCC color RGB value is (150,223,204).

RGB: (150,223,204) (59%, 87%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 223 of 255 = 87%
B 204 of 255 = 80%

150
223
204

R + G + B ~ 75%. #96DFCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 223 + 204 = 577 (100%)
R 150 of 577 ~ 26%
G 223 of 577 ~ 38.65%
B 204 of 577 ~ 35.36'%

%26
%38.65
%35.36

CMYK color model

#96DFCC color CMYK value is (33,0,9,13).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 12.55%

CMYK: (33,0,9,13)
C33M0Y9K13 (33%, 0%, 9%, 13%)
(0.33 / 0.00 / 0.09 / 0.13)

CMYK percentages

%32.74
%0
%8.52
%12.55

Codes

Color #96DFCC in popluar color models

96 DF CC
RGB 150 223 204
HSL 164° 53.28% 73.14%
HSB/HSV 164° 32.74% 87.45%
CMYK 32.74% 0.00% 8.52%
12.55%

Color #96DFCC in popluar number systems.

HEX 96 DF CC
Decimal 150 223 204
Binary 10010110 11011111 11001100
Octal 226 337 314

Shades and tints

Shades of #96DFCC

#96DFCC
(150,223,204)
#89CBBA
(137,203,186)
#7CB7A8
(124,183,168)
#6FA396
(111,163,150)
#628F84
(98,143,132)
#557B72
(85,123,114)
#486760
(72,103,96)
#3B534E
(59,83,78)
#2E3F3C
(46,63,60)
#212B2A
(33,43,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #96DFCC

#96DFCC
(150,223,204)
#9FE1D0
(159,225,208)
#A8E3D4
(168,227,212)
#B1E5D8
(177,229,216)
#BAE7DC
(186,231,220)
#C3E9E0
(195,233,224)
#CCEBE4
(204,235,228)
#D5EDE8
(213,237,232)
#DEEFEC
(222,239,236)
#E7F1F0
(231,241,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DFCC; }

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

This text font color is #96DFCC.

Background Color

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

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

This div background color is #96DFCC.

Border color

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

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

This div border color is #96DFCC.

Opacity

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

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

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

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

This text has shadow with #96DFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DFCC.

Preview

Color preview on black background

This text has color #96DFCC on black background.


Color preview on white background

This text has color #96DFCC on white background.


Black color preview on #96DFCC background

This text has black color on #96DFCC background.


White color preview on #96DFCC background

This text has white color on #96DFCC background.


Related colors

Complementary color

Complementary color for #hex is #692033.


I love getcolorcode.com

Triadic colors

1 #CC96DF and #DFCC96 with #96DFCC are triadic colors.

2 #CCDF96 and #DF96CC with #96DFCC are triadic colors.