COLOR #ADF3CB

HEX: #ADF3CB RGB: (173,243,203)

Color info

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

RGB color model

#ADF3CB color RGB value is (173,243,203).

RGB: (173,243,203) (68%, 95%, 80%)

RGB channels and saturation

R 173 of 255 = 68%
G 243 of 255 = 95%
B 203 of 255 = 80%

173
243
203

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

Portions of RGB colors in percentages

R + G + B = 173 + 243 + 203 = 619 (100%)
R 173 of 619 ~ 27.95%
G 243 of 619 ~ 39.26%
B 203 of 619 ~ 32.79'%

%27.95
%39.26
%32.79

CMYK color model

#ADF3CB color CMYK value is (29,0,16,5).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK: (29,0,16,5) C29M0Y16K5 (29%,0%,16%,5%) (0.29/0.00/0.16/0.05) 

CMYK percentages

%28.81
%0
%16.46
%4.71

Codes

Color #ADF3CB in popluar color models

AD F3 CB
RGB 173 243 203
HSL 146° 74.47% 81.57%
HSB/HSV 146° 28.81% 95.29%
CMYK 28.81% 0.00% 16.46%
4.71%

Color #ADF3CB in popluar number systems.

HEX AD F3 CB
Decimal 173 243 203
Binary 10101101 11110011 11001011
Octal 255 363 313

Shades and tints

Shades of #ADF3CB

#ADF3CB
(173,243,203)
#9EDDB9
(158,221,185)
#8FC7A7
(143,199,167)
#80B195
(128,177,149)
#719B83
(113,155,131)
#628571
(98,133,113)
#536F5F
(83,111,95)
#44594D
(68,89,77)
#35433B
(53,67,59)
#262D29
(38,45,41)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADF3CB

#ADF3CB
(173,243,203)
#B4F4CF
(180,244,207)
#BBF5D3
(187,245,211)
#C2F6D7
(194,246,215)
#C9F7DB
(201,247,219)
#D0F8DF
(208,248,223)
#D7F9E3
(215,249,227)
#DEFAE7
(222,250,231)
#E5FBEB
(229,251,235)
#ECFCEF
(236,252,239)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF3CB color. Also use rgb(173,243,203) instead hex code.

Text Font Color

.myTextColor { color: #ADF3CB; }

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

This text font color is #ADF3CB.

Background Color

.myBgColor { background-color: #ADF3CB; }

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

This div background color is #ADF3CB.

Border color

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

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

This div border color is #ADF3CB.

Opacity

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

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

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

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

This text has shadow with #ADF3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF3CB.

Preview

Color preview on black background

This text has color #ADF3CB on black background.


Color preview on white background

This text has color #ADF3CB on white background.


Black color preview on #ADF3CB background

This text has black color on #ADF3CB background.


White color preview on #ADF3CB background

This text has white color on #ADF3CB background.


Related colors

Complementary color

Complementary color for #hex is #520C34.


I love getcolorcode.com

Triadic colors

1 #CBADF3 and #F3CBAD with #ADF3CB are triadic colors.

2 #CBF3AD and #F3ADCB with #ADF3CB are triadic colors.