COLOR #A8DBC4

HEX: #A8DBC4 RGB: (168,219,196)

Color info

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

RGB color model

#A8DBC4 color RGB value is (168,219,196).

RGB: (168,219,196) (66%, 86%, 77%)

RGB channels and saturation

R 168 of 255 = 66%
G 219 of 255 = 86%
B 196 of 255 = 77%

168
219
196

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

Portions of RGB colors in percentages

R + G + B = 168 + 219 + 196 = 583 (100%)
R 168 of 583 ~ 28.82%
G 219 of 583 ~ 37.56%
B 196 of 583 ~ 33.62'%

%28.82
%37.56
%33.62

CMYK color model

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

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • 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.5
%14.12

Codes

Color #A8DBC4 in popluar color models

A8 DB C4
RGB 168 219 196
HSL 153° 41.46% 75.88%
HSB/HSV 153° 23.29% 85.88%
CMYK 23.29% 0.00% 10.50%
14.12%

Color #A8DBC4 in popluar number systems.

HEX A8 DB C4
Decimal 168 219 196
Binary 10101000 11011011 11000100
Octal 250 333 304

Shades and tints

Shades of #A8DBC4

#A8DBC4
(168,219,196)
#99C8B3
(153,200,179)
#8AB5A2
(138,181,162)
#7BA291
(123,162,145)
#6C8F80
(108,143,128)
#5D7C6F
(93,124,111)
#4E695E
(78,105,94)
#3F564D
(63,86,77)
#30433C
(48,67,60)
#21302B
(33,48,43)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #A8DBC4

#A8DBC4
(168,219,196)
#AFDEC9
(175,222,201)
#B6E1CE
(182,225,206)
#BDE4D3
(189,228,211)
#C4E7D8
(196,231,216)
#CBEADD
(203,234,221)
#D2EDE2
(210,237,226)
#D9F0E7
(217,240,231)
#E0F3EC
(224,243,236)
#E7F6F1
(231,246,241)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DBC4; }

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

This text font color is #A8DBC4.

Background Color

.myBgColor { background-color: #A8DBC4; }

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

This div background color is #A8DBC4.

Border color

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

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

This div border color is #A8DBC4.

Opacity

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

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

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

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

This text has shadow with #A8DBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DBC4.

Preview

Color preview on black background

This text has color #A8DBC4 on black background.


Color preview on white background

This text has color #A8DBC4 on white background.


Black color preview on #A8DBC4 background

This text has black color on #A8DBC4 background.


White color preview on #A8DBC4 background

This text has white color on #A8DBC4 background.


Related colors

Complementary color

Complementary color for #hex is #57243B.


I love getcolorcode.com

Triadic colors

1 #C4A8DB and #DBC4A8 with #A8DBC4 are triadic colors.

2 #C4DBA8 and #DBA8C4 with #A8DBC4 are triadic colors.