COLOR #AFD8E6

HEX: #AFD8E6
RGB: (175,216,230)

Renk bilgisi

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

RGB renk modeli

#AFD8E6 color RGB value is (175,216,230).

  • kırmız ton 175;
  • yeşil ton 216;
  • mavi ton 230.
RGB:
(175,216,230)
(69%,85%,90%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 216 of 255 = 85%
B 230 of 255 = 90%

175
216
230

R + G + B ~ 81%. #AFD8E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 216 + 230 = 621 (100%)
R 175 of 621 ~ 28.18%
G 216 of 621 ~ 34.78%
B 230 of 621 ~ 37.04%

%28.18
%34.78
%37.04

CMYK RENK MODELİ

#AFD8E6 rengi CMYK tonu (24,6,0,10).

  • camgöbeği tonu 23.91%
  • eflatun tonu 6.09%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(24,6,0,10)
C24M6Y0K10 
(24%,6%,0%,10%)
(0.24/0.06/0.00/0.10)	

CMYK yüzdeleri

%23.91
%6.09
%0
%9.8

Codes

Color #AFD8E6 in popluar color models

AFD8E6
RGB175216230
HSL195°52.38%79.41%
HSB/HSV195°23.91%90.20%
CMYK23.91%6.09%0.00%
9.80%

Color #AFD8E6 in popluar number systems.

HEXAFD8E6
Decimal175216230
Binary101011111101100011100110
Octal257330346

Shades and tints

Shades of #AFD8E6

#AFD8E6
(175,216,230)
#A0C5D2
(160,197,210)
#91B2BE
(145,178,190)
#829FAA
(130,159,170)
#738C96
(115,140,150)
#647982
(100,121,130)
#55666E
(85,102,110)
#46535A
(70,83,90)
#374046
(55,64,70)
#282D32
(40,45,50)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #AFD8E6

#AFD8E6
(175,216,230)
#B6DBE8
(182,219,232)
#BDDEEA
(189,222,234)
#C4E1EC
(196,225,236)
#CBE4EE
(203,228,238)
#D2E7F0
(210,231,240)
#D9EAF2
(217,234,242)
#E0EDF4
(224,237,244)
#E7F0F6
(231,240,246)
#EEF3F8
(238,243,248)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD8E6 color. Also use rgb(175,216,230) instead hex code.

Text Font Color

.myTextColor { color: #AFD8E6; }

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

This text font color is #AFD8E6.


Background Color

.myBgColor { background-color: #AFD8E6; }

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

This div background color is #AFD8E6.


Border color

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

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

This div border color is #AFD8E6.


Opacity

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

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

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

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

This text has shadow with #AFD8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD8E6 on black background.


Color preview on white background

This text has color #AFD8E6 on white background.



Black color preview on #AFD8E6 background

This text has black color on #AFD8E6 background.


White color preview on #AFD8E6 background

This text has white color on #AFD8E6 background.