COLOR #AFDBBE

HEX: #AFDBBE
RGB: (175,219,190)

Color info

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

RGB color model

#AFDBBE color RGB value is (175,219,190).

  • red value is 175;
  • green value is 219;
  • blue value is 190.
RGB:
(175,219,190)
(69%,86%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 190 of 255 = 75%

175
219
190

R + G + B ~ 77%. #AFDBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 219 + 190 = 584 (100%)
R 175 of 584 ~ 29.97%
G 219 of 584 ~ 37.5%
B 190 of 584 ~ 32.53%

%29.97
%37.5
%32.53

CMYK color model

#AFDBBE color CMYK value is (20,0,13,14).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(20,0,13,14)
C20M0Y13K14 
(20%,0%,13%,14%)
(0.20/0.00/0.13/0.14)	

CMYK percentages

%20.09
%0
%13.24
%14.12

Codes

Color #AFDBBE in popluar color models

AFDBBE
RGB175219190
HSL140°37.93%77.25%
HSB/HSV140°20.09%85.88%
CMYK20.09%0.00%13.24%
14.12%

Color #AFDBBE in popluar number systems.

HEXAFDBBE
Decimal175219190
Binary101011111101101110111110
Octal257333276

Shades and tints

Shades of #AFDBBE

#AFDBBE
(175,219,190)
#A0C8AD
(160,200,173)
#91B59C
(145,181,156)
#82A28B
(130,162,139)
#738F7A
(115,143,122)
#647C69
(100,124,105)
#556958
(85,105,88)
#465647
(70,86,71)
#374336
(55,67,54)
#283025
(40,48,37)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #AFDBBE

#AFDBBE
(175,219,190)
#B6DEC3
(182,222,195)
#BDE1C8
(189,225,200)
#C4E4CD
(196,228,205)
#CBE7D2
(203,231,210)
#D2EAD7
(210,234,215)
#D9EDDC
(217,237,220)
#E0F0E1
(224,240,225)
#E7F3E6
(231,243,230)
#EEF6EB
(238,246,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDBBE color. Also use rgb(175,219,190) instead hex code.

Text Font Color

.myTextColor { color: #AFDBBE; }

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

This text font color is #AFDBBE.


Background Color

.myBgColor { background-color: #AFDBBE; }

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

This div background color is #AFDBBE.


Border color

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

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

This div border color is #AFDBBE.


Opacity

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

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

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

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

This text has shadow with #AFDBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDBBE on black background.


Color preview on white background

This text has color #AFDBBE on white background.



Black color preview on #AFDBBE background

This text has black color on #AFDBBE background.


White color preview on #AFDBBE background

This text has white color on #AFDBBE background.