COLOR #AFCEBC

HEX: #AFCEBC RGB: (175,206,188)

Color info

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

RGB color model

#AFCEBC color RGB value is (175,206,188).

RGB: (175,206,188) (69%, 81%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 188 of 255 = 74%

175
206
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 206 + 188 = 569 (100%)
R 175 of 569 ~ 30.76%
G 206 of 569 ~ 36.2%
B 188 of 569 ~ 33.04'%

%30.76
%36.2
%33.04

CMYK color model

#AFCEBC color CMYK value is (15,0,9,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 19.22%

CMYK: (15,0,9,19)
C15M0Y9K19 (15%, 0%, 9%, 19%)
(0.15 / 0.00 / 0.09 / 0.19)

CMYK percentages

%15.05
%0
%8.74
%19.22

Codes

Color #AFCEBC in popluar color models

AF CE BC
RGB 175 206 188
HSL 145° 24.03% 74.71%
HSB/HSV 145° 15.05% 80.78%
CMYK 15.05% 0.00% 8.74%
19.22%

Color #AFCEBC in popluar number systems.

HEX AF CE BC
Decimal 175 206 188
Binary 10101111 11001110 10111100
Octal 257 316 274

Shades and tints

Shades of #AFCEBC

#AFCEBC
(175,206,188)
#A0BCAB
(160,188,171)
#91AA9A
(145,170,154)
#829889
(130,152,137)
#738678
(115,134,120)
#647467
(100,116,103)
#556256
(85,98,86)
#465045
(70,80,69)
#373E34
(55,62,52)
#282C23
(40,44,35)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #AFCEBC

#AFCEBC
(175,206,188)
#B6D2C2
(182,210,194)
#BDD6C8
(189,214,200)
#C4DACE
(196,218,206)
#CBDED4
(203,222,212)
#D2E2DA
(210,226,218)
#D9E6E0
(217,230,224)
#E0EAE6
(224,234,230)
#E7EEEC
(231,238,236)
#EEF2F2
(238,242,242)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCEBC; }

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

This text font color is #AFCEBC.

Background Color

.myBgColor { background-color: #AFCEBC; }

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

This div background color is #AFCEBC.

Border color

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

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

This div border color is #AFCEBC.

Opacity

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

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

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

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

This text has shadow with #AFCEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCEBC.

Preview

Color preview on black background

This text has color #AFCEBC on black background.


Color preview on white background

This text has color #AFCEBC on white background.


Black color preview on #AFCEBC background

This text has black color on #AFCEBC background.


White color preview on #AFCEBC background

This text has white color on #AFCEBC background.


Related colors

Complementary color

Complementary color for #hex is #503143.


I love getcolorcode.com

Triadic colors

1 #BCAFCE and #CEBCAF with #AFCEBC are triadic colors.

2 #BCCEAF and #CEAFBC with #AFCEBC are triadic colors.