COLOR #AFBDCA

HEX: #AFBDCA
RGB: (175,189,202)

Color info

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

RGB color model

#AFBDCA color RGB value is (175,189,202).

  • red value is 175;
  • green value is 189;
  • blue value is 202.
RGB:
(175,189,202)
(69%,74%,79%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 202 of 255 = 79%

175
189
202

R + G + B ~ 74%. #AFBDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 202 = 566 (100%)
R 175 of 566 ~ 30.92%
G 189 of 566 ~ 33.39%
B 202 of 566 ~ 35.69%

%30.92
%33.39
%35.69

CMYK color model

#AFBDCA color CMYK value is (13,6,0,21).

  • cyan value is 13.37%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,6,0,21)
C13M6Y0K21 
(13%,6%,0%,21%)
(0.13/0.06/0.00/0.21)	

CMYK percentages

%13.37
%6.44
%0
%20.78

Codes

Color #AFBDCA in popluar color models

AFBDCA
RGB175189202
HSL209°20.30%73.92%
HSB/HSV209°13.37%79.22%
CMYK13.37%6.44%0.00%
20.78%

Color #AFBDCA in popluar number systems.

HEXAFBDCA
Decimal175189202
Binary101011111011110111001010
Octal257275312

Shades and tints

Shades of #AFBDCA

#AFBDCA
(175,189,202)
#A0ACB8
(160,172,184)
#919BA6
(145,155,166)
#828A94
(130,138,148)
#737982
(115,121,130)
#646870
(100,104,112)
#55575E
(85,87,94)
#46464C
(70,70,76)
#37353A
(55,53,58)
#282428
(40,36,40)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #AFBDCA

#AFBDCA
(175,189,202)
#B6C3CE
(182,195,206)
#BDC9D2
(189,201,210)
#C4CFD6
(196,207,214)
#CBD5DA
(203,213,218)
#D2DBDE
(210,219,222)
#D9E1E2
(217,225,226)
#E0E7E6
(224,231,230)
#E7EDEA
(231,237,234)
#EEF3EE
(238,243,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBDCA color. Also use rgb(175,189,202) instead hex code.

Text Font Color

.myTextColor { color: #AFBDCA; }

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

This text font color is #AFBDCA.


Background Color

.myBgColor { background-color: #AFBDCA; }

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

This div background color is #AFBDCA.


Border color

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

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

This div border color is #AFBDCA.


Opacity

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

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

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

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

This text has shadow with #AFBDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBDCA on black background.


Color preview on white background

This text has color #AFBDCA on white background.



Black color preview on #AFBDCA background

This text has black color on #AFBDCA background.


White color preview on #AFBDCA background

This text has white color on #AFBDCA background.