COLOR #ADDCE3

HEX: #ADDCE3
RGB: (173,220,227)

Color info

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

RGB color model

#ADDCE3 color RGB value is (173,220,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 220 of 255 = 86%
B 227 of 255 = 89%

173
220
227

R + G + B ~ 81%. #ADDCE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 220 + 227 = 620 (100%)
R 173 of 620 ~ 27.9%
G 220 of 620 ~ 35.48%
B 227 of 620 ~ 36.61%

%27.9
%35.48
%36.61

CMYK color model

#ADDCE3 color CMYK value is (24,3,0,11).

  • cyan value is 23.79%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,3,0,11)
C24M3Y0K11 
(24%,3%,0%,11%)
(0.24/0.03/0.00/0.11)	

CMYK percentages

%23.79
%3.08
%0
%10.98

Codes

Color #ADDCE3 in popluar color models

ADDCE3
RGB173220227
HSL188°49.09%78.43%
HSB/HSV188°23.79%89.02%
CMYK23.79%3.08%0.00%
10.98%

Color #ADDCE3 in popluar number systems.

HEXADDCE3
Decimal173220227
Binary101011011101110011100011
Octal255334343

Shades and tints

Shades of #ADDCE3

#ADDCE3
(173,220,227)
#9EC8CF
(158,200,207)
#8FB4BB
(143,180,187)
#80A0A7
(128,160,167)
#718C93
(113,140,147)
#62787F
(98,120,127)
#53646B
(83,100,107)
#445057
(68,80,87)
#353C43
(53,60,67)
#26282F
(38,40,47)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADDCE3

#ADDCE3
(173,220,227)
#B4DFE5
(180,223,229)
#BBE2E7
(187,226,231)
#C2E5E9
(194,229,233)
#C9E8EB
(201,232,235)
#D0EBED
(208,235,237)
#D7EEEF
(215,238,239)
#DEF1F1
(222,241,241)
#E5F4F3
(229,244,243)
#ECF7F5
(236,247,245)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDCE3; }

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

This text font color is #ADDCE3.


Background Color

.myBgColor { background-color: #ADDCE3; }

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

This div background color is #ADDCE3.


Border color

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

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

This div border color is #ADDCE3.


Opacity

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

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

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

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

This text has shadow with #ADDCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDCE3 on black background.


Color preview on white background

This text has color #ADDCE3 on white background.



Black color preview on #ADDCE3 background

This text has black color on #ADDCE3 background.


White color preview on #ADDCE3 background

This text has white color on #ADDCE3 background.