COLOR #AFC2DD

HEX: #AFC2DD
RGB: (175,194,221)

Renk bilgisi

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

RGB renk modeli

#AFC2DD color RGB value is (175,194,221).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 194 of 255 = 76%
B 221 of 255 = 87%

175
194
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 194 + 221 = 590 (100%)
R 175 of 590 ~ 29.66%
G 194 of 590 ~ 32.88%
B 221 of 590 ~ 37.46%

%29.66
%32.88
%37.46

CMYK RENK MODELİ

#AFC2DD rengi CMYK tonu (21,12,0,13).

  • camgöbeği tonu 20.81%
  • eflatun tonu 12.22%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(21,12,0,13)
C21M12Y0K13 
(21%,12%,0%,13%)
(0.21/0.12/0.00/0.13)	

CMYK yüzdeleri

%20.81
%12.22
%0
%13.33

Codes

Color #AFC2DD in popluar color models

AFC2DD
RGB175194221
HSL215°40.35%77.65%
HSB/HSV215°20.81%86.67%
CMYK20.81%12.22%0.00%
13.33%

Color #AFC2DD in popluar number systems.

HEXAFC2DD
Decimal175194221
Binary101011111100001011011101
Octal257302335

Shades and tints

Shades of #AFC2DD

#AFC2DD
(175,194,221)
#A0B1C9
(160,177,201)
#91A0B5
(145,160,181)
#828FA1
(130,143,161)
#737E8D
(115,126,141)
#646D79
(100,109,121)
#555C65
(85,92,101)
#464B51
(70,75,81)
#373A3D
(55,58,61)
#282929
(40,41,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #AFC2DD

#AFC2DD
(175,194,221)
#B6C7E0
(182,199,224)
#BDCCE3
(189,204,227)
#C4D1E6
(196,209,230)
#CBD6E9
(203,214,233)
#D2DBEC
(210,219,236)
#D9E0EF
(217,224,239)
#E0E5F2
(224,229,242)
#E7EAF5
(231,234,245)
#EEEFF8
(238,239,248)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC2DD; }

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

This text font color is #AFC2DD.


Background Color

.myBgColor { background-color: #AFC2DD; }

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

This div background color is #AFC2DD.


Border color

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

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

This div border color is #AFC2DD.


Opacity

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

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

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

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

This text has shadow with #AFC2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC2DD on black background.


Color preview on white background

This text has color #AFC2DD on white background.



Black color preview on #AFC2DD background

This text has black color on #AFC2DD background.


White color preview on #AFC2DD background

This text has white color on #AFC2DD background.