COLOR #9CCFC4

HEX: #9CCFC4
RGB: (156,207,196)

Color info

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

RGB color model

#9CCFC4 color RGB value is (156,207,196).

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

RGB channels and saturation

R 156 of 255 = 61%
G 207 of 255 = 81%
B 196 of 255 = 77%

156
207
196

R + G + B ~ 73%. #9CCFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 207 + 196 = 559 (100%)
R 156 of 559 ~ 27.91%
G 207 of 559 ~ 37.03%
B 196 of 559 ~ 35.06%

%27.91
%37.03
%35.06

CMYK color model

#9CCFC4 color CMYK value is (25,0,5,19).

  • cyan value is 24.64%
  • magenta value is 0.00%
  • yellow value is 5.31%
  • key color value is 18.82%
CMYK:
(25,0,5,19)
C25M0Y5K19 
(25%,0%,5%,19%)
(0.25/0.00/0.05/0.19)	

CMYK percentages

%24.64
%0
%5.31
%18.82

Codes

Color #9CCFC4 in popluar color models

9CCFC4
RGB156207196
HSL167°34.69%71.18%
HSB/HSV167°24.64%81.18%
CMYK24.64%0.00%5.31%
18.82%

Color #9CCFC4 in popluar number systems.

HEX9CCFC4
Decimal156207196
Binary100111001100111111000100
Octal234317304

Shades and tints

Shades of #9CCFC4

#9CCFC4
(156,207,196)
#8EBDB3
(142,189,179)
#80ABA2
(128,171,162)
#729991
(114,153,145)
#648780
(100,135,128)
#56756F
(86,117,111)
#48635E
(72,99,94)
#3A514D
(58,81,77)
#2C3F3C
(44,63,60)
#1E2D2B
(30,45,43)
#101B1A
(16,27,26)
#000000
(0,0,0)

Tints of #9CCFC4

#9CCFC4
(156,207,196)
#A5D3C9
(165,211,201)
#AED7CE
(174,215,206)
#B7DBD3
(183,219,211)
#C0DFD8
(192,223,216)
#C9E3DD
(201,227,221)
#D2E7E2
(210,231,226)
#DBEBE7
(219,235,231)
#E4EFEC
(228,239,236)
#EDF3F1
(237,243,241)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCFC4; }

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

This text font color is #9CCFC4.


Background Color

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

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

This div background color is #9CCFC4.


Border color

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

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

This div border color is #9CCFC4.


Opacity

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

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

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

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

This text has shadow with #9CCFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCFC4 on black background.


Color preview on white background

This text has color #9CCFC4 on white background.



Black color preview on #9CCFC4 background

This text has black color on #9CCFC4 background.


White color preview on #9CCFC4 background

This text has white color on #9CCFC4 background.