COLOR #AFBEDB

HEX: #AFBEDB
RGB: (175,190,219)

Renk bilgisi

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

RGB renk modeli

#AFBEDB color RGB value is (175,190,219).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 190 of 255 = 75%
B 219 of 255 = 86%

175
190
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 190 + 219 = 584 (100%)
R 175 of 584 ~ 29.97%
G 190 of 584 ~ 32.53%
B 219 of 584 ~ 37.5%

%29.97
%32.53
%37.5

CMYK RENK MODELİ

#AFBEDB rengi CMYK tonu (20,13,0,14).

  • camgöbeği tonu 20.09%
  • eflatun tonu 13.24%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(20,13,0,14)
C20M13Y0K14 
(20%,13%,0%,14%)
(0.20/0.13/0.00/0.14)	

CMYK yüzdeleri

%20.09
%13.24
%0
%14.12

Codes

Color #AFBEDB in popluar color models

AFBEDB
RGB175190219
HSL220°37.93%77.25%
HSB/HSV220°20.09%85.88%
CMYK20.09%13.24%0.00%
14.12%

Color #AFBEDB in popluar number systems.

HEXAFBEDB
Decimal175190219
Binary101011111011111011011011
Octal257276333

Shades and tints

Shades of #AFBEDB

#AFBEDB
(175,190,219)
#A0ADC8
(160,173,200)
#919CB5
(145,156,181)
#828BA2
(130,139,162)
#737A8F
(115,122,143)
#64697C
(100,105,124)
#555869
(85,88,105)
#464756
(70,71,86)
#373643
(55,54,67)
#282530
(40,37,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #AFBEDB

#AFBEDB
(175,190,219)
#B6C3DE
(182,195,222)
#BDC8E1
(189,200,225)
#C4CDE4
(196,205,228)
#CBD2E7
(203,210,231)
#D2D7EA
(210,215,234)
#D9DCED
(217,220,237)
#E0E1F0
(224,225,240)
#E7E6F3
(231,230,243)
#EEEBF6
(238,235,246)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEDB; }

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

This text font color is #AFBEDB.


Background Color

.myBgColor { background-color: #AFBEDB; }

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

This div background color is #AFBEDB.


Border color

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

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

This div border color is #AFBEDB.


Opacity

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

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

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

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

This text has shadow with #AFBEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEDB on black background.


Color preview on white background

This text has color #AFBEDB on white background.



Black color preview on #AFBEDB background

This text has black color on #AFBEDB background.


White color preview on #AFBEDB background

This text has white color on #AFBEDB background.