COLOR #ADD9CA

HEX: #ADD9CA
RGB: (173,217,202)

Renk bilgisi

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

RGB renk modeli

#ADD9CA color RGB value is (173,217,202).

  • kırmız ton 173;
  • yeşil ton 217;
  • mavi ton 202.
RGB:
(173,217,202)
(68%,85%,79%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 217 of 255 = 85%
B 202 of 255 = 79%

173
217
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 217 + 202 = 592 (100%)
R 173 of 592 ~ 29.22%
G 217 of 592 ~ 36.66%
B 202 of 592 ~ 34.12%

%29.22
%36.66
%34.12

CMYK RENK MODELİ

#ADD9CA rengi CMYK tonu (20,0,7,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 0.00%
  • sarı tonu 6.91%
  • ana renk tonu 14.90%
CMYK:
(20,0,7,15)
C20M0Y7K15 
(20%,0%,7%,15%)
(0.20/0.00/0.07/0.15)	

CMYK yüzdeleri

%20.28
%0
%6.91
%14.9

Codes

Color #ADD9CA in popluar color models

ADD9CA
RGB173217202
HSL160°36.67%76.47%
HSB/HSV160°20.28%85.10%
CMYK20.28%0.00%6.91%
14.90%

Color #ADD9CA in popluar number systems.

HEXADD9CA
Decimal173217202
Binary101011011101100111001010
Octal255331312

Shades and tints

Shades of #ADD9CA

#ADD9CA
(173,217,202)
#9EC6B8
(158,198,184)
#8FB3A6
(143,179,166)
#80A094
(128,160,148)
#718D82
(113,141,130)
#627A70
(98,122,112)
#53675E
(83,103,94)
#44544C
(68,84,76)
#35413A
(53,65,58)
#262E28
(38,46,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADD9CA

#ADD9CA
(173,217,202)
#B4DCCE
(180,220,206)
#BBDFD2
(187,223,210)
#C2E2D6
(194,226,214)
#C9E5DA
(201,229,218)
#D0E8DE
(208,232,222)
#D7EBE2
(215,235,226)
#DEEEE6
(222,238,230)
#E5F1EA
(229,241,234)
#ECF4EE
(236,244,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD9CA; }

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

This text font color is #ADD9CA.


Background Color

.myBgColor { background-color: #ADD9CA; }

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

This div background color is #ADD9CA.


Border color

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

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

This div border color is #ADD9CA.


Opacity

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

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

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

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

This text has shadow with #ADD9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD9CA on black background.


Color preview on white background

This text has color #ADD9CA on white background.



Black color preview on #ADD9CA background

This text has black color on #ADD9CA background.


White color preview on #ADD9CA background

This text has white color on #ADD9CA background.