COLOR #9AD2DD

HEX: #9AD2DD RGB: (154,210,221)

Color info

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

RGB color model

#9AD2DD color RGB value is (154,210,221).

RGB: (154,210,221) (60%, 82%, 87%)

RGB channels and saturation

R 154 of 255 = 60%
G 210 of 255 = 82%
B 221 of 255 = 87%

154
210
221

R + G + B ~ 76%. #9AD2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 210 + 221 = 585 (100%)
R 154 of 585 ~ 26.32%
G 210 of 585 ~ 35.9%
B 221 of 585 ~ 37.78'%

%26.32
%35.9
%37.78

CMYK color model

#9AD2DD color CMYK value is (30,5,0,13).

  • cyan value is 30.32%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (30,5,0,13)
C30M5Y0K13 (30%, 5%, 0%, 13%)
(0.30 / 0.05 / 0.00 / 0.13)

CMYK percentages

%30.32
%4.98
%0
%13.33

Codes

Color #9AD2DD in popluar color models

9A D2 DD
RGB 154 210 221
HSL 190° 49.63% 73.53%
HSB/HSV 190° 30.32% 86.67%
CMYK 30.32% 4.98% 0.00%
13.33%

Color #9AD2DD in popluar number systems.

HEX 9A D2 DD
Decimal 154 210 221
Binary 10011010 11010010 11011101
Octal 232 322 335

Shades and tints

Shades of #9AD2DD

#9AD2DD
(154,210,221)
#8CBFC9
(140,191,201)
#7EACB5
(126,172,181)
#7099A1
(112,153,161)
#62868D
(98,134,141)
#547379
(84,115,121)
#466065
(70,96,101)
#384D51
(56,77,81)
#2A3A3D
(42,58,61)
#1C2729
(28,39,41)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #9AD2DD

#9AD2DD
(154,210,221)
#A3D6E0
(163,214,224)
#ACDAE3
(172,218,227)
#B5DEE6
(181,222,230)
#BEE2E9
(190,226,233)
#C7E6EC
(199,230,236)
#D0EAEF
(208,234,239)
#D9EEF2
(217,238,242)
#E2F2F5
(226,242,245)
#EBF6F8
(235,246,248)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD2DD color. Also use rgb(154,210,221) instead hex code.

Text Font Color

.myTextColor { color: #9AD2DD; }

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

This text font color is #9AD2DD.

Background Color

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

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

This div background color is #9AD2DD.

Border color

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

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

This div border color is #9AD2DD.

Opacity

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

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

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

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

This text has shadow with #9AD2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD2DD.

Preview

Color preview on black background

This text has color #9AD2DD on black background.


Color preview on white background

This text has color #9AD2DD on white background.


Black color preview on #9AD2DD background

This text has black color on #9AD2DD background.


White color preview on #9AD2DD background

This text has white color on #9AD2DD background.


Related colors

Complementary color

Complementary color for #hex is #652D22.


I love getcolorcode.com

Triadic colors

1 #DD9AD2 and #D2DD9A with #9AD2DD are triadic colors.

2 #DDD29A and #D29ADD with #9AD2DD are triadic colors.