COLOR #9DD4B2

HEX: #9DD4B2 RGB: (157,212,178)

Color info

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

RGB color model

#9DD4B2 color RGB value is (157,212,178).

RGB: (157,212,178) (62%, 83%, 70%)

RGB channels and saturation

R 157 of 255 = 62%
G 212 of 255 = 83%
B 178 of 255 = 70%

157
212
178

R + G + B ~ 72%. #9DD4B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 212 + 178 = 547 (100%)
R 157 of 547 ~ 28.7%
G 212 of 547 ~ 38.76%
B 178 of 547 ~ 32.54'%

%28.7
%38.76
%32.54

CMYK color model

#9DD4B2 color CMYK value is (26,0,16,17).

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

CMYK: (26,0,16,17)
C26M0Y16K17 (26%, 0%, 16%, 17%)
(0.26 / 0.00 / 0.16 / 0.17)

CMYK percentages

%25.94
%0
%16.04
%16.86

Codes

Color #9DD4B2 in popluar color models

9D D4 B2
RGB 157 212 178
HSL 143° 39.01% 72.35%
HSB/HSV 143° 25.94% 83.14%
CMYK 25.94% 0.00% 16.04%
16.86%

Color #9DD4B2 in popluar number systems.

HEX 9D D4 B2
Decimal 157 212 178
Binary 10011101 11010100 10110010
Octal 235 324 262

Shades and tints

Shades of #9DD4B2

#9DD4B2
(157,212,178)
#8FC1A2
(143,193,162)
#81AE92
(129,174,146)
#739B82
(115,155,130)
#658872
(101,136,114)
#577562
(87,117,98)
#496252
(73,98,82)
#3B4F42
(59,79,66)
#2D3C32
(45,60,50)
#1F2922
(31,41,34)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #9DD4B2

#9DD4B2
(157,212,178)
#A5D7B9
(165,215,185)
#ADDAC0
(173,218,192)
#B5DDC7
(181,221,199)
#BDE0CE
(189,224,206)
#C5E3D5
(197,227,213)
#CDE6DC
(205,230,220)
#D5E9E3
(213,233,227)
#DDECEA
(221,236,234)
#E5EFF1
(229,239,241)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD4B2; }

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

This text font color is #9DD4B2.

Background Color

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

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

This div background color is #9DD4B2.

Border color

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

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

This div border color is #9DD4B2.

Opacity

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

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

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

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

This text has shadow with #9DD4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD4B2.

Preview

Color preview on black background

This text has color #9DD4B2 on black background.


Color preview on white background

This text has color #9DD4B2 on white background.


Black color preview on #9DD4B2 background

This text has black color on #9DD4B2 background.


White color preview on #9DD4B2 background

This text has white color on #9DD4B2 background.


Related colors

Complementary color

Complementary color for #hex is #622B4D.


I love getcolorcode.com

Triadic colors

1 #B29DD4 and #D4B29D with #9DD4B2 are triadic colors.

2 #B2D49D and #D49DB2 with #9DD4B2 are triadic colors.