COLOR #AFE3D3

HEX: #AFE3D3
RGB: (175,227,211)

Color info

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

RGB color model

#AFE3D3 color RGB value is (175,227,211).

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

RGB channels and saturation

R 175 of 255 = 69%
G 227 of 255 = 89%
B 211 of 255 = 83%

175
227
211

R + G + B ~ 80%. #AFE3D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 227 + 211 = 613 (100%)
R 175 of 613 ~ 28.55%
G 227 of 613 ~ 37.03%
B 211 of 613 ~ 34.42%

%28.55
%37.03
%34.42

CMYK color model

#AFE3D3 color CMYK value is (23,0,7,11).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 10.98%
CMYK:
(23,0,7,11)
C23M0Y7K11 
(23%,0%,7%,11%)
(0.23/0.00/0.07/0.11)	

CMYK percentages

%22.91
%0
%7.05
%10.98

Codes

Color #AFE3D3 in popluar color models

AFE3D3
RGB175227211
HSL162°48.15%78.82%
HSB/HSV162°22.91%89.02%
CMYK22.91%0.00%7.05%
10.98%

Color #AFE3D3 in popluar number systems.

HEXAFE3D3
Decimal175227211
Binary101011111110001111010011
Octal257343323

Shades and tints

Shades of #AFE3D3

#AFE3D3
(175,227,211)
#A0CFC0
(160,207,192)
#91BBAD
(145,187,173)
#82A79A
(130,167,154)
#739387
(115,147,135)
#647F74
(100,127,116)
#556B61
(85,107,97)
#46574E
(70,87,78)
#37433B
(55,67,59)
#282F28
(40,47,40)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #AFE3D3

#AFE3D3
(175,227,211)
#B6E5D7
(182,229,215)
#BDE7DB
(189,231,219)
#C4E9DF
(196,233,223)
#CBEBE3
(203,235,227)
#D2EDE7
(210,237,231)
#D9EFEB
(217,239,235)
#E0F1EF
(224,241,239)
#E7F3F3
(231,243,243)
#EEF5F7
(238,245,247)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE3D3; }

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

This text font color is #AFE3D3.


Background Color

.myBgColor { background-color: #AFE3D3; }

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

This div background color is #AFE3D3.


Border color

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

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

This div border color is #AFE3D3.


Opacity

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

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

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

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

This text has shadow with #AFE3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE3D3 on black background.


Color preview on white background

This text has color #AFE3D3 on white background.



Black color preview on #AFE3D3 background

This text has black color on #AFE3D3 background.


White color preview on #AFE3D3 background

This text has white color on #AFE3D3 background.