COLOR #AFEBCE

HEX: #AFEBCE RGB: (175,235,206)

Color info

#AFEBCE contains mainly green and blue colors. Web safe color of #AFEBCE is #99FFCC (or #9FC).

RGB color model

#AFEBCE color RGB value is (175,235,206).

RGB: (175,235,206) (69%, 92%, 81%)

RGB channels and saturation

R 175 of 255 = 69%
G 235 of 255 = 92%
B 206 of 255 = 81%

175
235
206

R + G + B ~ 81%. #AFEBCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 235 + 206 = 616 (100%)
R 175 of 616 ~ 28.41%
G 235 of 616 ~ 38.15%
B 206 of 616 ~ 33.44'%

%28.41
%38.15
%33.44

CMYK color model

#AFEBCE color CMYK value is (26,0,12,8).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 7.84%

CMYK: (26,0,12,8)
C26M0Y12K8 (26%, 0%, 12%, 8%)
(0.26 / 0.00 / 0.12 / 0.08)

CMYK percentages

%25.53
%0
%12.34
%7.84

Codes

Color #AFEBCE in popluar color models

AF EB CE
RGB 175 235 206
HSL 151° 60.00% 80.39%
HSB/HSV 151° 25.53% 92.16%
CMYK 25.53% 0.00% 12.34%
7.84%

Color #AFEBCE in popluar number systems.

HEX AF EB CE
Decimal 175 235 206
Binary 10101111 11101011 11001110
Octal 257 353 316

Shades and tints

Shades of #AFEBCE

#AFEBCE
(175,235,206)
#A0D6BC
(160,214,188)
#91C1AA
(145,193,170)
#82AC98
(130,172,152)
#739786
(115,151,134)
#648274
(100,130,116)
#556D62
(85,109,98)
#465850
(70,88,80)
#37433E
(55,67,62)
#282E2C
(40,46,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #AFEBCE

#AFEBCE
(175,235,206)
#B6ECD2
(182,236,210)
#BDEDD6
(189,237,214)
#C4EEDA
(196,238,218)
#CBEFDE
(203,239,222)
#D2F0E2
(210,240,226)
#D9F1E6
(217,241,230)
#E0F2EA
(224,242,234)
#E7F3EE
(231,243,238)
#EEF4F2
(238,244,242)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEBCE color. Also use rgb(175,235,206) instead hex code.

Text Font Color

.myTextColor { color: #AFEBCE; }

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

This text font color is #AFEBCE.

Background Color

.myBgColor { background-color: #AFEBCE; }

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

This div background color is #AFEBCE.

Border color

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

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

This div border color is #AFEBCE.

Opacity

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

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

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

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

This text has shadow with #AFEBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEBCE.

Preview

Color preview on black background

This text has color #AFEBCE on black background.


Color preview on white background

This text has color #AFEBCE on white background.


Black color preview on #AFEBCE background

This text has black color on #AFEBCE background.


White color preview on #AFEBCE background

This text has white color on #AFEBCE background.


Related colors

Complementary color

Complementary color for #hex is #501431.


I love getcolorcode.com

Triadic colors

1 #CEAFEB and #EBCEAF with #AFEBCE are triadic colors.

2 #CEEBAF and #EBAFCE with #AFEBCE are triadic colors.