COLOR #AFCBD2

HEX: #AFCBD2
RGB: (175,203,210)

Color info

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

RGB color model

#AFCBD2 color RGB value is (175,203,210).

  • red value is 175;
  • green value is 203;
  • blue value is 210.
RGB:
(175,203,210)
(69%,80%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 210 of 255 = 82%

175
203
210

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

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 210 = 588 (100%)
R 175 of 588 ~ 29.76%
G 203 of 588 ~ 34.52%
B 210 of 588 ~ 35.71%

%29.76
%34.52
%35.71

CMYK color model

#AFCBD2 color CMYK value is (17,3,0,18).

  • cyan value is 16.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(17,3,0,18)
C17M3Y0K18 
(17%,3%,0%,18%)
(0.17/0.03/0.00/0.18)	

CMYK percentages

%16.67
%3.33
%0
%17.65

Codes

Color #AFCBD2 in popluar color models

AFCBD2
RGB175203210
HSL192°28.00%75.49%
HSB/HSV192°16.67%82.35%
CMYK16.67%3.33%0.00%
17.65%

Color #AFCBD2 in popluar number systems.

HEXAFCBD2
Decimal175203210
Binary101011111100101111010010
Octal257313322

Shades and tints

Shades of #AFCBD2

#AFCBD2
(175,203,210)
#A0B9BF
(160,185,191)
#91A7AC
(145,167,172)
#829599
(130,149,153)
#738386
(115,131,134)
#647173
(100,113,115)
#555F60
(85,95,96)
#464D4D
(70,77,77)
#373B3A
(55,59,58)
#282927
(40,41,39)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFCBD2

#AFCBD2
(175,203,210)
#B6CFD6
(182,207,214)
#BDD3DA
(189,211,218)
#C4D7DE
(196,215,222)
#CBDBE2
(203,219,226)
#D2DFE6
(210,223,230)
#D9E3EA
(217,227,234)
#E0E7EE
(224,231,238)
#E7EBF2
(231,235,242)
#EEEFF6
(238,239,246)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCBD2 color. Also use rgb(175,203,210) instead hex code.

Text Font Color

.myTextColor { color: #AFCBD2; }

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

This text font color is #AFCBD2.


Background Color

.myBgColor { background-color: #AFCBD2; }

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

This div background color is #AFCBD2.


Border color

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

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

This div border color is #AFCBD2.


Opacity

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

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

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

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

This text has shadow with #AFCBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCBD2 on black background.


Color preview on white background

This text has color #AFCBD2 on white background.



Black color preview on #AFCBD2 background

This text has black color on #AFCBD2 background.


White color preview on #AFCBD2 background

This text has white color on #AFCBD2 background.