COLOR #AFD5E5

HEX: #AFD5E5
RGB: (175,213,229)

Renk bilgisi

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

RGB renk modeli

#AFD5E5 color RGB value is (175,213,229).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 213 of 255 = 84%
B 229 of 255 = 90%

175
213
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 213 + 229 = 617 (100%)
R 175 of 617 ~ 28.36%
G 213 of 617 ~ 34.52%
B 229 of 617 ~ 37.12%

%28.36
%34.52
%37.12

CMYK RENK MODELİ

#AFD5E5 rengi CMYK tonu (24,7,0,10).

  • camgöbeği tonu 23.58%
  • eflatun tonu 6.99%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(24,7,0,10)
C24M7Y0K10 
(24%,7%,0%,10%)
(0.24/0.07/0.00/0.10)	

CMYK yüzdeleri

%23.58
%6.99
%0
%10.2

Codes

Color #AFD5E5 in popluar color models

AFD5E5
RGB175213229
HSL198°50.94%79.22%
HSB/HSV198°23.58%89.80%
CMYK23.58%6.99%0.00%
10.20%

Color #AFD5E5 in popluar number systems.

HEXAFD5E5
Decimal175213229
Binary101011111101010111100101
Octal257325345

Shades and tints

Shades of #AFD5E5

#AFD5E5
(175,213,229)
#A0C2D1
(160,194,209)
#91AFBD
(145,175,189)
#829CA9
(130,156,169)
#738995
(115,137,149)
#647681
(100,118,129)
#55636D
(85,99,109)
#465059
(70,80,89)
#373D45
(55,61,69)
#282A31
(40,42,49)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #AFD5E5

#AFD5E5
(175,213,229)
#B6D8E7
(182,216,231)
#BDDBE9
(189,219,233)
#C4DEEB
(196,222,235)
#CBE1ED
(203,225,237)
#D2E4EF
(210,228,239)
#D9E7F1
(217,231,241)
#E0EAF3
(224,234,243)
#E7EDF5
(231,237,245)
#EEF0F7
(238,240,247)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD5E5; }

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

This text font color is #AFD5E5.


Background Color

.myBgColor { background-color: #AFD5E5; }

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

This div background color is #AFD5E5.


Border color

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

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

This div border color is #AFD5E5.


Opacity

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

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

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

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

This text has shadow with #AFD5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5E5 on black background.


Color preview on white background

This text has color #AFD5E5 on white background.



Black color preview on #AFD5E5 background

This text has black color on #AFD5E5 background.


White color preview on #AFD5E5 background

This text has white color on #AFD5E5 background.