COLOR #ADDCCF

HEX: #ADDCCF
RGB: (173,220,207)

Color info

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

RGB color model

#ADDCCF color RGB value is (173,220,207).

  • red value is 173;
  • green value is 220;
  • blue value is 207.
RGB:
(173,220,207)
(68%,86%,81%)

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 207 of 255 = 81%

173
220
207

R + G + B ~ 78%. #ADDCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 220 + 207 = 600 (100%)
R 173 of 600 ~ 28.83%
G 220 of 600 ~ 36.67%
B 207 of 600 ~ 34.5%

%28.83
%36.67
%34.5

CMYK color model

#ADDCCF color CMYK value is (21,0,6,14).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(21,0,6,14)
C21M0Y6K14 
(21%,0%,6%,14%)
(0.21/0.00/0.06/0.14)	

CMYK percentages

%21.36
%0
%5.91
%13.73

Codes

Color #ADDCCF in popluar color models

ADDCCF
RGB173220207
HSL163°40.17%77.06%
HSB/HSV163°21.36%86.27%
CMYK21.36%0.00%5.91%
13.73%

Color #ADDCCF in popluar number systems.

HEXADDCCF
Decimal173220207
Binary101011011101110011001111
Octal255334317

Shades and tints

Shades of #ADDCCF

#ADDCCF
(173,220,207)
#9EC8BD
(158,200,189)
#8FB4AB
(143,180,171)
#80A099
(128,160,153)
#718C87
(113,140,135)
#627875
(98,120,117)
#536463
(83,100,99)
#445051
(68,80,81)
#353C3F
(53,60,63)
#26282D
(38,40,45)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADDCCF

#ADDCCF
(173,220,207)
#B4DFD3
(180,223,211)
#BBE2D7
(187,226,215)
#C2E5DB
(194,229,219)
#C9E8DF
(201,232,223)
#D0EBE3
(208,235,227)
#D7EEE7
(215,238,231)
#DEF1EB
(222,241,235)
#E5F4EF
(229,244,239)
#ECF7F3
(236,247,243)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDCCF color. Also use rgb(173,220,207) instead hex code.

Text Font Color

.myTextColor { color: #ADDCCF; }

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

This text font color is #ADDCCF.


Background Color

.myBgColor { background-color: #ADDCCF; }

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

This div background color is #ADDCCF.


Border color

.myBorderColor { border: 1px solid #ADDCCF; }

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

This div border color is #ADDCCF.


Opacity

.myOpacity80 { color: #ADDCCF; opacity: 0.8; }

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

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

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

This text has shadow with #ADDCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDCCF on black background.


Color preview on white background

This text has color #ADDCCF on white background.



Black color preview on #ADDCCF background

This text has black color on #ADDCCF background.


White color preview on #ADDCCF background

This text has white color on #ADDCCF background.