COLOR #ADDFE3

HEX: #ADDFE3
RGB: (173,223,227)

Color info

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

RGB color model

#ADDFE3 color RGB value is (173,223,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 223 of 255 = 87%
B 227 of 255 = 89%

173
223
227

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

Portions of RGB colors in percentages

R + G + B =
173 + 223 + 227 = 623 (100%)
R 173 of 623 ~ 27.77%
G 223 of 623 ~ 35.79%
B 227 of 623 ~ 36.44%

%27.77
%35.79
%36.44

CMYK color model

#ADDFE3 color CMYK value is (24,2,0,11).

  • cyan value is 23.79%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,2,0,11)
C24M2Y0K11 
(24%,2%,0%,11%)
(0.24/0.02/0.00/0.11)	

CMYK percentages

%23.79
%1.76
%0
%10.98

Codes

Color #ADDFE3 in popluar color models

ADDFE3
RGB173223227
HSL184°49.09%78.43%
HSB/HSV184°23.79%89.02%
CMYK23.79%1.76%0.00%
10.98%

Color #ADDFE3 in popluar number systems.

HEXADDFE3
Decimal173223227
Binary101011011101111111100011
Octal255337343

Shades and tints

Shades of #ADDFE3

#ADDFE3
(173,223,227)
#9ECBCF
(158,203,207)
#8FB7BB
(143,183,187)
#80A3A7
(128,163,167)
#718F93
(113,143,147)
#627B7F
(98,123,127)
#53676B
(83,103,107)
#445357
(68,83,87)
#353F43
(53,63,67)
#262B2F
(38,43,47)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #ADDFE3

#ADDFE3
(173,223,227)
#B4E1E5
(180,225,229)
#BBE3E7
(187,227,231)
#C2E5E9
(194,229,233)
#C9E7EB
(201,231,235)
#D0E9ED
(208,233,237)
#D7EBEF
(215,235,239)
#DEEDF1
(222,237,241)
#E5EFF3
(229,239,243)
#ECF1F5
(236,241,245)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDFE3; }

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

This text font color is #ADDFE3.


Background Color

.myBgColor { background-color: #ADDFE3; }

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

This div background color is #ADDFE3.


Border color

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

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

This div border color is #ADDFE3.


Opacity

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

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

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

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

This text has shadow with #ADDFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDFE3 on black background.


Color preview on white background

This text has color #ADDFE3 on white background.



Black color preview on #ADDFE3 background

This text has black color on #ADDFE3 background.


White color preview on #ADDFE3 background

This text has white color on #ADDFE3 background.