COLOR #AFC5E1

HEX: #AFC5E1
RGB: (175,197,225)

Renk bilgisi

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

RGB renk modeli

#AFC5E1 color RGB value is (175,197,225).

  • kırmız ton 175;
  • yeşil ton 197;
  • mavi ton 225.
RGB:
(175,197,225)
(69%,77%,88%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 197 of 255 = 77%
B 225 of 255 = 88%

175
197
225

R + G + B ~ 78%. #AFC5E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 197 + 225 = 597 (100%)
R 175 of 597 ~ 29.31%
G 197 of 597 ~ 33%
B 225 of 597 ~ 37.69%

%29.31
%33
%37.69

CMYK RENK MODELİ

#AFC5E1 rengi CMYK tonu (22,12,0,12).

  • camgöbeği tonu 22.22%
  • eflatun tonu 12.44%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(22,12,0,12)
C22M12Y0K12 
(22%,12%,0%,12%)
(0.22/0.12/0.00/0.12)	

CMYK yüzdeleri

%22.22
%12.44
%0
%11.76

Codes

Color #AFC5E1 in popluar color models

AFC5E1
RGB175197225
HSL214°45.45%78.43%
HSB/HSV214°22.22%88.24%
CMYK22.22%12.44%0.00%
11.76%

Color #AFC5E1 in popluar number systems.

HEXAFC5E1
Decimal175197225
Binary101011111100010111100001
Octal257305341

Shades and tints

Shades of #AFC5E1

#AFC5E1
(175,197,225)
#A0B4CD
(160,180,205)
#91A3B9
(145,163,185)
#8292A5
(130,146,165)
#738191
(115,129,145)
#64707D
(100,112,125)
#555F69
(85,95,105)
#464E55
(70,78,85)
#373D41
(55,61,65)
#282C2D
(40,44,45)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #AFC5E1

#AFC5E1
(175,197,225)
#B6CAE3
(182,202,227)
#BDCFE5
(189,207,229)
#C4D4E7
(196,212,231)
#CBD9E9
(203,217,233)
#D2DEEB
(210,222,235)
#D9E3ED
(217,227,237)
#E0E8EF
(224,232,239)
#E7EDF1
(231,237,241)
#EEF2F3
(238,242,243)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC5E1 color. Also use rgb(175,197,225) instead hex code.

Text Font Color

.myTextColor { color: #AFC5E1; }

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

This text font color is #AFC5E1.


Background Color

.myBgColor { background-color: #AFC5E1; }

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

This div background color is #AFC5E1.


Border color

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

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

This div border color is #AFC5E1.


Opacity

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

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

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

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

This text has shadow with #AFC5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5E1 on black background.


Color preview on white background

This text has color #AFC5E1 on white background.



Black color preview on #AFC5E1 background

This text has black color on #AFC5E1 background.


White color preview on #AFC5E1 background

This text has white color on #AFC5E1 background.