COLOR #AFDEC3

HEX: #AFDEC3 RGB: (175,222,195)

Color info

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

RGB color model

#AFDEC3 color RGB value is (175,222,195).

RGB: (175,222,195) (69%, 87%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 195 of 255 = 76%

175
222
195

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

Portions of RGB colors in percentages

R + G + B = 175 + 222 + 195 = 592 (100%)
R 175 of 592 ~ 29.56%
G 222 of 592 ~ 37.5%
B 195 of 592 ~ 32.94'%

%29.56
%37.5
%32.94

CMYK color model

#AFDEC3 color CMYK value is (21,0,12,13).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 12.94%

CMYK: (21,0,12,13)
C21M0Y12K13 (21%, 0%, 12%, 13%)
(0.21 / 0.00 / 0.12 / 0.13)

CMYK percentages

%21.17
%0
%12.16
%12.94

Codes

Color #AFDEC3 in popluar color models

AF DE C3
RGB 175 222 195
HSL 146° 41.59% 77.84%
HSB/HSV 146° 21.17% 87.06%
CMYK 21.17% 0.00% 12.16%
12.94%

Color #AFDEC3 in popluar number systems.

HEX AF DE C3
Decimal 175 222 195
Binary 10101111 11011110 11000011
Octal 257 336 303

Shades and tints

Shades of #AFDEC3

#AFDEC3
(175,222,195)
#A0CAB2
(160,202,178)
#91B6A1
(145,182,161)
#82A290
(130,162,144)
#738E7F
(115,142,127)
#647A6E
(100,122,110)
#55665D
(85,102,93)
#46524C
(70,82,76)
#373E3B
(55,62,59)
#282A2A
(40,42,42)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #AFDEC3

#AFDEC3
(175,222,195)
#B6E1C8
(182,225,200)
#BDE4CD
(189,228,205)
#C4E7D2
(196,231,210)
#CBEAD7
(203,234,215)
#D2EDDC
(210,237,220)
#D9F0E1
(217,240,225)
#E0F3E6
(224,243,230)
#E7F6EB
(231,246,235)
#EEF9F0
(238,249,240)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDEC3 color. Also use rgb(175,222,195) instead hex code.

Text Font Color

.myTextColor { color: #AFDEC3; }

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

This text font color is #AFDEC3.

Background Color

.myBgColor { background-color: #AFDEC3; }

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

This div background color is #AFDEC3.

Border color

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

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

This div border color is #AFDEC3.

Opacity

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

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

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

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

This text has shadow with #AFDEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDEC3.

Preview

Color preview on black background

This text has color #AFDEC3 on black background.


Color preview on white background

This text has color #AFDEC3 on white background.


Black color preview on #AFDEC3 background

This text has black color on #AFDEC3 background.


White color preview on #AFDEC3 background

This text has white color on #AFDEC3 background.


Related colors

Complementary color

Complementary color for #hex is #50213C.


I love getcolorcode.com

Triadic colors

1 #C3AFDE and #DEC3AF with #AFDEC3 are triadic colors.

2 #C3DEAF and #DEAFC3 with #AFDEC3 are triadic colors.