COLOR #AFC5DD

HEX: #AFC5DD
RGB: (175,197,221)

Renk bilgisi

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

RGB renk modeli

#AFC5DD color RGB value is (175,197,221).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 197 of 255 = 77%
B 221 of 255 = 87%

175
197
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 197 + 221 = 593 (100%)
R 175 of 593 ~ 29.51%
G 197 of 593 ~ 33.22%
B 221 of 593 ~ 37.27%

%29.51
%33.22
%37.27

CMYK RENK MODELİ

#AFC5DD rengi CMYK tonu (21,11,0,13).

  • camgöbeği tonu 20.81%
  • eflatun tonu 10.86%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(21,11,0,13)
C21M11Y0K13 
(21%,11%,0%,13%)
(0.21/0.11/0.00/0.13)	

CMYK yüzdeleri

%20.81
%10.86
%0
%13.33

Codes

Color #AFC5DD in popluar color models

AFC5DD
RGB175197221
HSL211°40.35%77.65%
HSB/HSV211°20.81%86.67%
CMYK20.81%10.86%0.00%
13.33%

Color #AFC5DD in popluar number systems.

HEXAFC5DD
Decimal175197221
Binary101011111100010111011101
Octal257305335

Shades and tints

Shades of #AFC5DD

#AFC5DD
(175,197,221)
#A0B4C9
(160,180,201)
#91A3B5
(145,163,181)
#8292A1
(130,146,161)
#73818D
(115,129,141)
#647079
(100,112,121)
#555F65
(85,95,101)
#464E51
(70,78,81)
#373D3D
(55,61,61)
#282C29
(40,44,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #AFC5DD

#AFC5DD
(175,197,221)
#B6CAE0
(182,202,224)
#BDCFE3
(189,207,227)
#C4D4E6
(196,212,230)
#CBD9E9
(203,217,233)
#D2DEEC
(210,222,236)
#D9E3EF
(217,227,239)
#E0E8F2
(224,232,242)
#E7EDF5
(231,237,245)
#EEF2F8
(238,242,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC5DD; }

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

This text font color is #AFC5DD.


Background Color

.myBgColor { background-color: #AFC5DD; }

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

This div background color is #AFC5DD.


Border color

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

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

This div border color is #AFC5DD.


Opacity

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

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

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

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

This text has shadow with #AFC5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC5DD on black background.


Color preview on white background

This text has color #AFC5DD on white background.



Black color preview on #AFC5DD background

This text has black color on #AFC5DD background.


White color preview on #AFC5DD background

This text has white color on #AFC5DD background.