COLOR #AFC2E6

HEX: #AFC2E6
RGB: (175,194,230)

Renk bilgisi

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

RGB renk modeli

#AFC2E6 color RGB value is (175,194,230).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 194 of 255 = 76%
B 230 of 255 = 90%

175
194
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 194 + 230 = 599 (100%)
R 175 of 599 ~ 29.22%
G 194 of 599 ~ 32.39%
B 230 of 599 ~ 38.4%

%29.22
%32.39
%38.4

CMYK RENK MODELİ

#AFC2E6 rengi CMYK tonu (24,16,0,10).

  • camgöbeği tonu 23.91%
  • eflatun tonu 15.65%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(24,16,0,10)
C24M16Y0K10 
(24%,16%,0%,10%)
(0.24/0.16/0.00/0.10)	

CMYK yüzdeleri

%23.91
%15.65
%0
%9.8

Codes

Color #AFC2E6 in popluar color models

AFC2E6
RGB175194230
HSL219°52.38%79.41%
HSB/HSV219°23.91%90.20%
CMYK23.91%15.65%0.00%
9.80%

Color #AFC2E6 in popluar number systems.

HEXAFC2E6
Decimal175194230
Binary101011111100001011100110
Octal257302346

Shades and tints

Shades of #AFC2E6

#AFC2E6
(175,194,230)
#A0B1D2
(160,177,210)
#91A0BE
(145,160,190)
#828FAA
(130,143,170)
#737E96
(115,126,150)
#646D82
(100,109,130)
#555C6E
(85,92,110)
#464B5A
(70,75,90)
#373A46
(55,58,70)
#282932
(40,41,50)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #AFC2E6

#AFC2E6
(175,194,230)
#B6C7E8
(182,199,232)
#BDCCEA
(189,204,234)
#C4D1EC
(196,209,236)
#CBD6EE
(203,214,238)
#D2DBF0
(210,219,240)
#D9E0F2
(217,224,242)
#E0E5F4
(224,229,244)
#E7EAF6
(231,234,246)
#EEEFF8
(238,239,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC2E6; }

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

This text font color is #AFC2E6.


Background Color

.myBgColor { background-color: #AFC2E6; }

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

This div background color is #AFC2E6.


Border color

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

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

This div border color is #AFC2E6.


Opacity

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

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

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

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

This text has shadow with #AFC2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC2E6 on black background.


Color preview on white background

This text has color #AFC2E6 on white background.



Black color preview on #AFC2E6 background

This text has black color on #AFC2E6 background.


White color preview on #AFC2E6 background

This text has white color on #AFC2E6 background.