COLOR #AFBED0

HEX: #AFBED0 RGB: (175,190,208)

Color info

#AFBED0 contains red, green and blue colors in about the same proportion. Web safe color of #AFBED0 is #99CCCC (or #9CC).

RGB color model

#AFBED0 color RGB value is (175,190,208).

RGB: (175,190,208) (69%, 75%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 208 of 255 = 82%

175
190
208

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

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 208 = 573 (100%)
R 175 of 573 ~ 30.54%
G 190 of 573 ~ 33.16%
B 208 of 573 ~ 36.3'%

%30.54
%33.16
%36.3

CMYK color model

#AFBED0 color CMYK value is (16,9,0,18).

  • cyan value is 15.87%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (16,9,0,18) C16M9Y0K18 (16%,9%,0%,18%) (0.16/0.09/0.00/0.18) 

CMYK percentages

%15.87
%8.65
%0
%18.43

Codes

Color #AFBED0 in popluar color models

AF BE D0
RGB 175 190 208
HSL 213° 25.98% 75.10%
HSB/HSV 213° 15.87% 81.57%
CMYK 15.87% 8.65% 0.00%
18.43%

Color #AFBED0 in popluar number systems.

HEX AF BE D0
Decimal 175 190 208
Binary 10101111 10111110 11010000
Octal 257 276 320

Shades and tints

Shades of #AFBED0

#AFBED0
(175,190,208)
#A0ADBE
(160,173,190)
#919CAC
(145,156,172)
#828B9A
(130,139,154)
#737A88
(115,122,136)
#646976
(100,105,118)
#555864
(85,88,100)
#464752
(70,71,82)
#373640
(55,54,64)
#28252E
(40,37,46)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #AFBED0

#AFBED0
(175,190,208)
#B6C3D4
(182,195,212)
#BDC8D8
(189,200,216)
#C4CDDC
(196,205,220)
#CBD2E0
(203,210,224)
#D2D7E4
(210,215,228)
#D9DCE8
(217,220,232)
#E0E1EC
(224,225,236)
#E7E6F0
(231,230,240)
#EEEBF4
(238,235,244)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBED0; }

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

This text font color is #AFBED0.

Background Color

.myBgColor { background-color: #AFBED0; }

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

This div background color is #AFBED0.

Border color

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

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

This div border color is #AFBED0.

Opacity

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

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

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

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

This text has shadow with #AFBED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBED0.

Preview

Color preview on black background

This text has color #AFBED0 on black background.


Color preview on white background

This text has color #AFBED0 on white background.


Black color preview on #AFBED0 background

This text has black color on #AFBED0 background.


White color preview on #AFBED0 background

This text has white color on #AFBED0 background.


Related colors

Complementary color

Complementary color for #hex is #50412F.


I love getcolorcode.com

Triadic colors

1 #D0AFBE and #BED0AF with #AFBED0 are triadic colors.

2 #D0BEAF and #BEAFD0 with #AFBED0 are triadic colors.