COLOR #9FDCC2

HEX: #9FDCC2 RGB: (159,220,194)

Color info

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

RGB color model

#9FDCC2 color RGB value is (159,220,194).

RGB: (159,220,194) (62%, 86%, 76%)

RGB channels and saturation

R 159 of 255 = 62%
G 220 of 255 = 86%
B 194 of 255 = 76%

159
220
194

R + G + B ~ 75%. #9FDCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 220 + 194 = 573 (100%)
R 159 of 573 ~ 27.75%
G 220 of 573 ~ 38.39%
B 194 of 573 ~ 33.86'%

%27.75
%38.39
%33.86

CMYK color model

#9FDCC2 color CMYK value is (28,0,12,14).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 13.73%

CMYK: (28,0,12,14)
C28M0Y12K14 (28%, 0%, 12%, 14%)
(0.28 / 0.00 / 0.12 / 0.14)

CMYK percentages

%27.73
%0
%11.82
%13.73

Codes

Color #9FDCC2 in popluar color models

9F DC C2
RGB 159 220 194
HSL 154° 46.56% 74.31%
HSB/HSV 154° 27.73% 86.27%
CMYK 27.73% 0.00% 11.82%
13.73%

Color #9FDCC2 in popluar number systems.

HEX 9F DC C2
Decimal 159 220 194
Binary 10011111 11011100 11000010
Octal 237 334 302

Shades and tints

Shades of #9FDCC2

#9FDCC2
(159,220,194)
#91C8B1
(145,200,177)
#83B4A0
(131,180,160)
#75A08F
(117,160,143)
#678C7E
(103,140,126)
#59786D
(89,120,109)
#4B645C
(75,100,92)
#3D504B
(61,80,75)
#2F3C3A
(47,60,58)
#212829
(33,40,41)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #9FDCC2

#9FDCC2
(159,220,194)
#A7DFC7
(167,223,199)
#AFE2CC
(175,226,204)
#B7E5D1
(183,229,209)
#BFE8D6
(191,232,214)
#C7EBDB
(199,235,219)
#CFEEE0
(207,238,224)
#D7F1E5
(215,241,229)
#DFF4EA
(223,244,234)
#E7F7EF
(231,247,239)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDCC2 color. Also use rgb(159,220,194) instead hex code.

Text Font Color

.myTextColor { color: #9FDCC2; }

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

This text font color is #9FDCC2.

Background Color

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

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

This div background color is #9FDCC2.

Border color

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

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

This div border color is #9FDCC2.

Opacity

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

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

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

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

This text has shadow with #9FDCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDCC2.

Preview

Color preview on black background

This text has color #9FDCC2 on black background.


Color preview on white background

This text has color #9FDCC2 on white background.


Black color preview on #9FDCC2 background

This text has black color on #9FDCC2 background.


White color preview on #9FDCC2 background

This text has white color on #9FDCC2 background.


Related colors

Complementary color

Complementary color for #hex is #60233D.


I love getcolorcode.com

Triadic colors

1 #C29FDC and #DCC29F with #9FDCC2 are triadic colors.

2 #C2DC9F and #DC9FC2 with #9FDCC2 are triadic colors.