COLOR #A8D2B5

HEX: #A8D2B5 RGB: (168,210,181)

Color info

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

RGB color model

#A8D2B5 color RGB value is (168,210,181).

RGB: (168,210,181) (66%, 82%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 210 of 255 = 82%
B 181 of 255 = 71%

168
210
181

R + G + B ~ 73%. #A8D2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 210 + 181 = 559 (100%)
R 168 of 559 ~ 30.05%
G 210 of 559 ~ 37.57%
B 181 of 559 ~ 32.38'%

%30.05
%37.57
%32.38

CMYK color model

#A8D2B5 color CMYK value is (20,0,14,18).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 17.65%

CMYK: (20,0,14,18)
C20M0Y14K18 (20%, 0%, 14%, 18%)
(0.20 / 0.00 / 0.14 / 0.18)

CMYK percentages

%20
%0
%13.81
%17.65

Codes

Color #A8D2B5 in popluar color models

A8 D2 B5
RGB 168 210 181
HSL 139° 31.82% 74.12%
HSB/HSV 139° 20.00% 82.35%
CMYK 20.00% 0.00% 13.81%
17.65%

Color #A8D2B5 in popluar number systems.

HEX A8 D2 B5
Decimal 168 210 181
Binary 10101000 11010010 10110101
Octal 250 322 265

Shades and tints

Shades of #A8D2B5

#A8D2B5
(168,210,181)
#99BFA5
(153,191,165)
#8AAC95
(138,172,149)
#7B9985
(123,153,133)
#6C8675
(108,134,117)
#5D7365
(93,115,101)
#4E6055
(78,96,85)
#3F4D45
(63,77,69)
#303A35
(48,58,53)
#212725
(33,39,37)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A8D2B5

#A8D2B5
(168,210,181)
#AFD6BB
(175,214,187)
#B6DAC1
(182,218,193)
#BDDEC7
(189,222,199)
#C4E2CD
(196,226,205)
#CBE6D3
(203,230,211)
#D2EAD9
(210,234,217)
#D9EEDF
(217,238,223)
#E0F2E5
(224,242,229)
#E7F6EB
(231,246,235)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D2B5 color. Also use rgb(168,210,181) instead hex code.

Text Font Color

.myTextColor { color: #A8D2B5; }

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

This text font color is #A8D2B5.

Background Color

.myBgColor { background-color: #A8D2B5; }

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

This div background color is #A8D2B5.

Border color

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

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

This div border color is #A8D2B5.

Opacity

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

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

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

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

This text has shadow with #A8D2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D2B5.

Preview

Color preview on black background

This text has color #A8D2B5 on black background.


Color preview on white background

This text has color #A8D2B5 on white background.


Black color preview on #A8D2B5 background

This text has black color on #A8D2B5 background.


White color preview on #A8D2B5 background

This text has white color on #A8D2B5 background.


Related colors

Complementary color

Complementary color for #hex is #572D4A.


I love getcolorcode.com

Triadic colors

1 #B5A8D2 and #D2B5A8 with #A8D2B5 are triadic colors.

2 #B5D2A8 and #D2A8B5 with #A8D2B5 are triadic colors.