COLOR #ADD3D2

HEX: #ADD3D2 RGB: (173,211,210)

Renk bilgisi

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

RGB renk modeli

#ADD3D2 color RGB value is (173,211,210).

RGB: (173,211,210) (68%, 83%, 82%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 211 of 255 = 83%
B 210 of 255 = 82%

173
211
210

R + G + B ~ 78%. #ADD3D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 211 + 210 = 594 (100%)
R 173 of 594 ~ 29.12%
G 211 of 594 ~ 35.52%
B 210 of 594 ~ 35.35'%

%29.12
%35.52
%35.35

CMYK RENK MODELİ

#ADD3D2 rengi CMYK tonu (18,0,0,17).

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

CMYK: (18,0,0,17)
C18M0Y0K17 (18%, 0%, 0%, 17%)
(0.18 / 0.00 / 0.00 / 0.17)

CMYK yüzdeleri

%18.01
%0
%0.47
%17.25

Codes

Color #ADD3D2 in popluar color models

AD D3 D2
RGB 173 211 210
HSL 178° 30.16% 75.29%
HSB/HSV 178° 18.01% 82.75%
CMYK 18.01% 0.00% 0.47%
17.25%

Color #ADD3D2 in popluar number systems.

HEX AD D3 D2
Decimal 173 211 210
Binary 10101101 11010011 11010010
Octal 255 323 322

Shades and tints

Shades of #ADD3D2

#ADD3D2
(173,211,210)
#9EC0BF
(158,192,191)
#8FADAC
(143,173,172)
#809A99
(128,154,153)
#718786
(113,135,134)
#627473
(98,116,115)
#536160
(83,97,96)
#444E4D
(68,78,77)
#353B3A
(53,59,58)
#262827
(38,40,39)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADD3D2

#ADD3D2
(173,211,210)
#B4D7D6
(180,215,214)
#BBDBDA
(187,219,218)
#C2DFDE
(194,223,222)
#C9E3E2
(201,227,226)
#D0E7E6
(208,231,230)
#D7EBEA
(215,235,234)
#DEEFEE
(222,239,238)
#E5F3F2
(229,243,242)
#ECF7F6
(236,247,246)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3D2; }

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

This text font color is #ADD3D2.

Background Color

.myBgColor { background-color: #ADD3D2; }

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

This div background color is #ADD3D2.

Border color

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

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

This div border color is #ADD3D2.

Opacity

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

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

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

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

This text has shadow with #ADD3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD3D2.

Preview

Color preview on black background

This text has color #ADD3D2 on black background.


Color preview on white background

This text has color #ADD3D2 on white background.


Black color preview on #ADD3D2 background

This text has black color on #ADD3D2 background.


White color preview on #ADD3D2 background

This text has white color on #ADD3D2 background.


Related colors

Complementary color

Complementary color for #hex is #522C2D.


I love getcolorcode.com

Triadic colors

1 #D2ADD3 and #D3D2AD with #ADD3D2 are triadic colors.

2 #D2D3AD and #D3ADD2 with #ADD3D2 are triadic colors.