COLOR #AFEBED

HEX: #AFEBED
RGB: (175,235,237)

Color info

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

RGB color model

#AFEBED color RGB value is (175,235,237).

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

RGB channels and saturation

R 175 of 255 = 69%
G 235 of 255 = 92%
B 237 of 255 = 93%

175
235
237

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

Portions of RGB colors in percentages

R + G + B =
175 + 235 + 237 = 647 (100%)
R 175 of 647 ~ 27.05%
G 235 of 647 ~ 36.32%
B 237 of 647 ~ 36.63%

%27.05
%36.32
%36.63

CMYK color model

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

  • cyan value is 26.16%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(26,1,0,7)
C26M1Y0K7 
(26%,1%,0%,7%)
(0.26/0.01/0.00/0.07)	

CMYK percentages

%26.16
%0.84
%0
%7.06

Codes

Color #AFEBED in popluar color models

AFEBED
RGB175235237
HSL182°63.27%80.78%
HSB/HSV182°26.16%92.94%
CMYK26.16%0.84%0.00%
7.06%

Color #AFEBED in popluar number systems.

HEXAFEBED
Decimal175235237
Binary101011111110101111101101
Octal257353355

Shades and tints

Shades of #AFEBED

#AFEBED
(175,235,237)
#A0D6D8
(160,214,216)
#91C1C3
(145,193,195)
#82ACAE
(130,172,174)
#739799
(115,151,153)
#648284
(100,130,132)
#556D6F
(85,109,111)
#46585A
(70,88,90)
#374345
(55,67,69)
#282E30
(40,46,48)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #AFEBED

#AFEBED
(175,235,237)
#B6ECEE
(182,236,238)
#BDEDEF
(189,237,239)
#C4EEF0
(196,238,240)
#CBEFF1
(203,239,241)
#D2F0F2
(210,240,242)
#D9F1F3
(217,241,243)
#E0F2F4
(224,242,244)
#E7F3F5
(231,243,245)
#EEF4F6
(238,244,246)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEBED; }

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

This text font color is #AFEBED.


Background Color

.myBgColor { background-color: #AFEBED; }

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

This div background color is #AFEBED.


Border color

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

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

This div border color is #AFEBED.


Opacity

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

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

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

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

This text has shadow with #AFEBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEBED on black background.


Color preview on white background

This text has color #AFEBED on white background.



Black color preview on #AFEBED background

This text has black color on #AFEBED background.


White color preview on #AFEBED background

This text has white color on #AFEBED background.