COLOR #9CCFC9

HEX: #9CCFC9
RGB: (156,207,201)

Color info

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

RGB color model

#9CCFC9 color RGB value is (156,207,201).

  • red value is 156;
  • green value is 207;
  • blue value is 201.
RGB:
(156,207,201)
(61%,81%,79%)

RGB channels and saturation

R 156 of 255 = 61%
G 207 of 255 = 81%
B 201 of 255 = 79%

156
207
201

R + G + B ~ 74%. #9CCFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 207 + 201 = 564 (100%)
R 156 of 564 ~ 27.66%
G 207 of 564 ~ 36.7%
B 201 of 564 ~ 35.64%

%27.66
%36.7
%35.64

CMYK color model

#9CCFC9 color CMYK value is (25,0,3,19).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK:
(25,0,3,19)
C25M0Y3K19 
(25%,0%,3%,19%)
(0.25/0.00/0.03/0.19)	

CMYK percentages

%24.64
%0
%2.9
%18.82

Codes

Color #9CCFC9 in popluar color models

9CCFC9
RGB156207201
HSL173°34.69%71.18%
HSB/HSV173°24.64%81.18%
CMYK24.64%0.00%2.90%
18.82%

Color #9CCFC9 in popluar number systems.

HEX9CCFC9
Decimal156207201
Binary100111001100111111001001
Octal234317311

Shades and tints

Shades of #9CCFC9

#9CCFC9
(156,207,201)
#8EBDB7
(142,189,183)
#80ABA5
(128,171,165)
#729993
(114,153,147)
#648781
(100,135,129)
#56756F
(86,117,111)
#48635D
(72,99,93)
#3A514B
(58,81,75)
#2C3F39
(44,63,57)
#1E2D27
(30,45,39)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #9CCFC9

#9CCFC9
(156,207,201)
#A5D3CD
(165,211,205)
#AED7D1
(174,215,209)
#B7DBD5
(183,219,213)
#C0DFD9
(192,223,217)
#C9E3DD
(201,227,221)
#D2E7E1
(210,231,225)
#DBEBE5
(219,235,229)
#E4EFE9
(228,239,233)
#EDF3ED
(237,243,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCFC9 color. Also use rgb(156,207,201) instead hex code.

Text Font Color

.myTextColor { color: #9CCFC9; }

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

This text font color is #9CCFC9.


Background Color

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

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

This div background color is #9CCFC9.


Border color

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

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

This div border color is #9CCFC9.


Opacity

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

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

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

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

This text has shadow with #9CCFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCFC9 on black background.


Color preview on white background

This text has color #9CCFC9 on white background.



Black color preview on #9CCFC9 background

This text has black color on #9CCFC9 background.


White color preview on #9CCFC9 background

This text has white color on #9CCFC9 background.