COLOR #9DD1C6

HEX: #9DD1C6 RGB: (157,209,198)

Color info

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

RGB color model

#9DD1C6 color RGB value is (157,209,198).

RGB: (157,209,198) (62%, 82%, 78%)

RGB channels and saturation

R 157 of 255 = 62%
G 209 of 255 = 82%
B 198 of 255 = 78%

157
209
198

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

Portions of RGB colors in percentages

R + G + B = 157 + 209 + 198 = 564 (100%)
R 157 of 564 ~ 27.84%
G 209 of 564 ~ 37.06%
B 198 of 564 ~ 35.11'%

%27.84
%37.06
%35.11

CMYK color model

#9DD1C6 color CMYK value is (25,0,5,18).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 18.04%

CMYK: (25,0,5,18)
C25M0Y5K18 (25%, 0%, 5%, 18%)
(0.25 / 0.00 / 0.05 / 0.18)

CMYK percentages

%24.88
%0
%5.26
%18.04

Codes

Color #9DD1C6 in popluar color models

9D D1 C6
RGB 157 209 198
HSL 167° 36.11% 71.76%
HSB/HSV 167° 24.88% 81.96%
CMYK 24.88% 0.00% 5.26%
18.04%

Color #9DD1C6 in popluar number systems.

HEX 9D D1 C6
Decimal 157 209 198
Binary 10011101 11010001 11000110
Octal 235 321 306

Shades and tints

Shades of #9DD1C6

#9DD1C6
(157,209,198)
#8FBEB4
(143,190,180)
#81ABA2
(129,171,162)
#739890
(115,152,144)
#65857E
(101,133,126)
#57726C
(87,114,108)
#495F5A
(73,95,90)
#3B4C48
(59,76,72)
#2D3936
(45,57,54)
#1F2624
(31,38,36)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9DD1C6

#9DD1C6
(157,209,198)
#A5D5CB
(165,213,203)
#ADD9D0
(173,217,208)
#B5DDD5
(181,221,213)
#BDE1DA
(189,225,218)
#C5E5DF
(197,229,223)
#CDE9E4
(205,233,228)
#D5EDE9
(213,237,233)
#DDF1EE
(221,241,238)
#E5F5F3
(229,245,243)
#EDF9F8
(237,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD1C6 color. Also use rgb(157,209,198) instead hex code.

Text Font Color

.myTextColor { color: #9DD1C6; }

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

This text font color is #9DD1C6.

Background Color

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

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

This div background color is #9DD1C6.

Border color

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

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

This div border color is #9DD1C6.

Opacity

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

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

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

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

This text has shadow with #9DD1C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD1C6.

Preview

Color preview on black background

This text has color #9DD1C6 on black background.


Color preview on white background

This text has color #9DD1C6 on white background.


Black color preview on #9DD1C6 background

This text has black color on #9DD1C6 background.


White color preview on #9DD1C6 background

This text has white color on #9DD1C6 background.


Related colors

Complementary color

Complementary color for #hex is #622E39.


I love getcolorcode.com

Triadic colors

1 #C69DD1 and #D1C69D with #9DD1C6 are triadic colors.

2 #C6D19D and #D19DC6 with #9DD1C6 are triadic colors.