COLOR #AFC6D4

HEX: #AFC6D4
RGB: (175,198,212)

Renk bilgisi

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

RGB renk modeli

#AFC6D4 color RGB value is (175,198,212).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 198 of 255 = 78%
B 212 of 255 = 83%

175
198
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 198 + 212 = 585 (100%)
R 175 of 585 ~ 29.91%
G 198 of 585 ~ 33.85%
B 212 of 585 ~ 36.24%

%29.91
%33.85
%36.24

CMYK RENK MODELİ

#AFC6D4 rengi CMYK tonu (17,7,0,17).

  • camgöbeği tonu 17.45%
  • eflatun tonu 6.60%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(17,7,0,17)
C17M7Y0K17 
(17%,7%,0%,17%)
(0.17/0.07/0.00/0.17)	

CMYK yüzdeleri

%17.45
%6.6
%0
%16.86

Codes

Color #AFC6D4 in popluar color models

AFC6D4
RGB175198212
HSL203°30.08%75.88%
HSB/HSV203°17.45%83.14%
CMYK17.45%6.60%0.00%
16.86%

Color #AFC6D4 in popluar number systems.

HEXAFC6D4
Decimal175198212
Binary101011111100011011010100
Octal257306324

Shades and tints

Shades of #AFC6D4

#AFC6D4
(175,198,212)
#A0B4C1
(160,180,193)
#91A2AE
(145,162,174)
#82909B
(130,144,155)
#737E88
(115,126,136)
#646C75
(100,108,117)
#555A62
(85,90,98)
#46484F
(70,72,79)
#37363C
(55,54,60)
#282429
(40,36,41)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #AFC6D4

#AFC6D4
(175,198,212)
#B6CBD7
(182,203,215)
#BDD0DA
(189,208,218)
#C4D5DD
(196,213,221)
#CBDAE0
(203,218,224)
#D2DFE3
(210,223,227)
#D9E4E6
(217,228,230)
#E0E9E9
(224,233,233)
#E7EEEC
(231,238,236)
#EEF3EF
(238,243,239)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6D4; }

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

This text font color is #AFC6D4.


Background Color

.myBgColor { background-color: #AFC6D4; }

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

This div background color is #AFC6D4.


Border color

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

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

This div border color is #AFC6D4.


Opacity

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

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

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

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

This text has shadow with #AFC6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6D4 on black background.


Color preview on white background

This text has color #AFC6D4 on white background.



Black color preview on #AFC6D4 background

This text has black color on #AFC6D4 background.


White color preview on #AFC6D4 background

This text has white color on #AFC6D4 background.