COLOR #9DDAD8

HEX: #9DDAD8 RGB: (157,218,216)

Color info

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

RGB color model

#9DDAD8 color RGB value is (157,218,216).

RGB: (157,218,216) (62%, 85%, 85%)

RGB channels and saturation

R 157 of 255 = 62%
G 218 of 255 = 85%
B 216 of 255 = 85%

157
218
216

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

Portions of RGB colors in percentages

R + G + B = 157 + 218 + 216 = 591 (100%)
R 157 of 591 ~ 26.57%
G 218 of 591 ~ 36.89%
B 216 of 591 ~ 36.55'%

%26.57
%36.89
%36.55

CMYK color model

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

  • cyan value is 27.98%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%

CMYK: (28,0,1,15)
C28M0Y1K15 (28%, 0%, 1%, 15%)
(0.28 / 0.00 / 0.01 / 0.15)

CMYK percentages

%27.98
%0
%0.92
%14.51

Codes

Color #9DDAD8 in popluar color models

9D DA D8
RGB 157 218 216
HSL 178° 45.19% 73.53%
HSB/HSV 178° 27.98% 85.49%
CMYK 27.98% 0.00% 0.92%
14.51%

Color #9DDAD8 in popluar number systems.

HEX 9D DA D8
Decimal 157 218 216
Binary 10011101 11011010 11011000
Octal 235 332 330

Shades and tints

Shades of #9DDAD8

#9DDAD8
(157,218,216)
#8FC7C5
(143,199,197)
#81B4B2
(129,180,178)
#73A19F
(115,161,159)
#658E8C
(101,142,140)
#577B79
(87,123,121)
#496866
(73,104,102)
#3B5553
(59,85,83)
#2D4240
(45,66,64)
#1F2F2D
(31,47,45)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #9DDAD8

#9DDAD8
(157,218,216)
#A5DDDB
(165,221,219)
#ADE0DE
(173,224,222)
#B5E3E1
(181,227,225)
#BDE6E4
(189,230,228)
#C5E9E7
(197,233,231)
#CDECEA
(205,236,234)
#D5EFED
(213,239,237)
#DDF2F0
(221,242,240)
#E5F5F3
(229,245,243)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDAD8 color. Also use rgb(157,218,216) instead hex code.

Text Font Color

.myTextColor { color: #9DDAD8; }

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

This text font color is #9DDAD8.

Background Color

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

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

This div background color is #9DDAD8.

Border color

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

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

This div border color is #9DDAD8.

Opacity

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

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

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

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

This text has shadow with #9DDAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DDAD8.

Preview

Color preview on black background

This text has color #9DDAD8 on black background.


Color preview on white background

This text has color #9DDAD8 on white background.


Black color preview on #9DDAD8 background

This text has black color on #9DDAD8 background.


White color preview on #9DDAD8 background

This text has white color on #9DDAD8 background.


Related colors

Complementary color

Complementary color for #hex is #622527.


I love getcolorcode.com

Triadic colors

1 #D89DDA and #DAD89D with #9DDAD8 are triadic colors.

2 #D8DA9D and #DA9DD8 with #9DDAD8 are triadic colors.