COLOR #8AD4DD

HEX: #8AD4DD RGB: (138,212,221)

Color info

#8AD4DD contains mainly green and blue colors. Web safe color of #8AD4DD is #99CCCC (or #9CC).

RGB color model

#8AD4DD color RGB value is (138,212,221).

RGB: (138,212,221) (54%, 83%, 87%)

RGB channels and saturation

R 138 of 255 = 54%
G 212 of 255 = 83%
B 221 of 255 = 87%

138
212
221

R + G + B ~ 75%. #8AD4DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 212 + 221 = 571 (100%)
R 138 of 571 ~ 24.17%
G 212 of 571 ~ 37.13%
B 221 of 571 ~ 38.7'%

%24.17
%37.13
%38.7

CMYK color model

#8AD4DD color CMYK value is (38,4,0,13).

  • cyan value is 37.56%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (38,4,0,13)
C38M4Y0K13 (38%, 4%, 0%, 13%)
(0.38 / 0.04 / 0.00 / 0.13)

CMYK percentages

%37.56
%4.07
%0
%13.33

Codes

Color #8AD4DD in popluar color models

8A D4 DD
RGB 138 212 221
HSL 187° 54.97% 70.39%
HSB/HSV 187° 37.56% 86.67%
CMYK 37.56% 4.07% 0.00%
13.33%

Color #8AD4DD in popluar number systems.

HEX 8A D4 DD
Decimal 138 212 221
Binary 10001010 11010100 11011101
Octal 212 324 335

Shades and tints

Shades of #8AD4DD

#8AD4DD
(138,212,221)
#7EC1C9
(126,193,201)
#72AEB5
(114,174,181)
#669BA1
(102,155,161)
#5A888D
(90,136,141)
#4E7579
(78,117,121)
#426265
(66,98,101)
#364F51
(54,79,81)
#2A3C3D
(42,60,61)
#1E2929
(30,41,41)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #8AD4DD

#8AD4DD
(138,212,221)
#94D7E0
(148,215,224)
#9EDAE3
(158,218,227)
#A8DDE6
(168,221,230)
#B2E0E9
(178,224,233)
#BCE3EC
(188,227,236)
#C6E6EF
(198,230,239)
#D0E9F2
(208,233,242)
#DAECF5
(218,236,245)
#E4EFF8
(228,239,248)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD4DD color. Also use rgb(138,212,221) instead hex code.

Text Font Color

.myTextColor { color: #8AD4DD; }

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

This text font color is #8AD4DD.

Background Color

.myBgColor { background-color: #8AD4DD; }

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

This div background color is #8AD4DD.

Border color

.myBorderColor { border: 1px solid #8AD4DD; }

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

This div border color is #8AD4DD.

Opacity

.myOpacity80 { color: #8AD4DD; opacity: 0.8; }

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

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

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

This text has shadow with #8AD4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AD4DD.

Preview

Color preview on black background

This text has color #8AD4DD on black background.


Color preview on white background

This text has color #8AD4DD on white background.


Black color preview on #8AD4DD background

This text has black color on #8AD4DD background.


White color preview on #8AD4DD background

This text has white color on #8AD4DD background.


Related colors

Complementary color

Complementary color for #hex is #752B22.


I love getcolorcode.com

Triadic colors

1 #DD8AD4 and #D4DD8A with #8AD4DD are triadic colors.

2 #DDD48A and #D48ADD with #8AD4DD are triadic colors.