COLOR #ADD5BF

HEX: #ADD5BF RGB: (173,213,191)

Color info

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

RGB color model

#ADD5BF color RGB value is (173,213,191).

RGB: (173,213,191) (68%, 84%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 213 of 255 = 84%
B 191 of 255 = 75%

173
213
191

R + G + B ~ 76%. #ADD5BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 213 + 191 = 577 (100%)
R 173 of 577 ~ 29.98%
G 213 of 577 ~ 36.92%
B 191 of 577 ~ 33.1'%

%29.98
%36.92
%33.1

CMYK color model

#ADD5BF color CMYK value is (19,0,10,16).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%

CMYK: (19,0,10,16)
C19M0Y10K16 (19%, 0%, 10%, 16%)
(0.19 / 0.00 / 0.10 / 0.16)

CMYK percentages

%18.78
%0
%10.33
%16.47

Codes

Color #ADD5BF in popluar color models

AD D5 BF
RGB 173 213 191
HSL 147° 32.26% 75.69%
HSB/HSV 147° 18.78% 83.53%
CMYK 18.78% 0.00% 10.33%
16.47%

Color #ADD5BF in popluar number systems.

HEX AD D5 BF
Decimal 173 213 191
Binary 10101101 11010101 10111111
Octal 255 325 277

Shades and tints

Shades of #ADD5BF

#ADD5BF
(173,213,191)
#9EC2AE
(158,194,174)
#8FAF9D
(143,175,157)
#809C8C
(128,156,140)
#71897B
(113,137,123)
#62766A
(98,118,106)
#536359
(83,99,89)
#445048
(68,80,72)
#353D37
(53,61,55)
#262A26
(38,42,38)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADD5BF

#ADD5BF
(173,213,191)
#B4D8C4
(180,216,196)
#BBDBC9
(187,219,201)
#C2DECE
(194,222,206)
#C9E1D3
(201,225,211)
#D0E4D8
(208,228,216)
#D7E7DD
(215,231,221)
#DEEAE2
(222,234,226)
#E5EDE7
(229,237,231)
#ECF0EC
(236,240,236)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD5BF color. Also use rgb(173,213,191) instead hex code.

Text Font Color

.myTextColor { color: #ADD5BF; }

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

This text font color is #ADD5BF.

Background Color

.myBgColor { background-color: #ADD5BF; }

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

This div background color is #ADD5BF.

Border color

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

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

This div border color is #ADD5BF.

Opacity

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

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

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

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

This text has shadow with #ADD5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD5BF.

Preview

Color preview on black background

This text has color #ADD5BF on black background.


Color preview on white background

This text has color #ADD5BF on white background.


Black color preview on #ADD5BF background

This text has black color on #ADD5BF background.


White color preview on #ADD5BF background

This text has white color on #ADD5BF background.


Related colors

Complementary color

Complementary color for #hex is #522A40.


I love getcolorcode.com

Triadic colors

1 #BFADD5 and #D5BFAD with #ADD5BF are triadic colors.

2 #BFD5AD and #D5ADBF with #ADD5BF are triadic colors.