COLOR #9DDBD4

HEX: #9DDBD4 RGB: (157,219,212)

Color info

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

RGB color model

#9DDBD4 color RGB value is (157,219,212).

RGB: (157,219,212) (62%, 86%, 83%)

RGB channels and saturation

R 157 of 255 = 62%
G 219 of 255 = 86%
B 212 of 255 = 83%

157
219
212

R + G + B ~ 77%. #9DDBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 219 + 212 = 588 (100%)
R 157 of 588 ~ 26.7%
G 219 of 588 ~ 37.24%
B 212 of 588 ~ 36.05'%

%26.7
%37.24
%36.05

CMYK color model

#9DDBD4 color CMYK value is (28,0,3,14).

  • cyan value is 28.31%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 14.12%

CMYK: (28,0,3,14)
C28M0Y3K14 (28%, 0%, 3%, 14%)
(0.28 / 0.00 / 0.03 / 0.14)

CMYK percentages

%28.31
%0
%3.2
%14.12

Codes

Color #9DDBD4 in popluar color models

9D DB D4
RGB 157 219 212
HSL 173° 46.27% 73.73%
HSB/HSV 173° 28.31% 85.88%
CMYK 28.31% 0.00% 3.20%
14.12%

Color #9DDBD4 in popluar number systems.

HEX 9D DB D4
Decimal 157 219 212
Binary 10011101 11011011 11010100
Octal 235 333 324

Shades and tints

Shades of #9DDBD4

#9DDBD4
(157,219,212)
#8FC8C1
(143,200,193)
#81B5AE
(129,181,174)
#73A29B
(115,162,155)
#658F88
(101,143,136)
#577C75
(87,124,117)
#496962
(73,105,98)
#3B564F
(59,86,79)
#2D433C
(45,67,60)
#1F3029
(31,48,41)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #9DDBD4

#9DDBD4
(157,219,212)
#A5DED7
(165,222,215)
#ADE1DA
(173,225,218)
#B5E4DD
(181,228,221)
#BDE7E0
(189,231,224)
#C5EAE3
(197,234,227)
#CDEDE6
(205,237,230)
#D5F0E9
(213,240,233)
#DDF3EC
(221,243,236)
#E5F6EF
(229,246,239)
#EDF9F2
(237,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DDBD4; }

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

This text font color is #9DDBD4.

Background Color

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

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

This div background color is #9DDBD4.

Border color

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

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

This div border color is #9DDBD4.

Opacity

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

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

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

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

This text has shadow with #9DDBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DDBD4.

Preview

Color preview on black background

This text has color #9DDBD4 on black background.


Color preview on white background

This text has color #9DDBD4 on white background.


Black color preview on #9DDBD4 background

This text has black color on #9DDBD4 background.


White color preview on #9DDBD4 background

This text has white color on #9DDBD4 background.


Related colors

Complementary color

Complementary color for #hex is #62242B.


I love getcolorcode.com

Triadic colors

1 #D49DDB and #DBD49D with #9DDBD4 are triadic colors.

2 #D4DB9D and #DB9DD4 with #9DDBD4 are triadic colors.