COLOR #9ACDCA

HEX: #9ACDCA RGB: (154,205,202)

Color info

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

RGB color model

#9ACDCA color RGB value is (154,205,202).

RGB: (154,205,202) (60%, 80%, 79%)

RGB channels and saturation

R 154 of 255 = 60%
G 205 of 255 = 80%
B 202 of 255 = 79%

154
205
202

R + G + B ~ 73%. #9ACDCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 205 + 202 = 561 (100%)
R 154 of 561 ~ 27.45%
G 205 of 561 ~ 36.54%
B 202 of 561 ~ 36.01'%

%27.45
%36.54
%36.01

CMYK color model

#9ACDCA color CMYK value is (25,0,1,20).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK: (25,0,1,20) C25M0Y1K20 (25%,0%,1%,20%) (0.25/0.00/0.01/0.20) 

CMYK percentages

%24.88
%0
%1.46
%19.61

Codes

Color #9ACDCA in popluar color models

9A CD CA
RGB 154 205 202
HSL 176° 33.77% 70.39%
HSB/HSV 176° 24.88% 80.39%
CMYK 24.88% 0.00% 1.46%
19.61%

Color #9ACDCA in popluar number systems.

HEX 9A CD CA
Decimal 154 205 202
Binary 10011010 11001101 11001010
Octal 232 315 312

Shades and tints

Shades of #9ACDCA

#9ACDCA
(154,205,202)
#8CBBB8
(140,187,184)
#7EA9A6
(126,169,166)
#709794
(112,151,148)
#628582
(98,133,130)
#547370
(84,115,112)
#46615E
(70,97,94)
#384F4C
(56,79,76)
#2A3D3A
(42,61,58)
#1C2B28
(28,43,40)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #9ACDCA

#9ACDCA
(154,205,202)
#A3D1CE
(163,209,206)
#ACD5D2
(172,213,210)
#B5D9D6
(181,217,214)
#BEDDDA
(190,221,218)
#C7E1DE
(199,225,222)
#D0E5E2
(208,229,226)
#D9E9E6
(217,233,230)
#E2EDEA
(226,237,234)
#EBF1EE
(235,241,238)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACDCA; }

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

This text font color is #9ACDCA.

Background Color

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

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

This div background color is #9ACDCA.

Border color

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

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

This div border color is #9ACDCA.

Opacity

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

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

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

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

This text has shadow with #9ACDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACDCA.

Preview

Color preview on black background

This text has color #9ACDCA on black background.


Color preview on white background

This text has color #9ACDCA on white background.


Black color preview on #9ACDCA background

This text has black color on #9ACDCA background.


White color preview on #9ACDCA background

This text has white color on #9ACDCA background.


Related colors

Complementary color

Complementary color for #hex is #653235.


I love getcolorcode.com

Triadic colors

1 #CA9ACD and #CDCA9A with #9ACDCA are triadic colors.

2 #CACD9A and #CD9ACA with #9ACDCA are triadic colors.