COLOR #ADDACC

HEX: #ADDACC
RGB: (173,218,204)

Renk bilgisi

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

RGB renk modeli

#ADDACC color RGB value is (173,218,204).

  • kırmız ton 173;
  • yeşil ton 218;
  • mavi ton 204.
RGB:
(173,218,204)
(68%,85%,80%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 218 of 255 = 85%
B 204 of 255 = 80%

173
218
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 218 + 204 = 595 (100%)
R 173 of 595 ~ 29.08%
G 218 of 595 ~ 36.64%
B 204 of 595 ~ 34.29%

%29.08
%36.64
%34.29

CMYK RENK MODELİ

#ADDACC rengi CMYK tonu (21,0,6,15).

  • camgöbeği tonu 20.64%
  • eflatun tonu 0.00%
  • sarı tonu 6.42%
  • ana renk tonu 14.51%
CMYK:
(21,0,6,15)
C21M0Y6K15 
(21%,0%,6%,15%)
(0.21/0.00/0.06/0.15)	

CMYK yüzdeleri

%20.64
%0
%6.42
%14.51

Codes

Color #ADDACC in popluar color models

ADDACC
RGB173218204
HSL161°37.82%76.67%
HSB/HSV161°20.64%85.49%
CMYK20.64%0.00%6.42%
14.51%

Color #ADDACC in popluar number systems.

HEXADDACC
Decimal173218204
Binary101011011101101011001100
Octal255332314

Shades and tints

Shades of #ADDACC

#ADDACC
(173,218,204)
#9EC7BA
(158,199,186)
#8FB4A8
(143,180,168)
#80A196
(128,161,150)
#718E84
(113,142,132)
#627B72
(98,123,114)
#536860
(83,104,96)
#44554E
(68,85,78)
#35423C
(53,66,60)
#262F2A
(38,47,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #ADDACC

#ADDACC
(173,218,204)
#B4DDD0
(180,221,208)
#BBE0D4
(187,224,212)
#C2E3D8
(194,227,216)
#C9E6DC
(201,230,220)
#D0E9E0
(208,233,224)
#D7ECE4
(215,236,228)
#DEEFE8
(222,239,232)
#E5F2EC
(229,242,236)
#ECF5F0
(236,245,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDACC color. Also use rgb(173,218,204) instead hex code.

Text Font Color

.myTextColor { color: #ADDACC; }

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

This text font color is #ADDACC.


Background Color

.myBgColor { background-color: #ADDACC; }

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

This div background color is #ADDACC.


Border color

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

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

This div border color is #ADDACC.


Opacity

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

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

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

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

This text has shadow with #ADDACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDACC on black background.


Color preview on white background

This text has color #ADDACC on white background.



Black color preview on #ADDACC background

This text has black color on #ADDACC background.


White color preview on #ADDACC background

This text has white color on #ADDACC background.