COLOR #9FCCE5

HEX: #9FCCE5
RGB: (159,204,229)

Color info

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

RGB color model

#9FCCE5 color RGB value is (159,204,229).

  • red value is 159;
  • green value is 204;
  • blue value is 229.
RGB:
(159,204,229)
(62%,80%,90%)

RGB channels and saturation

R 159 of 255 = 62%
G 204 of 255 = 80%
B 229 of 255 = 90%

159
204
229

R + G + B ~ 77%. #9FCCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 204 + 229 = 592 (100%)
R 159 of 592 ~ 26.86%
G 204 of 592 ~ 34.46%
B 229 of 592 ~ 38.68%

%26.86
%34.46
%38.68

CMYK color model

#9FCCE5 color CMYK value is (31,11,0,10).

  • cyan value is 30.57%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(31,11,0,10)
C31M11Y0K10 
(31%,11%,0%,10%)
(0.31/0.11/0.00/0.10)	

CMYK percentages

%30.57
%10.92
%0
%10.2

Codes

Color #9FCCE5 in popluar color models

9FCCE5
RGB159204229
HSL201°57.38%76.08%
HSB/HSV201°30.57%89.80%
CMYK30.57%10.92%0.00%
10.20%

Color #9FCCE5 in popluar number systems.

HEX9FCCE5
Decimal159204229
Binary100111111100110011100101
Octal237314345

Shades and tints

Shades of #9FCCE5

#9FCCE5
(159,204,229)
#91BAD1
(145,186,209)
#83A8BD
(131,168,189)
#7596A9
(117,150,169)
#678495
(103,132,149)
#597281
(89,114,129)
#4B606D
(75,96,109)
#3D4E59
(61,78,89)
#2F3C45
(47,60,69)
#212A31
(33,42,49)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #9FCCE5

#9FCCE5
(159,204,229)
#A7D0E7
(167,208,231)
#AFD4E9
(175,212,233)
#B7D8EB
(183,216,235)
#BFDCED
(191,220,237)
#C7E0EF
(199,224,239)
#CFE4F1
(207,228,241)
#D7E8F3
(215,232,243)
#DFECF5
(223,236,245)
#E7F0F7
(231,240,247)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCCE5 color. Also use rgb(159,204,229) instead hex code.

Text Font Color

.myTextColor { color: #9FCCE5; }

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

This text font color is #9FCCE5.


Background Color

.myBgColor { background-color: #9FCCE5; }

<div style="background-color:#9FCCE5">Inner text</div>

This div background color is #9FCCE5.


Border color

.myBorderColor { border: 1px solid #9FCCE5; }

<div style="border:3px solid #9FCCE5">Div</div>

This div border color is #9FCCE5.


Opacity

.myOpacity80 { color: #9FCCE5; opacity: 0.8; }

<p style="color:#9FCCE5;opacity:0.8;">80%</p>

Text with #9FCCE5 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 #9FCCE5;}

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

This text has shadow with #9FCCE5 color.

.textShadow {text-shadow: 3px 3px 1px #9FCCE5, 3px 3px 1px red;}

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

This text has shadow with #9FCCE5 primary color and red secondary color.


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

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

This text has shadow with #9FCCE5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCCE5 on black background.


Color preview on white background

This text has color #9FCCE5 on white background.



Black color preview on #9FCCE5 background

This text has black color on #9FCCE5 background.


White color preview on #9FCCE5 background

This text has white color on #9FCCE5 background.