COLOR #AFDCEA

HEX: #AFDCEA
RGB: (175,220,234)

Color info

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

RGB color model

#AFDCEA color RGB value is (175,220,234).

  • red value is 175;
  • green value is 220;
  • blue value is 234.
RGB:
(175,220,234)
(69%,86%,92%)

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 234 of 255 = 92%

175
220
234

R + G + B ~ 82%. #AFDCEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 220 + 234 = 629 (100%)
R 175 of 629 ~ 27.82%
G 220 of 629 ~ 34.98%
B 234 of 629 ~ 37.2%

%27.82
%34.98
%37.2

CMYK color model

#AFDCEA color CMYK value is (25,6,0,8).

  • cyan value is 25.21%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(25,6,0,8)
C25M6Y0K8 
(25%,6%,0%,8%)
(0.25/0.06/0.00/0.08)	

CMYK percentages

%25.21
%5.98
%0
%8.24

Codes

Color #AFDCEA in popluar color models

AFDCEA
RGB175220234
HSL194°58.42%80.20%
HSB/HSV194°25.21%91.76%
CMYK25.21%5.98%0.00%
8.24%

Color #AFDCEA in popluar number systems.

HEXAFDCEA
Decimal175220234
Binary101011111101110011101010
Octal257334352

Shades and tints

Shades of #AFDCEA

#AFDCEA
(175,220,234)
#A0C8D5
(160,200,213)
#91B4C0
(145,180,192)
#82A0AB
(130,160,171)
#738C96
(115,140,150)
#647881
(100,120,129)
#55646C
(85,100,108)
#465057
(70,80,87)
#373C42
(55,60,66)
#28282D
(40,40,45)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFDCEA

#AFDCEA
(175,220,234)
#B6DFEB
(182,223,235)
#BDE2EC
(189,226,236)
#C4E5ED
(196,229,237)
#CBE8EE
(203,232,238)
#D2EBEF
(210,235,239)
#D9EEF0
(217,238,240)
#E0F1F1
(224,241,241)
#E7F4F2
(231,244,242)
#EEF7F3
(238,247,243)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDCEA color. Also use rgb(175,220,234) instead hex code.

Text Font Color

.myTextColor { color: #AFDCEA; }

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

This text font color is #AFDCEA.


Background Color

.myBgColor { background-color: #AFDCEA; }

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

This div background color is #AFDCEA.


Border color

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

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

This div border color is #AFDCEA.


Opacity

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

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

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

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

This text has shadow with #AFDCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDCEA on black background.


Color preview on white background

This text has color #AFDCEA on white background.



Black color preview on #AFDCEA background

This text has black color on #AFDCEA background.


White color preview on #AFDCEA background

This text has white color on #AFDCEA background.