COLOR #9FCCC8

HEX: #9FCCC8 RGB: (159,204,200)

Color info

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

RGB color model

#9FCCC8 color RGB value is (159,204,200).

RGB: (159,204,200) (62%, 80%, 78%)

RGB channels and saturation

R 159 of 255 = 62%
G 204 of 255 = 80%
B 200 of 255 = 78%

159
204
200

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

Portions of RGB colors in percentages

R + G + B = 159 + 204 + 200 = 563 (100%)
R 159 of 563 ~ 28.24%
G 204 of 563 ~ 36.23%
B 200 of 563 ~ 35.52'%

%28.24
%36.23
%35.52

CMYK color model

#9FCCC8 color CMYK value is (22,0,2,20).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 20.00%

CMYK: (22,0,2,20)
C22M0Y2K20 (22%, 0%, 2%, 20%)
(0.22 / 0.00 / 0.02 / 0.20)

CMYK percentages

%22.06
%0
%1.96
%20

Codes

Color #9FCCC8 in popluar color models

9F CC C8
RGB 159 204 200
HSL 175° 30.61% 71.18%
HSB/HSV 175° 22.06% 80.00%
CMYK 22.06% 0.00% 1.96%
20.00%

Color #9FCCC8 in popluar number systems.

HEX 9F CC C8
Decimal 159 204 200
Binary 10011111 11001100 11001000
Octal 237 314 310

Shades and tints

Shades of #9FCCC8

#9FCCC8
(159,204,200)
#91BAB6
(145,186,182)
#83A8A4
(131,168,164)
#759692
(117,150,146)
#678480
(103,132,128)
#59726E
(89,114,110)
#4B605C
(75,96,92)
#3D4E4A
(61,78,74)
#2F3C38
(47,60,56)
#212A26
(33,42,38)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #9FCCC8

#9FCCC8
(159,204,200)
#A7D0CD
(167,208,205)
#AFD4D2
(175,212,210)
#B7D8D7
(183,216,215)
#BFDCDC
(191,220,220)
#C7E0E1
(199,224,225)
#CFE4E6
(207,228,230)
#D7E8EB
(215,232,235)
#DFECF0
(223,236,240)
#E7F0F5
(231,240,245)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCCC8; }

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

This text font color is #9FCCC8.

Background Color

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

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

This div background color is #9FCCC8.

Border color

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

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

This div border color is #9FCCC8.

Opacity

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

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

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

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

This text has shadow with #9FCCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCCC8.

Preview

Color preview on black background

This text has color #9FCCC8 on black background.


Color preview on white background

This text has color #9FCCC8 on white background.


Black color preview on #9FCCC8 background

This text has black color on #9FCCC8 background.


White color preview on #9FCCC8 background

This text has white color on #9FCCC8 background.


Related colors

Complementary color

Complementary color for #hex is #603337.


I love getcolorcode.com

Triadic colors

1 #C89FCC and #CCC89F with #9FCCC8 are triadic colors.

2 #C8CC9F and #CC9FC8 with #9FCCC8 are triadic colors.