COLOR #ADECCA

HEX: #ADECCA
RGB: (173,236,202)

Color info

#ADECCA contains mainly green and blue colors. Web safe color of #ADECCA is #99FFCC (or #9FC).

RGB color model

#ADECCA color RGB value is (173,236,202).

  • red value is 173;
  • green value is 236;
  • blue value is 202.
RGB:
(173,236,202)
(68%,93%,79%)

RGB channels and saturation

R 173 of 255 = 68%
G 236 of 255 = 93%
B 202 of 255 = 79%

173
236
202

R + G + B ~ 80%. #ADECCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 236 + 202 = 611 (100%)
R 173 of 611 ~ 28.31%
G 236 of 611 ~ 38.63%
B 202 of 611 ~ 33.06%

%28.31
%38.63
%33.06

CMYK color model

#ADECCA color CMYK value is (27,0,14,7).

  • cyan value is 26.69%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 7.45%
CMYK:
(27,0,14,7)
C27M0Y14K7 
(27%,0%,14%,7%)
(0.27/0.00/0.14/0.07)	

CMYK percentages

%26.69
%0
%14.41
%7.45

Codes

Color #ADECCA in popluar color models

ADECCA
RGB173236202
HSL148°62.38%80.20%
HSB/HSV148°26.69%92.55%
CMYK26.69%0.00%14.41%
7.45%

Color #ADECCA in popluar number systems.

HEXADECCA
Decimal173236202
Binary101011011110110011001010
Octal255354312

Shades and tints

Shades of #ADECCA

#ADECCA
(173,236,202)
#9ED7B8
(158,215,184)
#8FC2A6
(143,194,166)
#80AD94
(128,173,148)
#719882
(113,152,130)
#628370
(98,131,112)
#536E5E
(83,110,94)
#44594C
(68,89,76)
#35443A
(53,68,58)
#262F28
(38,47,40)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #ADECCA

#ADECCA
(173,236,202)
#B4EDCE
(180,237,206)
#BBEED2
(187,238,210)
#C2EFD6
(194,239,214)
#C9F0DA
(201,240,218)
#D0F1DE
(208,241,222)
#D7F2E2
(215,242,226)
#DEF3E6
(222,243,230)
#E5F4EA
(229,244,234)
#ECF5EE
(236,245,238)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADECCA color. Also use rgb(173,236,202) instead hex code.

Text Font Color

.myTextColor { color: #ADECCA; }

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

This text font color is #ADECCA.


Background Color

.myBgColor { background-color: #ADECCA; }

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

This div background color is #ADECCA.


Border color

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

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

This div border color is #ADECCA.


Opacity

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

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

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

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

This text has shadow with #ADECCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADECCA on black background.


Color preview on white background

This text has color #ADECCA on white background.



Black color preview on #ADECCA background

This text has black color on #ADECCA background.


White color preview on #ADECCA background

This text has white color on #ADECCA background.