COLOR #AFC5E2

HEX: #AFC5E2
RGB: (175,197,226)

Renk bilgisi

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

RGB renk modeli

#AFC5E2 color RGB value is (175,197,226).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 197 of 255 = 77%
B 226 of 255 = 89%

175
197
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 197 + 226 = 598 (100%)
R 175 of 598 ~ 29.26%
G 197 of 598 ~ 32.94%
B 226 of 598 ~ 37.79%

%29.26
%32.94
%37.79

CMYK RENK MODELİ

#AFC5E2 rengi CMYK tonu (23,13,0,11).

  • camgöbeği tonu 22.57%
  • eflatun tonu 12.83%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(23,13,0,11)
C23M13Y0K11 
(23%,13%,0%,11%)
(0.23/0.13/0.00/0.11)	

CMYK yüzdeleri

%22.57
%12.83
%0
%11.37

Codes

Color #AFC5E2 in popluar color models

AFC5E2
RGB175197226
HSL214°46.79%78.63%
HSB/HSV214°22.57%88.63%
CMYK22.57%12.83%0.00%
11.37%

Color #AFC5E2 in popluar number systems.

HEXAFC5E2
Decimal175197226
Binary101011111100010111100010
Octal257305342

Shades and tints

Shades of #AFC5E2

#AFC5E2
(175,197,226)
#A0B4CE
(160,180,206)
#91A3BA
(145,163,186)
#8292A6
(130,146,166)
#738192
(115,129,146)
#64707E
(100,112,126)
#555F6A
(85,95,106)
#464E56
(70,78,86)
#373D42
(55,61,66)
#282C2E
(40,44,46)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #AFC5E2

#AFC5E2
(175,197,226)
#B6CAE4
(182,202,228)
#BDCFE6
(189,207,230)
#C4D4E8
(196,212,232)
#CBD9EA
(203,217,234)
#D2DEEC
(210,222,236)
#D9E3EE
(217,227,238)
#E0E8F0
(224,232,240)
#E7EDF2
(231,237,242)
#EEF2F4
(238,242,244)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC5E2; }

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

This text font color is #AFC5E2.


Background Color

.myBgColor { background-color: #AFC5E2; }

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

This div background color is #AFC5E2.


Border color

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

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

This div border color is #AFC5E2.


Opacity

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

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

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

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

This text has shadow with #AFC5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5E2 on black background.


Color preview on white background

This text has color #AFC5E2 on white background.



Black color preview on #AFC5E2 background

This text has black color on #AFC5E2 background.


White color preview on #AFC5E2 background

This text has white color on #AFC5E2 background.