COLOR #AFECED

HEX: #AFECED
RGB: (175,236,237)

Color info

#AFECED contains mainly green and blue colors. Web safe color of #AFECED is #99FFFF (or #9FF).

RGB color model

#AFECED color RGB value is (175,236,237).

  • red value is 175;
  • green value is 236;
  • blue value is 237.
RGB:
(175,236,237)
(69%,93%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 236 of 255 = 93%
B 237 of 255 = 93%

175
236
237

R + G + B ~ 85%. #AFECED is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 236 + 237 = 648 (100%)
R 175 of 648 ~ 27.01%
G 236 of 648 ~ 36.42%
B 237 of 648 ~ 36.57%

%27.01
%36.42
%36.57

CMYK color model

#AFECED color CMYK value is (26,0,0,7).

  • cyan value is 26.16%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(26,0,0,7)
C26M0Y0K7 
(26%,0%,0%,7%)
(0.26/0.00/0.00/0.07)	

CMYK percentages

%26.16
%0.42
%0
%7.06

Codes

Color #AFECED in popluar color models

AFECED
RGB175236237
HSL181°63.27%80.78%
HSB/HSV181°26.16%92.94%
CMYK26.16%0.42%0.00%
7.06%

Color #AFECED in popluar number systems.

HEXAFECED
Decimal175236237
Binary101011111110110011101101
Octal257354355

Shades and tints

Shades of #AFECED

#AFECED
(175,236,237)
#A0D7D8
(160,215,216)
#91C2C3
(145,194,195)
#82ADAE
(130,173,174)
#739899
(115,152,153)
#648384
(100,131,132)
#556E6F
(85,110,111)
#46595A
(70,89,90)
#374445
(55,68,69)
#282F30
(40,47,48)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #AFECED

#AFECED
(175,236,237)
#B6EDEE
(182,237,238)
#BDEEEF
(189,238,239)
#C4EFF0
(196,239,240)
#CBF0F1
(203,240,241)
#D2F1F2
(210,241,242)
#D9F2F3
(217,242,243)
#E0F3F4
(224,243,244)
#E7F4F5
(231,244,245)
#EEF5F6
(238,245,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFECED color. Also use rgb(175,236,237) instead hex code.

Text Font Color

.myTextColor { color: #AFECED; }

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

This text font color is #AFECED.


Background Color

.myBgColor { background-color: #AFECED; }

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

This div background color is #AFECED.


Border color

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

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

This div border color is #AFECED.


Opacity

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

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

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

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

This text has shadow with #AFECED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFECED on black background.


Color preview on white background

This text has color #AFECED on white background.



Black color preview on #AFECED background

This text has black color on #AFECED background.


White color preview on #AFECED background

This text has white color on #AFECED background.