COLOR #ADD3CF

HEX: #ADD3CF RGB: (173,211,207)

Renk bilgisi

#ADD3CF contains red, green and blue colors in about the same proportion. #ADD3CF ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#ADD3CF color RGB value is (173,211,207).

RGB: (173,211,207) (68%, 83%, 81%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 207 of 255 = 81%

173
211
207

R + G + B ~ 77%. #ADD3CF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 211 + 207 = 591 (100%)
R 173 of 591 ~ 29.27%
G 211 of 591 ~ 35.7%
B 207 of 591 ~ 35.03'%

%29.27
%35.7
%35.03

CMYK RENK MODELİ

#ADD3CF rengi CMYK tonu (18,0,2,17).

  • camgöbeği tonu 18.01%
  • eflatun tonu 0.00%
  • sarı tonu 1.90%
  • ana renk tonu 17.25%

CMYK: (18,0,2,17)
C18M0Y2K17 (18%, 0%, 2%, 17%)
(0.18 / 0.00 / 0.02 / 0.17)

CMYK yüzdeleri

%18.01
%0
%1.9
%17.25

Codes

Color #ADD3CF in popluar color models

AD D3 CF
RGB 173 211 207
HSL 174° 30.16% 75.29%
HSB/HSV 174° 18.01% 82.75%
CMYK 18.01% 0.00% 1.90%
17.25%

Color #ADD3CF in popluar number systems.

HEX AD D3 CF
Decimal 173 211 207
Binary 10101101 11010011 11001111
Octal 255 323 317

Shades and tints

Shades of #ADD3CF

#ADD3CF
(173,211,207)
#9EC0BD
(158,192,189)
#8FADAB
(143,173,171)
#809A99
(128,154,153)
#718787
(113,135,135)
#627475
(98,116,117)
#536163
(83,97,99)
#444E51
(68,78,81)
#353B3F
(53,59,63)
#26282D
(38,40,45)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #ADD3CF

#ADD3CF
(173,211,207)
#B4D7D3
(180,215,211)
#BBDBD7
(187,219,215)
#C2DFDB
(194,223,219)
#C9E3DF
(201,227,223)
#D0E7E3
(208,231,227)
#D7EBE7
(215,235,231)
#DEEFEB
(222,239,235)
#E5F3EF
(229,243,239)
#ECF7F3
(236,247,243)
#F3FBF7
(243,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD3CF color. Also use rgb(173,211,207) instead hex code.

Text Font Color

.myTextColor { color: #ADD3CF; }

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

This text font color is #ADD3CF.

Background Color

.myBgColor { background-color: #ADD3CF; }

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

This div background color is #ADD3CF.

Border color

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

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

This div border color is #ADD3CF.

Opacity

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

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

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

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

This text has shadow with #ADD3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD3CF.

Preview

Color preview on black background

This text has color #ADD3CF on black background.


Color preview on white background

This text has color #ADD3CF on white background.


Black color preview on #ADD3CF background

This text has black color on #ADD3CF background.


White color preview on #ADD3CF background

This text has white color on #ADD3CF background.


Related colors

Complementary color

Complementary color for #hex is #522C30.


I love getcolorcode.com

Triadic colors

1 #CFADD3 and #D3CFAD with #ADD3CF are triadic colors.

2 #CFD3AD and #D3ADCF with #ADD3CF are triadic colors.