COLOR #9ACDB5

HEX: #9ACDB5
RGB: (154,205,181)

Color info

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

RGB color model

#9ACDB5 color RGB value is (154,205,181).

  • red value is 154;
  • green value is 205;
  • blue value is 181.
RGB:
(154,205,181)
(60%,80%,71%)

RGB channels and saturation

R 154 of 255 = 60%
G 205 of 255 = 80%
B 181 of 255 = 71%

154
205
181

R + G + B ~ 70%. #9ACDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 205 + 181 = 540 (100%)
R 154 of 540 ~ 28.52%
G 205 of 540 ~ 37.96%
B 181 of 540 ~ 33.52%

%28.52
%37.96
%33.52

CMYK color model

#9ACDB5 color CMYK value is (25,0,12,20).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 19.61%
CMYK:
(25,0,12,20)
C25M0Y12K20 
(25%,0%,12%,20%)
(0.25/0.00/0.12/0.20)	

CMYK percentages

%24.88
%0
%11.71
%19.61

Codes

Color #9ACDB5 in popluar color models

9ACDB5
RGB154205181
HSL152°33.77%70.39%
HSB/HSV152°24.88%80.39%
CMYK24.88%0.00%11.71%
19.61%

Color #9ACDB5 in popluar number systems.

HEX9ACDB5
Decimal154205181
Binary100110101100110110110101
Octal232315265

Shades and tints

Shades of #9ACDB5

#9ACDB5
(154,205,181)
#8CBBA5
(140,187,165)
#7EA995
(126,169,149)
#709785
(112,151,133)
#628575
(98,133,117)
#547365
(84,115,101)
#466155
(70,97,85)
#384F45
(56,79,69)
#2A3D35
(42,61,53)
#1C2B25
(28,43,37)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #9ACDB5

#9ACDB5
(154,205,181)
#A3D1BB
(163,209,187)
#ACD5C1
(172,213,193)
#B5D9C7
(181,217,199)
#BEDDCD
(190,221,205)
#C7E1D3
(199,225,211)
#D0E5D9
(208,229,217)
#D9E9DF
(217,233,223)
#E2EDE5
(226,237,229)
#EBF1EB
(235,241,235)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACDB5 color. Also use rgb(154,205,181) instead hex code.

Text Font Color

.myTextColor { color: #9ACDB5; }

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

This text font color is #9ACDB5.


Background Color

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

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

This div background color is #9ACDB5.


Border color

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

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

This div border color is #9ACDB5.


Opacity

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

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

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

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

This text has shadow with #9ACDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACDB5 on black background.


Color preview on white background

This text has color #9ACDB5 on white background.



Black color preview on #9ACDB5 background

This text has black color on #9ACDB5 background.


White color preview on #9ACDB5 background

This text has white color on #9ACDB5 background.