COLOR #A8DBBE

HEX: #A8DBBE RGB: (168,219,190)

Color info

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

RGB color model

#A8DBBE color RGB value is (168,219,190).

RGB: (168,219,190) (66%, 86%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 219 of 255 = 86%
B 190 of 255 = 75%

168
219
190

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

Portions of RGB colors in percentages

R + G + B = 168 + 219 + 190 = 577 (100%)
R 168 of 577 ~ 29.12%
G 219 of 577 ~ 37.95%
B 190 of 577 ~ 32.93'%

%29.12
%37.95
%32.93

CMYK color model

#A8DBBE color CMYK value is (23,0,13,14).

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

CMYK: (23,0,13,14)
C23M0Y13K14 (23%, 0%, 13%, 14%)
(0.23 / 0.00 / 0.13 / 0.14)

CMYK percentages

%23.29
%0
%13.24
%14.12

Codes

Color #A8DBBE in popluar color models

A8 DB BE
RGB 168 219 190
HSL 146° 41.46% 75.88%
HSB/HSV 146° 23.29% 85.88%
CMYK 23.29% 0.00% 13.24%
14.12%

Color #A8DBBE in popluar number systems.

HEX A8 DB BE
Decimal 168 219 190
Binary 10101000 11011011 10111110
Octal 250 333 276

Shades and tints

Shades of #A8DBBE

#A8DBBE
(168,219,190)
#99C8AD
(153,200,173)
#8AB59C
(138,181,156)
#7BA28B
(123,162,139)
#6C8F7A
(108,143,122)
#5D7C69
(93,124,105)
#4E6958
(78,105,88)
#3F5647
(63,86,71)
#304336
(48,67,54)
#213025
(33,48,37)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #A8DBBE

#A8DBBE
(168,219,190)
#AFDEC3
(175,222,195)
#B6E1C8
(182,225,200)
#BDE4CD
(189,228,205)
#C4E7D2
(196,231,210)
#CBEAD7
(203,234,215)
#D2EDDC
(210,237,220)
#D9F0E1
(217,240,225)
#E0F3E6
(224,243,230)
#E7F6EB
(231,246,235)
#EEF9F0
(238,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DBBE; }

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

This text font color is #A8DBBE.

Background Color

.myBgColor { background-color: #A8DBBE; }

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

This div background color is #A8DBBE.

Border color

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

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

This div border color is #A8DBBE.

Opacity

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

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

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

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

This text has shadow with #A8DBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DBBE.

Preview

Color preview on black background

This text has color #A8DBBE on black background.


Color preview on white background

This text has color #A8DBBE on white background.


Black color preview on #A8DBBE background

This text has black color on #A8DBBE background.


White color preview on #A8DBBE background

This text has white color on #A8DBBE background.


Related colors

Complementary color

Complementary color for #hex is #572441.


I love getcolorcode.com

Triadic colors

1 #BEA8DB and #DBBEA8 with #A8DBBE are triadic colors.

2 #BEDBA8 and #DBA8BE with #A8DBBE are triadic colors.