COLOR #94ABC9

HEX: #94ABC9 RGB: (148,171,201)

Color info

#94ABC9 contains red, green and blue colors in about the same proportion. Web safe color of #94ABC9 is #9999CC (or #99C).

RGB color model

#94ABC9 color RGB value is (148,171,201).

RGB: (148,171,201) (58%, 67%, 79%)

RGB channels and saturation

R 148 of 255 = 58%
G 171 of 255 = 67%
B 201 of 255 = 79%

148
171
201

R + G + B ~ 68%. #94ABC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 171 + 201 = 520 (100%)
R 148 of 520 ~ 28.46%
G 171 of 520 ~ 32.88%
B 201 of 520 ~ 38.65'%

%28.46
%32.88
%38.65

CMYK color model

#94ABC9 color CMYK value is (26,15,0,21).

  • cyan value is 26.37%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (26,15,0,21)
C26M15Y0K21 (26%, 15%, 0%, 21%)
(0.26 / 0.15 / 0.00 / 0.21)

CMYK percentages

%26.37
%14.93
%0
%21.18

Codes

Color #94ABC9 in popluar color models

94 AB C9
RGB 148 171 201
HSL 214° 32.92% 68.43%
HSB/HSV 214° 26.37% 78.82%
CMYK 26.37% 14.93% 0.00%
21.18%

Color #94ABC9 in popluar number systems.

HEX 94 AB C9
Decimal 148 171 201
Binary 10010100 10101011 11001001
Octal 224 253 311

Shades and tints

Shades of #94ABC9

#94ABC9
(148,171,201)
#879CB7
(135,156,183)
#7A8DA5
(122,141,165)
#6D7E93
(109,126,147)
#606F81
(96,111,129)
#53606F
(83,96,111)
#46515D
(70,81,93)
#39424B
(57,66,75)
#2C3339
(44,51,57)
#1F2427
(31,36,39)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #94ABC9

#94ABC9
(148,171,201)
#9DB2CD
(157,178,205)
#A6B9D1
(166,185,209)
#AFC0D5
(175,192,213)
#B8C7D9
(184,199,217)
#C1CEDD
(193,206,221)
#CAD5E1
(202,213,225)
#D3DCE5
(211,220,229)
#DCE3E9
(220,227,233)
#E5EAED
(229,234,237)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94ABC9 color. Also use rgb(148,171,201) instead hex code.

Text Font Color

.myTextColor { color: #94ABC9; }

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

This text font color is #94ABC9.

Background Color

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

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

This div background color is #94ABC9.

Border color

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

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

This div border color is #94ABC9.

Opacity

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

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

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

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

This text has shadow with #94ABC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94ABC9.

Preview

Color preview on black background

This text has color #94ABC9 on black background.


Color preview on white background

This text has color #94ABC9 on white background.


Black color preview on #94ABC9 background

This text has black color on #94ABC9 background.


White color preview on #94ABC9 background

This text has white color on #94ABC9 background.


Related colors

Complementary color

Complementary color for #hex is #6B5436.


I love getcolorcode.com

Triadic colors

1 #C994AB and #ABC994 with #94ABC9 are triadic colors.

2 #C9AB94 and #AB94C9 with #94ABC9 are triadic colors.