COLOR #AFD6DC

HEX: #AFD6DC
RGB: (175,214,220)

Renk bilgisi

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

RGB renk modeli

#AFD6DC color RGB value is (175,214,220).

  • kırmız ton 175;
  • yeşil ton 214;
  • mavi ton 220.
RGB:
(175,214,220)
(69%,84%,86%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 214 of 255 = 84%
B 220 of 255 = 86%

175
214
220

R + G + B ~ 80%. #AFD6DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 214 + 220 = 609 (100%)
R 175 of 609 ~ 28.74%
G 214 of 609 ~ 35.14%
B 220 of 609 ~ 36.12%

%28.74
%35.14
%36.12

CMYK RENK MODELİ

#AFD6DC rengi CMYK tonu (20,3,0,14).

  • camgöbeği tonu 20.45%
  • eflatun tonu 2.73%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(20,3,0,14)
C20M3Y0K14 
(20%,3%,0%,14%)
(0.20/0.03/0.00/0.14)	

CMYK yüzdeleri

%20.45
%2.73
%0
%13.73

Codes

Color #AFD6DC in popluar color models

AFD6DC
RGB175214220
HSL188°39.13%77.45%
HSB/HSV188°20.45%86.27%
CMYK20.45%2.73%0.00%
13.73%

Color #AFD6DC in popluar number systems.

HEXAFD6DC
Decimal175214220
Binary101011111101011011011100
Octal257326334

Shades and tints

Shades of #AFD6DC

#AFD6DC
(175,214,220)
#A0C3C8
(160,195,200)
#91B0B4
(145,176,180)
#829DA0
(130,157,160)
#738A8C
(115,138,140)
#647778
(100,119,120)
#556464
(85,100,100)
#465150
(70,81,80)
#373E3C
(55,62,60)
#282B28
(40,43,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFD6DC

#AFD6DC
(175,214,220)
#B6D9DF
(182,217,223)
#BDDCE2
(189,220,226)
#C4DFE5
(196,223,229)
#CBE2E8
(203,226,232)
#D2E5EB
(210,229,235)
#D9E8EE
(217,232,238)
#E0EBF1
(224,235,241)
#E7EEF4
(231,238,244)
#EEF1F7
(238,241,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD6DC color. Also use rgb(175,214,220) instead hex code.

Text Font Color

.myTextColor { color: #AFD6DC; }

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

This text font color is #AFD6DC.


Background Color

.myBgColor { background-color: #AFD6DC; }

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

This div background color is #AFD6DC.


Border color

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

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

This div border color is #AFD6DC.


Opacity

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

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

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

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

This text has shadow with #AFD6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD6DC on black background.


Color preview on white background

This text has color #AFD6DC on white background.



Black color preview on #AFD6DC background

This text has black color on #AFD6DC background.


White color preview on #AFD6DC background

This text has white color on #AFD6DC background.