COLOR #9AD5D3

HEX: #9AD5D3
RGB: (154,213,211)

Color info

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

RGB color model

#9AD5D3 color RGB value is (154,213,211).

  • red value is 154;
  • green value is 213;
  • blue value is 211.
RGB:
(154,213,211)
(60%,84%,83%)

RGB channels and saturation

R 154 of 255 = 60%
G 213 of 255 = 84%
B 211 of 255 = 83%

154
213
211

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

Portions of RGB colors in percentages

R + G + B =
154 + 213 + 211 = 578 (100%)
R 154 of 578 ~ 26.64%
G 213 of 578 ~ 36.85%
B 211 of 578 ~ 36.51%

%26.64
%36.85
%36.51

CMYK color model

#9AD5D3 color CMYK value is (28,0,1,16).

  • cyan value is 27.70%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.47%
CMYK:
(28,0,1,16)
C28M0Y1K16 
(28%,0%,1%,16%)
(0.28/0.00/0.01/0.16)	

CMYK percentages

%27.7
%0
%0.94
%16.47

Codes

Color #9AD5D3 in popluar color models

9AD5D3
RGB154213211
HSL178°41.26%71.96%
HSB/HSV178°27.70%83.53%
CMYK27.70%0.00%0.94%
16.47%

Color #9AD5D3 in popluar number systems.

HEX9AD5D3
Decimal154213211
Binary100110101101010111010011
Octal232325323

Shades and tints

Shades of #9AD5D3

#9AD5D3
(154,213,211)
#8CC2C0
(140,194,192)
#7EAFAD
(126,175,173)
#709C9A
(112,156,154)
#628987
(98,137,135)
#547674
(84,118,116)
#466361
(70,99,97)
#38504E
(56,80,78)
#2A3D3B
(42,61,59)
#1C2A28
(28,42,40)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #9AD5D3

#9AD5D3
(154,213,211)
#A3D8D7
(163,216,215)
#ACDBDB
(172,219,219)
#B5DEDF
(181,222,223)
#BEE1E3
(190,225,227)
#C7E4E7
(199,228,231)
#D0E7EB
(208,231,235)
#D9EAEF
(217,234,239)
#E2EDF3
(226,237,243)
#EBF0F7
(235,240,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD5D3; }

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

This text font color is #9AD5D3.


Background Color

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

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

This div background color is #9AD5D3.


Border color

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

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

This div border color is #9AD5D3.


Opacity

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

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

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

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

This text has shadow with #9AD5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD5D3 on black background.


Color preview on white background

This text has color #9AD5D3 on white background.



Black color preview on #9AD5D3 background

This text has black color on #9AD5D3 background.


White color preview on #9AD5D3 background

This text has white color on #9AD5D3 background.