COLOR #AFDEBA

HEX: #AFDEBA RGB: (175,222,186)

Color info

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

RGB color model

#AFDEBA color RGB value is (175,222,186).

RGB: (175,222,186) (69%, 87%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 186 of 255 = 73%

175
222
186

R + G + B ~ 76%. #AFDEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 222 + 186 = 583 (100%)
R 175 of 583 ~ 30.02%
G 222 of 583 ~ 38.08%
B 186 of 583 ~ 31.9'%

%30.02
%38.08
%31.9

CMYK color model

#AFDEBA color CMYK value is (21,0,16,13).

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

CMYK: (21,0,16,13)
C21M0Y16K13 (21%, 0%, 16%, 13%)
(0.21 / 0.00 / 0.16 / 0.13)

CMYK percentages

%21.17
%0
%16.22
%12.94

Codes

Color #AFDEBA in popluar color models

AF DE BA
RGB 175 222 186
HSL 134° 41.59% 77.84%
HSB/HSV 134° 21.17% 87.06%
CMYK 21.17% 0.00% 16.22%
12.94%

Color #AFDEBA in popluar number systems.

HEX AF DE BA
Decimal 175 222 186
Binary 10101111 11011110 10111010
Octal 257 336 272

Shades and tints

Shades of #AFDEBA

#AFDEBA
(175,222,186)
#A0CAAA
(160,202,170)
#91B69A
(145,182,154)
#82A28A
(130,162,138)
#738E7A
(115,142,122)
#647A6A
(100,122,106)
#55665A
(85,102,90)
#46524A
(70,82,74)
#373E3A
(55,62,58)
#282A2A
(40,42,42)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #AFDEBA

#AFDEBA
(175,222,186)
#B6E1C0
(182,225,192)
#BDE4C6
(189,228,198)
#C4E7CC
(196,231,204)
#CBEAD2
(203,234,210)
#D2EDD8
(210,237,216)
#D9F0DE
(217,240,222)
#E0F3E4
(224,243,228)
#E7F6EA
(231,246,234)
#EEF9F0
(238,249,240)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDEBA; }

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

This text font color is #AFDEBA.

Background Color

.myBgColor { background-color: #AFDEBA; }

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

This div background color is #AFDEBA.

Border color

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

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

This div border color is #AFDEBA.

Opacity

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

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

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

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

This text has shadow with #AFDEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDEBA.

Preview

Color preview on black background

This text has color #AFDEBA on black background.


Color preview on white background

This text has color #AFDEBA on white background.


Black color preview on #AFDEBA background

This text has black color on #AFDEBA background.


White color preview on #AFDEBA background

This text has white color on #AFDEBA background.


Related colors

Complementary color

Complementary color for #hex is #502145.


I love getcolorcode.com

Triadic colors

1 #BAAFDE and #DEBAAF with #AFDEBA are triadic colors.

2 #BADEAF and #DEAFBA with #AFDEBA are triadic colors.