COLOR #AFD5BB

HEX: #AFD5BB
RGB: (175,213,187)

Renk bilgisi

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

RGB renk modeli

#AFD5BB color RGB value is (175,213,187).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 213 of 255 = 84%
B 187 of 255 = 73%

175
213
187

R + G + B ~ 75%. #AFD5BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 213 + 187 = 575 (100%)
R 175 of 575 ~ 30.43%
G 213 of 575 ~ 37.04%
B 187 of 575 ~ 32.52%

%30.43
%37.04
%32.52

CMYK RENK MODELİ

#AFD5BB rengi CMYK tonu (18,0,12,16).

  • camgöbeği tonu 17.84%
  • eflatun tonu 0.00%
  • sarı tonu 12.21%
  • ana renk tonu 16.47%
CMYK:
(18,0,12,16)
C18M0Y12K16 
(18%,0%,12%,16%)
(0.18/0.00/0.12/0.16)	

CMYK yüzdeleri

%17.84
%0
%12.21
%16.47

Codes

Color #AFD5BB in popluar color models

AFD5BB
RGB175213187
HSL139°31.15%76.08%
HSB/HSV139°17.84%83.53%
CMYK17.84%0.00%12.21%
16.47%

Color #AFD5BB in popluar number systems.

HEXAFD5BB
Decimal175213187
Binary101011111101010110111011
Octal257325273

Shades and tints

Shades of #AFD5BB

#AFD5BB
(175,213,187)
#A0C2AA
(160,194,170)
#91AF99
(145,175,153)
#829C88
(130,156,136)
#738977
(115,137,119)
#647666
(100,118,102)
#556355
(85,99,85)
#465044
(70,80,68)
#373D33
(55,61,51)
#282A22
(40,42,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #AFD5BB

#AFD5BB
(175,213,187)
#B6D8C1
(182,216,193)
#BDDBC7
(189,219,199)
#C4DECD
(196,222,205)
#CBE1D3
(203,225,211)
#D2E4D9
(210,228,217)
#D9E7DF
(217,231,223)
#E0EAE5
(224,234,229)
#E7EDEB
(231,237,235)
#EEF0F1
(238,240,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD5BB; }

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

This text font color is #AFD5BB.


Background Color

.myBgColor { background-color: #AFD5BB; }

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

This div background color is #AFD5BB.


Border color

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

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

This div border color is #AFD5BB.


Opacity

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

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

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

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

This text has shadow with #AFD5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5BB on black background.


Color preview on white background

This text has color #AFD5BB on white background.



Black color preview on #AFD5BB background

This text has black color on #AFD5BB background.


White color preview on #AFD5BB background

This text has white color on #AFD5BB background.