COLOR #AFD7C6

HEX: #AFD7C6
RGB: (175,215,198)

Renk bilgisi

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

RGB renk modeli

#AFD7C6 color RGB value is (175,215,198).

  • kırmız ton 175;
  • yeşil ton 215;
  • mavi ton 198.
RGB:
(175,215,198)
(69%,84%,78%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 215 of 255 = 84%
B 198 of 255 = 78%

175
215
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 215 + 198 = 588 (100%)
R 175 of 588 ~ 29.76%
G 215 of 588 ~ 36.56%
B 198 of 588 ~ 33.67%

%29.76
%36.56
%33.67

CMYK RENK MODELİ

#AFD7C6 rengi CMYK tonu (19,0,8,16).

  • camgöbeği tonu 18.60%
  • eflatun tonu 0.00%
  • sarı tonu 7.91%
  • ana renk tonu 15.69%
CMYK:
(19,0,8,16)
C19M0Y8K16 
(19%,0%,8%,16%)
(0.19/0.00/0.08/0.16)	

CMYK yüzdeleri

%18.6
%0
%7.91
%15.69

Codes

Color #AFD7C6 in popluar color models

AFD7C6
RGB175215198
HSL155°33.33%76.47%
HSB/HSV155°18.60%84.31%
CMYK18.60%0.00%7.91%
15.69%

Color #AFD7C6 in popluar number systems.

HEXAFD7C6
Decimal175215198
Binary101011111101011111000110
Octal257327306

Shades and tints

Shades of #AFD7C6

#AFD7C6
(175,215,198)
#A0C4B4
(160,196,180)
#91B1A2
(145,177,162)
#829E90
(130,158,144)
#738B7E
(115,139,126)
#64786C
(100,120,108)
#55655A
(85,101,90)
#465248
(70,82,72)
#373F36
(55,63,54)
#282C24
(40,44,36)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFD7C6

#AFD7C6
(175,215,198)
#B6DACB
(182,218,203)
#BDDDD0
(189,221,208)
#C4E0D5
(196,224,213)
#CBE3DA
(203,227,218)
#D2E6DF
(210,230,223)
#D9E9E4
(217,233,228)
#E0ECE9
(224,236,233)
#E7EFEE
(231,239,238)
#EEF2F3
(238,242,243)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD7C6 color. Also use rgb(175,215,198) instead hex code.

Text Font Color

.myTextColor { color: #AFD7C6; }

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

This text font color is #AFD7C6.


Background Color

.myBgColor { background-color: #AFD7C6; }

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

This div background color is #AFD7C6.


Border color

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

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

This div border color is #AFD7C6.


Opacity

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

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

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

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

This text has shadow with #AFD7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD7C6 on black background.


Color preview on white background

This text has color #AFD7C6 on white background.



Black color preview on #AFD7C6 background

This text has black color on #AFD7C6 background.


White color preview on #AFD7C6 background

This text has white color on #AFD7C6 background.