COLOR #9AD3DA

HEX: #9AD3DA RGB: (154,211,218)

Color info

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

RGB color model

#9AD3DA color RGB value is (154,211,218).

RGB: (154,211,218) (60%, 83%, 85%)

RGB channels and saturation

R 154 of 255 = 60%
G 211 of 255 = 83%
B 218 of 255 = 85%

154
211
218

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

Portions of RGB colors in percentages

R + G + B = 154 + 211 + 218 = 583 (100%)
R 154 of 583 ~ 26.42%
G 211 of 583 ~ 36.19%
B 218 of 583 ~ 37.39'%

%26.42
%36.19
%37.39

CMYK color model

#9AD3DA color CMYK value is (29,3,0,15).

  • cyan value is 29.36%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (29,3,0,15)
C29M3Y0K15 (29%, 3%, 0%, 15%)
(0.29 / 0.03 / 0.00 / 0.15)

CMYK percentages

%29.36
%3.21
%0
%14.51

Codes

Color #9AD3DA in popluar color models

9A D3 DA
RGB 154 211 218
HSL 187° 46.38% 72.94%
HSB/HSV 187° 29.36% 85.49%
CMYK 29.36% 3.21% 0.00%
14.51%

Color #9AD3DA in popluar number systems.

HEX 9A D3 DA
Decimal 154 211 218
Binary 10011010 11010011 11011010
Octal 232 323 332

Shades and tints

Shades of #9AD3DA

#9AD3DA
(154,211,218)
#8CC0C7
(140,192,199)
#7EADB4
(126,173,180)
#709AA1
(112,154,161)
#62878E
(98,135,142)
#54747B
(84,116,123)
#466168
(70,97,104)
#384E55
(56,78,85)
#2A3B42
(42,59,66)
#1C282F
(28,40,47)
#0E151C
(14,21,28)
#000000
(0,0,0)

Tints of #9AD3DA

#9AD3DA
(154,211,218)
#A3D7DD
(163,215,221)
#ACDBE0
(172,219,224)
#B5DFE3
(181,223,227)
#BEE3E6
(190,227,230)
#C7E7E9
(199,231,233)
#D0EBEC
(208,235,236)
#D9EFEF
(217,239,239)
#E2F3F2
(226,243,242)
#EBF7F5
(235,247,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD3DA color. Also use rgb(154,211,218) instead hex code.

Text Font Color

.myTextColor { color: #9AD3DA; }

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

This text font color is #9AD3DA.

Background Color

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

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

This div background color is #9AD3DA.

Border color

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

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

This div border color is #9AD3DA.

Opacity

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

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

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

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

This text has shadow with #9AD3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AD3DA.

Preview

Color preview on black background

This text has color #9AD3DA on black background.


Color preview on white background

This text has color #9AD3DA on white background.


Black color preview on #9AD3DA background

This text has black color on #9AD3DA background.


White color preview on #9AD3DA background

This text has white color on #9AD3DA background.


Related colors

Complementary color

Complementary color for #hex is #652C25.


I love getcolorcode.com

Triadic colors

1 #DA9AD3 and #D3DA9A with #9AD3DA are triadic colors.

2 #DAD39A and #D39ADA with #9AD3DA are triadic colors.