COLOR #AFD5DB

HEX: #AFD5DB
RGB: (175,213,219)

Renk bilgisi

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

RGB renk modeli

#AFD5DB color RGB value is (175,213,219).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 213 of 255 = 84%
B 219 of 255 = 86%

175
213
219

R + G + B ~ 80%. #AFD5DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 213 + 219 = 607 (100%)
R 175 of 607 ~ 28.83%
G 213 of 607 ~ 35.09%
B 219 of 607 ~ 36.08%

%28.83
%35.09
%36.08

CMYK RENK MODELİ

#AFD5DB rengi CMYK tonu (20,3,0,14).

  • camgöbeği tonu 20.09%
  • eflatun tonu 2.74%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(20,3,0,14)
C20M3Y0K14 
(20%,3%,0%,14%)
(0.20/0.03/0.00/0.14)	

CMYK yüzdeleri

%20.09
%2.74
%0
%14.12

Codes

Color #AFD5DB in popluar color models

AFD5DB
RGB175213219
HSL188°37.93%77.25%
HSB/HSV188°20.09%85.88%
CMYK20.09%2.74%0.00%
14.12%

Color #AFD5DB in popluar number systems.

HEXAFD5DB
Decimal175213219
Binary101011111101010111011011
Octal257325333

Shades and tints

Shades of #AFD5DB

#AFD5DB
(175,213,219)
#A0C2C8
(160,194,200)
#91AFB5
(145,175,181)
#829CA2
(130,156,162)
#73898F
(115,137,143)
#64767C
(100,118,124)
#556369
(85,99,105)
#465056
(70,80,86)
#373D43
(55,61,67)
#282A30
(40,42,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #AFD5DB

#AFD5DB
(175,213,219)
#B6D8DE
(182,216,222)
#BDDBE1
(189,219,225)
#C4DEE4
(196,222,228)
#CBE1E7
(203,225,231)
#D2E4EA
(210,228,234)
#D9E7ED
(217,231,237)
#E0EAF0
(224,234,240)
#E7EDF3
(231,237,243)
#EEF0F6
(238,240,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD5DB; }

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

This text font color is #AFD5DB.


Background Color

.myBgColor { background-color: #AFD5DB; }

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

This div background color is #AFD5DB.


Border color

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

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

This div border color is #AFD5DB.


Opacity

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

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

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

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

This text has shadow with #AFD5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5DB on black background.


Color preview on white background

This text has color #AFD5DB on white background.



Black color preview on #AFD5DB background

This text has black color on #AFD5DB background.


White color preview on #AFD5DB background

This text has white color on #AFD5DB background.