COLOR #A8DBC3

HEX: #A8DBC3 RGB: (168,219,195)

Color info

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

RGB color model

#A8DBC3 color RGB value is (168,219,195).

RGB: (168,219,195) (66%, 86%, 76%)

RGB channels and saturation

R 168 of 255 = 66%
G 219 of 255 = 86%
B 195 of 255 = 76%

168
219
195

R + G + B ~ 76%. #A8DBC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 219 + 195 = 582 (100%)
R 168 of 582 ~ 28.87%
G 219 of 582 ~ 37.63%
B 195 of 582 ~ 33.51'%

%28.87
%37.63
%33.51

CMYK color model

#A8DBC3 color CMYK value is (23,0,11,14).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 14.12%

CMYK: (23,0,11,14)
C23M0Y11K14 (23%, 0%, 11%, 14%)
(0.23 / 0.00 / 0.11 / 0.14)

CMYK percentages

%23.29
%0
%10.96
%14.12

Codes

Color #A8DBC3 in popluar color models

A8 DB C3
RGB 168 219 195
HSL 152° 41.46% 75.88%
HSB/HSV 152° 23.29% 85.88%
CMYK 23.29% 0.00% 10.96%
14.12%

Color #A8DBC3 in popluar number systems.

HEX A8 DB C3
Decimal 168 219 195
Binary 10101000 11011011 11000011
Octal 250 333 303

Shades and tints

Shades of #A8DBC3

#A8DBC3
(168,219,195)
#99C8B2
(153,200,178)
#8AB5A1
(138,181,161)
#7BA290
(123,162,144)
#6C8F7F
(108,143,127)
#5D7C6E
(93,124,110)
#4E695D
(78,105,93)
#3F564C
(63,86,76)
#30433B
(48,67,59)
#21302A
(33,48,42)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #A8DBC3

#A8DBC3
(168,219,195)
#AFDEC8
(175,222,200)
#B6E1CD
(182,225,205)
#BDE4D2
(189,228,210)
#C4E7D7
(196,231,215)
#CBEADC
(203,234,220)
#D2EDE1
(210,237,225)
#D9F0E6
(217,240,230)
#E0F3EB
(224,243,235)
#E7F6F0
(231,246,240)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DBC3 color. Also use rgb(168,219,195) instead hex code.

Text Font Color

.myTextColor { color: #A8DBC3; }

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

This text font color is #A8DBC3.

Background Color

.myBgColor { background-color: #A8DBC3; }

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

This div background color is #A8DBC3.

Border color

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

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

This div border color is #A8DBC3.

Opacity

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

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

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

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

This text has shadow with #A8DBC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DBC3.

Preview

Color preview on black background

This text has color #A8DBC3 on black background.


Color preview on white background

This text has color #A8DBC3 on white background.


Black color preview on #A8DBC3 background

This text has black color on #A8DBC3 background.


White color preview on #A8DBC3 background

This text has white color on #A8DBC3 background.


Related colors

Complementary color

Complementary color for #hex is #57243C.


I love getcolorcode.com

Triadic colors

1 #C3A8DB and #DBC3A8 with #A8DBC3 are triadic colors.

2 #C3DBA8 and #DBA8C3 with #A8DBC3 are triadic colors.