COLOR #9DD4BC

HEX: #9DD4BC RGB: (157,212,188)

Color info

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

RGB color model

#9DD4BC color RGB value is (157,212,188).

RGB: (157,212,188) (62%, 83%, 74%)

RGB channels and saturation

R 157 of 255 = 62%
G 212 of 255 = 83%
B 188 of 255 = 74%

157
212
188

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

Portions of RGB colors in percentages

R + G + B = 157 + 212 + 188 = 557 (100%)
R 157 of 557 ~ 28.19%
G 212 of 557 ~ 38.06%
B 188 of 557 ~ 33.75'%

%28.19
%38.06
%33.75

CMYK color model

#9DD4BC color CMYK value is (26,0,11,17).

  • cyan value is 25.94%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 16.86%

CMYK: (26,0,11,17)
C26M0Y11K17 (26%, 0%, 11%, 17%)
(0.26 / 0.00 / 0.11 / 0.17)

CMYK percentages

%25.94
%0
%11.32
%16.86

Codes

Color #9DD4BC in popluar color models

9D D4 BC
RGB 157 212 188
HSL 154° 39.01% 72.35%
HSB/HSV 154° 25.94% 83.14%
CMYK 25.94% 0.00% 11.32%
16.86%

Color #9DD4BC in popluar number systems.

HEX 9D D4 BC
Decimal 157 212 188
Binary 10011101 11010100 10111100
Octal 235 324 274

Shades and tints

Shades of #9DD4BC

#9DD4BC
(157,212,188)
#8FC1AB
(143,193,171)
#81AE9A
(129,174,154)
#739B89
(115,155,137)
#658878
(101,136,120)
#577567
(87,117,103)
#496256
(73,98,86)
#3B4F45
(59,79,69)
#2D3C34
(45,60,52)
#1F2923
(31,41,35)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #9DD4BC

#9DD4BC
(157,212,188)
#A5D7C2
(165,215,194)
#ADDAC8
(173,218,200)
#B5DDCE
(181,221,206)
#BDE0D4
(189,224,212)
#C5E3DA
(197,227,218)
#CDE6E0
(205,230,224)
#D5E9E6
(213,233,230)
#DDECEC
(221,236,236)
#E5EFF2
(229,239,242)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD4BC color. Also use rgb(157,212,188) instead hex code.

Text Font Color

.myTextColor { color: #9DD4BC; }

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

This text font color is #9DD4BC.

Background Color

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

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

This div background color is #9DD4BC.

Border color

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

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

This div border color is #9DD4BC.

Opacity

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

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

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

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

This text has shadow with #9DD4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD4BC.

Preview

Color preview on black background

This text has color #9DD4BC on black background.


Color preview on white background

This text has color #9DD4BC on white background.


Black color preview on #9DD4BC background

This text has black color on #9DD4BC background.


White color preview on #9DD4BC background

This text has white color on #9DD4BC background.


Related colors

Complementary color

Complementary color for #hex is #622B43.


I love getcolorcode.com

Triadic colors

1 #BC9DD4 and #D4BC9D with #9DD4BC are triadic colors.

2 #BCD49D and #D49DBC with #9DD4BC are triadic colors.