COLOR #AFCEBF

HEX: #AFCEBF
RGB: (175,206,191)

Color info

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

RGB color model

#AFCEBF color RGB value is (175,206,191).

  • red value is 175;
  • green value is 206;
  • blue value is 191.
RGB:
(175,206,191)
(69%,81%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 206 of 255 = 81%
B 191 of 255 = 75%

175
206
191

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

Portions of RGB colors in percentages

R + G + B =
175 + 206 + 191 = 572 (100%)
R 175 of 572 ~ 30.59%
G 206 of 572 ~ 36.01%
B 191 of 572 ~ 33.39%

%30.59
%36.01
%33.39

CMYK color model

#AFCEBF color CMYK value is (15,0,7,19).

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • key color value is 19.22%
CMYK:
(15,0,7,19)
C15M0Y7K19 
(15%,0%,7%,19%)
(0.15/0.00/0.07/0.19)	

CMYK percentages

%15.05
%0
%7.28
%19.22

Codes

Color #AFCEBF in popluar color models

AFCEBF
RGB175206191
HSL151°24.03%74.71%
HSB/HSV151°15.05%80.78%
CMYK15.05%0.00%7.28%
19.22%

Color #AFCEBF in popluar number systems.

HEXAFCEBF
Decimal175206191
Binary101011111100111010111111
Octal257316277

Shades and tints

Shades of #AFCEBF

#AFCEBF
(175,206,191)
#A0BCAE
(160,188,174)
#91AA9D
(145,170,157)
#82988C
(130,152,140)
#73867B
(115,134,123)
#64746A
(100,116,106)
#556259
(85,98,89)
#465048
(70,80,72)
#373E37
(55,62,55)
#282C26
(40,44,38)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #AFCEBF

#AFCEBF
(175,206,191)
#B6D2C4
(182,210,196)
#BDD6C9
(189,214,201)
#C4DACE
(196,218,206)
#CBDED3
(203,222,211)
#D2E2D8
(210,226,216)
#D9E6DD
(217,230,221)
#E0EAE2
(224,234,226)
#E7EEE7
(231,238,231)
#EEF2EC
(238,242,236)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCEBF; }

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

This text font color is #AFCEBF.


Background Color

.myBgColor { background-color: #AFCEBF; }

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

This div background color is #AFCEBF.


Border color

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

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

This div border color is #AFCEBF.


Opacity

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

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

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

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

This text has shadow with #AFCEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCEBF on black background.


Color preview on white background

This text has color #AFCEBF on white background.



Black color preview on #AFCEBF background

This text has black color on #AFCEBF background.


White color preview on #AFCEBF background

This text has white color on #AFCEBF background.