COLOR #AFD3E5

HEX: #AFD3E5
RGB: (175,211,229)

Renk bilgisi

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

RGB renk modeli

#AFD3E5 color RGB value is (175,211,229).

  • kırmız ton 175;
  • yeşil ton 211;
  • mavi ton 229.
RGB:
(175,211,229)
(69%,83%,90%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 211 of 255 = 83%
B 229 of 255 = 90%

175
211
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 211 + 229 = 615 (100%)
R 175 of 615 ~ 28.46%
G 211 of 615 ~ 34.31%
B 229 of 615 ~ 37.24%

%28.46
%34.31
%37.24

CMYK RENK MODELİ

#AFD3E5 rengi CMYK tonu (24,8,0,10).

  • camgöbeği tonu 23.58%
  • eflatun tonu 7.86%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(24,8,0,10)
C24M8Y0K10 
(24%,8%,0%,10%)
(0.24/0.08/0.00/0.10)	

CMYK yüzdeleri

%23.58
%7.86
%0
%10.2

Codes

Color #AFD3E5 in popluar color models

AFD3E5
RGB175211229
HSL200°50.94%79.22%
HSB/HSV200°23.58%89.80%
CMYK23.58%7.86%0.00%
10.20%

Color #AFD3E5 in popluar number systems.

HEXAFD3E5
Decimal175211229
Binary101011111101001111100101
Octal257323345

Shades and tints

Shades of #AFD3E5

#AFD3E5
(175,211,229)
#A0C0D1
(160,192,209)
#91ADBD
(145,173,189)
#829AA9
(130,154,169)
#738795
(115,135,149)
#647481
(100,116,129)
#55616D
(85,97,109)
#464E59
(70,78,89)
#373B45
(55,59,69)
#282831
(40,40,49)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #AFD3E5

#AFD3E5
(175,211,229)
#B6D7E7
(182,215,231)
#BDDBE9
(189,219,233)
#C4DFEB
(196,223,235)
#CBE3ED
(203,227,237)
#D2E7EF
(210,231,239)
#D9EBF1
(217,235,241)
#E0EFF3
(224,239,243)
#E7F3F5
(231,243,245)
#EEF7F7
(238,247,247)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD3E5 color. Also use rgb(175,211,229) instead hex code.

Text Font Color

.myTextColor { color: #AFD3E5; }

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

This text font color is #AFD3E5.


Background Color

.myBgColor { background-color: #AFD3E5; }

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

This div background color is #AFD3E5.


Border color

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

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

This div border color is #AFD3E5.


Opacity

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

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

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

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

This text has shadow with #AFD3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD3E5 on black background.


Color preview on white background

This text has color #AFD3E5 on white background.



Black color preview on #AFD3E5 background

This text has black color on #AFD3E5 background.


White color preview on #AFD3E5 background

This text has white color on #AFD3E5 background.