COLOR #9AD1D7

HEX: #9AD1D7
RGB: (154,209,215)

Color info

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

RGB color model

#9AD1D7 color RGB value is (154,209,215).

  • red value is 154;
  • green value is 209;
  • blue value is 215.
RGB:
(154,209,215)
(60%,82%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 209 of 255 = 82%
B 215 of 255 = 84%

154
209
215

R + G + B ~ 75%. #9AD1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 209 + 215 = 578 (100%)
R 154 of 578 ~ 26.64%
G 209 of 578 ~ 36.16%
B 215 of 578 ~ 37.2%

%26.64
%36.16
%37.2

CMYK color model

#9AD1D7 color CMYK value is (28,3,0,16).

  • cyan value is 28.37%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(28,3,0,16)
C28M3Y0K16 
(28%,3%,0%,16%)
(0.28/0.03/0.00/0.16)	

CMYK percentages

%28.37
%2.79
%0
%15.69

Codes

Color #9AD1D7 in popluar color models

9AD1D7
RGB154209215
HSL186°43.26%72.35%
HSB/HSV186°28.37%84.31%
CMYK28.37%2.79%0.00%
15.69%

Color #9AD1D7 in popluar number systems.

HEX9AD1D7
Decimal154209215
Binary100110101101000111010111
Octal232321327

Shades and tints

Shades of #9AD1D7

#9AD1D7
(154,209,215)
#8CBEC4
(140,190,196)
#7EABB1
(126,171,177)
#70989E
(112,152,158)
#62858B
(98,133,139)
#547278
(84,114,120)
#465F65
(70,95,101)
#384C52
(56,76,82)
#2A393F
(42,57,63)
#1C262C
(28,38,44)
#0E1319
(14,19,25)
#000000
(0,0,0)

Tints of #9AD1D7

#9AD1D7
(154,209,215)
#A3D5DA
(163,213,218)
#ACD9DD
(172,217,221)
#B5DDE0
(181,221,224)
#BEE1E3
(190,225,227)
#C7E5E6
(199,229,230)
#D0E9E9
(208,233,233)
#D9EDEC
(217,237,236)
#E2F1EF
(226,241,239)
#EBF5F2
(235,245,242)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD1D7 color. Also use rgb(154,209,215) instead hex code.

Text Font Color

.myTextColor { color: #9AD1D7; }

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

This text font color is #9AD1D7.


Background Color

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

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

This div background color is #9AD1D7.


Border color

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

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

This div border color is #9AD1D7.


Opacity

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

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

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

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

This text has shadow with #9AD1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD1D7 on black background.


Color preview on white background

This text has color #9AD1D7 on white background.



Black color preview on #9AD1D7 background

This text has black color on #9AD1D7 background.


White color preview on #9AD1D7 background

This text has white color on #9AD1D7 background.