COLOR #94ADDF

HEX: #94ADDF RGB: (148,173,223)

Color info

#94ADDF contains mainly green and blue colors. Web safe color of #94ADDF is #9999CC (or #99C).

RGB color model

#94ADDF color RGB value is (148,173,223).

RGB: (148,173,223) (58%, 68%, 87%)

RGB channels and saturation

R 148 of 255 = 58%
G 173 of 255 = 68%
B 223 of 255 = 87%

148
173
223

R + G + B ~ 71%. #94ADDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 173 + 223 = 544 (100%)
R 148 of 544 ~ 27.21%
G 173 of 544 ~ 31.8%
B 223 of 544 ~ 40.99'%

%27.21
%31.8
%40.99

CMYK color model

#94ADDF color CMYK value is (34,22,0,13).

  • cyan value is 33.63%
  • magenta value is 22.42%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (34,22,0,13)
C34M22Y0K13 (34%, 22%, 0%, 13%)
(0.34 / 0.22 / 0.00 / 0.13)

CMYK percentages

%33.63
%22.42
%0
%12.55

Codes

Color #94ADDF in popluar color models

94 AD DF
RGB 148 173 223
HSL 220° 53.96% 72.75%
HSB/HSV 220° 33.63% 87.45%
CMYK 33.63% 22.42% 0.00%
12.55%

Color #94ADDF in popluar number systems.

HEX 94 AD DF
Decimal 148 173 223
Binary 10010100 10101101 11011111
Octal 224 255 337

Shades and tints

Shades of #94ADDF

#94ADDF
(148,173,223)
#879ECB
(135,158,203)
#7A8FB7
(122,143,183)
#6D80A3
(109,128,163)
#60718F
(96,113,143)
#53627B
(83,98,123)
#465367
(70,83,103)
#394453
(57,68,83)
#2C353F
(44,53,63)
#1F262B
(31,38,43)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #94ADDF

#94ADDF
(148,173,223)
#9DB4E1
(157,180,225)
#A6BBE3
(166,187,227)
#AFC2E5
(175,194,229)
#B8C9E7
(184,201,231)
#C1D0E9
(193,208,233)
#CAD7EB
(202,215,235)
#D3DEED
(211,222,237)
#DCE5EF
(220,229,239)
#E5ECF1
(229,236,241)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94ADDF color. Also use rgb(148,173,223) instead hex code.

Text Font Color

.myTextColor { color: #94ADDF; }

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

This text font color is #94ADDF.

Background Color

.myBgColor { background-color: #94ADDF; }

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

This div background color is #94ADDF.

Border color

.myBorderColor { border: 1px solid #94ADDF; }

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

This div border color is #94ADDF.

Opacity

.myOpacity80 { color: #94ADDF; opacity: 0.8; }

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

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

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

This text has shadow with #94ADDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94ADDF.

Preview

Color preview on black background

This text has color #94ADDF on black background.


Color preview on white background

This text has color #94ADDF on white background.


Black color preview on #94ADDF background

This text has black color on #94ADDF background.


White color preview on #94ADDF background

This text has white color on #94ADDF background.


Related colors

Complementary color

Complementary color for #hex is #6B5220.


I love getcolorcode.com

Triadic colors

1 #DF94AD and #ADDF94 with #94ADDF are triadic colors.

2 #DFAD94 and #AD94DF with #94ADDF are triadic colors.