COLOR #94D5DD

HEX: #94D5DD RGB: (148,213,221)

Color info

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

RGB color model

#94D5DD color RGB value is (148,213,221).

RGB: (148,213,221) (58%, 84%, 87%)

RGB channels and saturation

R 148 of 255 = 58%
G 213 of 255 = 84%
B 221 of 255 = 87%

148
213
221

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

Portions of RGB colors in percentages

R + G + B = 148 + 213 + 221 = 582 (100%)
R 148 of 582 ~ 25.43%
G 213 of 582 ~ 36.6%
B 221 of 582 ~ 37.97'%

%25.43
%36.6
%37.97

CMYK color model

#94D5DD color CMYK value is (33,4,0,13).

  • cyan value is 33.03%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (33,4,0,13)
C33M4Y0K13 (33%, 4%, 0%, 13%)
(0.33 / 0.04 / 0.00 / 0.13)

CMYK percentages

%33.03
%3.62
%0
%13.33

Codes

Color #94D5DD in popluar color models

94 D5 DD
RGB 148 213 221
HSL 187° 51.77% 72.35%
HSB/HSV 187° 33.03% 86.67%
CMYK 33.03% 3.62% 0.00%
13.33%

Color #94D5DD in popluar number systems.

HEX 94 D5 DD
Decimal 148 213 221
Binary 10010100 11010101 11011101
Octal 224 325 335

Shades and tints

Shades of #94D5DD

#94D5DD
(148,213,221)
#87C2C9
(135,194,201)
#7AAFB5
(122,175,181)
#6D9CA1
(109,156,161)
#60898D
(96,137,141)
#537679
(83,118,121)
#466365
(70,99,101)
#395051
(57,80,81)
#2C3D3D
(44,61,61)
#1F2A29
(31,42,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #94D5DD

#94D5DD
(148,213,221)
#9DD8E0
(157,216,224)
#A6DBE3
(166,219,227)
#AFDEE6
(175,222,230)
#B8E1E9
(184,225,233)
#C1E4EC
(193,228,236)
#CAE7EF
(202,231,239)
#D3EAF2
(211,234,242)
#DCEDF5
(220,237,245)
#E5F0F8
(229,240,248)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94D5DD color. Also use rgb(148,213,221) instead hex code.

Text Font Color

.myTextColor { color: #94D5DD; }

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

This text font color is #94D5DD.

Background Color

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

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

This div background color is #94D5DD.

Border color

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

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

This div border color is #94D5DD.

Opacity

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

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

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

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

This text has shadow with #94D5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94D5DD.

Preview

Color preview on black background

This text has color #94D5DD on black background.


Color preview on white background

This text has color #94D5DD on white background.


Black color preview on #94D5DD background

This text has black color on #94D5DD background.


White color preview on #94D5DD background

This text has white color on #94D5DD background.


Related colors

Complementary color

Complementary color for #hex is #6B2A22.


I love getcolorcode.com

Triadic colors

1 #DD94D5 and #D5DD94 with #94D5DD are triadic colors.

2 #DDD594 and #D594DD with #94D5DD are triadic colors.