COLOR #AFE3D5

HEX: #AFE3D5
RGB: (175,227,213)

Color info

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

RGB color model

#AFE3D5 color RGB value is (175,227,213).

  • red value is 175;
  • green value is 227;
  • blue value is 213.
RGB:
(175,227,213)
(69%,89%,84%)

RGB channels and saturation

R 175 of 255 = 69%
G 227 of 255 = 89%
B 213 of 255 = 84%

175
227
213

R + G + B ~ 81%. #AFE3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 227 + 213 = 615 (100%)
R 175 of 615 ~ 28.46%
G 227 of 615 ~ 36.91%
B 213 of 615 ~ 34.63%

%28.46
%36.91
%34.63

CMYK color model

#AFE3D5 color CMYK value is (23,0,6,11).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(23,0,6,11)
C23M0Y6K11 
(23%,0%,6%,11%)
(0.23/0.00/0.06/0.11)	

CMYK percentages

%22.91
%0
%6.17
%10.98

Codes

Color #AFE3D5 in popluar color models

AFE3D5
RGB175227213
HSL164°48.15%78.82%
HSB/HSV164°22.91%89.02%
CMYK22.91%0.00%6.17%
10.98%

Color #AFE3D5 in popluar number systems.

HEXAFE3D5
Decimal175227213
Binary101011111110001111010101
Octal257343325

Shades and tints

Shades of #AFE3D5

#AFE3D5
(175,227,213)
#A0CFC2
(160,207,194)
#91BBAF
(145,187,175)
#82A79C
(130,167,156)
#739389
(115,147,137)
#647F76
(100,127,118)
#556B63
(85,107,99)
#465750
(70,87,80)
#37433D
(55,67,61)
#282F2A
(40,47,42)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #AFE3D5

#AFE3D5
(175,227,213)
#B6E5D8
(182,229,216)
#BDE7DB
(189,231,219)
#C4E9DE
(196,233,222)
#CBEBE1
(203,235,225)
#D2EDE4
(210,237,228)
#D9EFE7
(217,239,231)
#E0F1EA
(224,241,234)
#E7F3ED
(231,243,237)
#EEF5F0
(238,245,240)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE3D5 color. Also use rgb(175,227,213) instead hex code.

Text Font Color

.myTextColor { color: #AFE3D5; }

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

This text font color is #AFE3D5.


Background Color

.myBgColor { background-color: #AFE3D5; }

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

This div background color is #AFE3D5.


Border color

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

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

This div border color is #AFE3D5.


Opacity

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

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

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

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

This text has shadow with #AFE3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE3D5 on black background.


Color preview on white background

This text has color #AFE3D5 on white background.



Black color preview on #AFE3D5 background

This text has black color on #AFE3D5 background.


White color preview on #AFE3D5 background

This text has white color on #AFE3D5 background.