COLOR #AFC5DB

HEX: #AFC5DB
RGB: (175,197,219)

Renk bilgisi

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

RGB renk modeli

#AFC5DB color RGB value is (175,197,219).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 197 of 255 = 77%
B 219 of 255 = 86%

175
197
219

R + G + B ~ 77%. #AFC5DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 197 + 219 = 591 (100%)
R 175 of 591 ~ 29.61%
G 197 of 591 ~ 33.33%
B 219 of 591 ~ 37.06%

%29.61
%33.33
%37.06

CMYK RENK MODELİ

#AFC5DB rengi CMYK tonu (20,10,0,14).

  • camgöbeği tonu 20.09%
  • eflatun tonu 10.05%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(20,10,0,14)
C20M10Y0K14 
(20%,10%,0%,14%)
(0.20/0.10/0.00/0.14)	

CMYK yüzdeleri

%20.09
%10.05
%0
%14.12

Codes

Color #AFC5DB in popluar color models

AFC5DB
RGB175197219
HSL210°37.93%77.25%
HSB/HSV210°20.09%85.88%
CMYK20.09%10.05%0.00%
14.12%

Color #AFC5DB in popluar number systems.

HEXAFC5DB
Decimal175197219
Binary101011111100010111011011
Octal257305333

Shades and tints

Shades of #AFC5DB

#AFC5DB
(175,197,219)
#A0B4C8
(160,180,200)
#91A3B5
(145,163,181)
#8292A2
(130,146,162)
#73818F
(115,129,143)
#64707C
(100,112,124)
#555F69
(85,95,105)
#464E56
(70,78,86)
#373D43
(55,61,67)
#282C30
(40,44,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #AFC5DB

#AFC5DB
(175,197,219)
#B6CADE
(182,202,222)
#BDCFE1
(189,207,225)
#C4D4E4
(196,212,228)
#CBD9E7
(203,217,231)
#D2DEEA
(210,222,234)
#D9E3ED
(217,227,237)
#E0E8F0
(224,232,240)
#E7EDF3
(231,237,243)
#EEF2F6
(238,242,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC5DB; }

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

This text font color is #AFC5DB.


Background Color

.myBgColor { background-color: #AFC5DB; }

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

This div background color is #AFC5DB.


Border color

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

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

This div border color is #AFC5DB.


Opacity

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

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

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

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

This text has shadow with #AFC5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5DB on black background.


Color preview on white background

This text has color #AFC5DB on white background.



Black color preview on #AFC5DB background

This text has black color on #AFC5DB background.


White color preview on #AFC5DB background

This text has white color on #AFC5DB background.