COLOR #96CEDE

HEX: #96CEDE
RGB: (150,206,222)

Color info

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

RGB color model

#96CEDE color RGB value is (150,206,222).

  • red value is 150;
  • green value is 206;
  • blue value is 222.
RGB:
(150,206,222)
(59%,81%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 222 of 255 = 87%

150
206
222

R + G + B ~ 76%. #96CEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 206 + 222 = 578 (100%)
R 150 of 578 ~ 25.95%
G 206 of 578 ~ 35.64%
B 222 of 578 ~ 38.41%

%25.95
%35.64
%38.41

CMYK color model

#96CEDE color CMYK value is (32,7,0,13).

  • cyan value is 32.43%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(32,7,0,13)
C32M7Y0K13 
(32%,7%,0%,13%)
(0.32/0.07/0.00/0.13)	

CMYK percentages

%32.43
%7.21
%0
%12.94

Codes

Color #96CEDE in popluar color models

96CEDE
RGB150206222
HSL193°52.17%72.94%
HSB/HSV193°32.43%87.06%
CMYK32.43%7.21%0.00%
12.94%

Color #96CEDE in popluar number systems.

HEX96CEDE
Decimal150206222
Binary100101101100111011011110
Octal226316336

Shades and tints

Shades of #96CEDE

#96CEDE
(150,206,222)
#89BCCA
(137,188,202)
#7CAAB6
(124,170,182)
#6F98A2
(111,152,162)
#62868E
(98,134,142)
#55747A
(85,116,122)
#486266
(72,98,102)
#3B5052
(59,80,82)
#2E3E3E
(46,62,62)
#212C2A
(33,44,42)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #96CEDE

#96CEDE
(150,206,222)
#9FD2E1
(159,210,225)
#A8D6E4
(168,214,228)
#B1DAE7
(177,218,231)
#BADEEA
(186,222,234)
#C3E2ED
(195,226,237)
#CCE6F0
(204,230,240)
#D5EAF3
(213,234,243)
#DEEEF6
(222,238,246)
#E7F2F9
(231,242,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CEDE color. Also use rgb(150,206,222) instead hex code.

Text Font Color

.myTextColor { color: #96CEDE; }

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

This text font color is #96CEDE.


Background Color

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

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

This div background color is #96CEDE.


Border color

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

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

This div border color is #96CEDE.


Opacity

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

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

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

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

This text has shadow with #96CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CEDE on black background.


Color preview on white background

This text has color #96CEDE on white background.



Black color preview on #96CEDE background

This text has black color on #96CEDE background.


White color preview on #96CEDE background

This text has white color on #96CEDE background.