COLOR #AFAED3

HEX: #AFAED3 RGB: (175,174,211)

Color info

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

RGB color model

#AFAED3 color RGB value is (175,174,211).

RGB: (175,174,211) (69%, 68%, 83%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 211 of 255 = 83%

175
174
211

R + G + B ~ 73%. #AFAED3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 211 = 560 (100%)
R 175 of 560 ~ 31.25%
G 174 of 560 ~ 31.07%
B 211 of 560 ~ 37.68'%

%31.25
%31.07
%37.68

CMYK color model

#AFAED3 color CMYK value is (17,18,0,17).

  • cyan value is 17.06%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (17,18,0,17)
C17M18Y0K17 (17%, 18%, 0%, 17%)
(0.17 / 0.18 / 0.00 / 0.17)

CMYK percentages

%17.06
%17.54
%0
%17.25

Codes

Color #AFAED3 in popluar color models

AF AE D3
RGB 175 174 211
HSL 242° 29.60% 75.49%
HSB/HSV 242° 17.54% 82.75%
CMYK 17.06% 17.54% 0.00%
17.25%

Color #AFAED3 in popluar number systems.

HEX AF AE D3
Decimal 175 174 211
Binary 10101111 10101110 11010011
Octal 257 256 323

Shades and tints

Shades of #AFAED3

#AFAED3
(175,174,211)
#A09FC0
(160,159,192)
#9190AD
(145,144,173)
#82819A
(130,129,154)
#737287
(115,114,135)
#646374
(100,99,116)
#555461
(85,84,97)
#46454E
(70,69,78)
#37363B
(55,54,59)
#282728
(40,39,40)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #AFAED3

#AFAED3
(175,174,211)
#B6B5D7
(182,181,215)
#BDBCDB
(189,188,219)
#C4C3DF
(196,195,223)
#CBCAE3
(203,202,227)
#D2D1E7
(210,209,231)
#D9D8EB
(217,216,235)
#E0DFEF
(224,223,239)
#E7E6F3
(231,230,243)
#EEEDF7
(238,237,247)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAED3 color. Also use rgb(175,174,211) instead hex code.

Text Font Color

.myTextColor { color: #AFAED3; }

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

This text font color is #AFAED3.

Background Color

.myBgColor { background-color: #AFAED3; }

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

This div background color is #AFAED3.

Border color

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

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

This div border color is #AFAED3.

Opacity

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

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

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

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

This text has shadow with #AFAED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAED3.

Preview

Color preview on black background

This text has color #AFAED3 on black background.


Color preview on white background

This text has color #AFAED3 on white background.


Black color preview on #AFAED3 background

This text has black color on #AFAED3 background.


White color preview on #AFAED3 background

This text has white color on #AFAED3 background.


Related colors

Complementary color

Complementary color for #hex is #50512C.


I love getcolorcode.com

Triadic colors

1 #D3AFAE and #AED3AF with #AFAED3 are triadic colors.

2 #D3AEAF and #AEAFD3 with #AFAED3 are triadic colors.