COLOR #9CDAC7

HEX: #9CDAC7 RGB: (156,218,199)

Color info

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

RGB color model

#9CDAC7 color RGB value is (156,218,199).

RGB: (156,218,199) (61%, 85%, 78%)

RGB channels and saturation

R 156 of 255 = 61%
G 218 of 255 = 85%
B 199 of 255 = 78%

156
218
199

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

Portions of RGB colors in percentages

R + G + B = 156 + 218 + 199 = 573 (100%)
R 156 of 573 ~ 27.23%
G 218 of 573 ~ 38.05%
B 199 of 573 ~ 34.73'%

%27.23
%38.05
%34.73

CMYK color model

#9CDAC7 color CMYK value is (28,0,9,15).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 14.51%
CMYK: (28,0,9,15) C28M0Y9K15 (28%,0%,9%,15%) (0.28/0.00/0.09/0.15) 

CMYK percentages

%28.44
%0
%8.72
%14.51

Codes

Color #9CDAC7 in popluar color models

9C DA C7
RGB 156 218 199
HSL 162° 45.59% 73.33%
HSB/HSV 162° 28.44% 85.49%
CMYK 28.44% 0.00% 8.72%
14.51%

Color #9CDAC7 in popluar number systems.

HEX 9C DA C7
Decimal 156 218 199
Binary 10011100 11011010 11000111
Octal 234 332 307

Shades and tints

Shades of #9CDAC7

#9CDAC7
(156,218,199)
#8EC7B5
(142,199,181)
#80B4A3
(128,180,163)
#72A191
(114,161,145)
#648E7F
(100,142,127)
#567B6D
(86,123,109)
#48685B
(72,104,91)
#3A5549
(58,85,73)
#2C4237
(44,66,55)
#1E2F25
(30,47,37)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #9CDAC7

#9CDAC7
(156,218,199)
#A5DDCC
(165,221,204)
#AEE0D1
(174,224,209)
#B7E3D6
(183,227,214)
#C0E6DB
(192,230,219)
#C9E9E0
(201,233,224)
#D2ECE5
(210,236,229)
#DBEFEA
(219,239,234)
#E4F2EF
(228,242,239)
#EDF5F4
(237,245,244)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDAC7 color. Also use rgb(156,218,199) instead hex code.

Text Font Color

.myTextColor { color: #9CDAC7; }

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

This text font color is #9CDAC7.

Background Color

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

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

This div background color is #9CDAC7.

Border color

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

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

This div border color is #9CDAC7.

Opacity

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

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

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

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

This text has shadow with #9CDAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CDAC7.

Preview

Color preview on black background

This text has color #9CDAC7 on black background.


Color preview on white background

This text has color #9CDAC7 on white background.


Black color preview on #9CDAC7 background

This text has black color on #9CDAC7 background.


White color preview on #9CDAC7 background

This text has white color on #9CDAC7 background.


Related colors

Complementary color

Complementary color for #hex is #632538.


I love getcolorcode.com

Triadic colors

1 #C79CDA and #DAC79C with #9CDAC7 are triadic colors.

2 #C7DA9C and #DA9CC7 with #9CDAC7 are triadic colors.