COLOR #94ACC1

HEX: #94ACC1 RGB: (148,172,193)

Color info

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

RGB color model

#94ACC1 color RGB value is (148,172,193).

RGB: (148,172,193) (58%, 67%, 76%)

RGB channels and saturation

R 148 of 255 = 58%
G 172 of 255 = 67%
B 193 of 255 = 76%

148
172
193

R + G + B ~ 67%. #94ACC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 172 + 193 = 513 (100%)
R 148 of 513 ~ 28.85%
G 172 of 513 ~ 33.53%
B 193 of 513 ~ 37.62'%

%28.85
%33.53
%37.62

CMYK color model

#94ACC1 color CMYK value is (23,11,0,24).

  • cyan value is 23.32%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (23,11,0,24)
C23M11Y0K24 (23%, 11%, 0%, 24%)
(0.23 / 0.11 / 0.00 / 0.24)

CMYK percentages

%23.32
%10.88
%0
%24.31

Codes

Color #94ACC1 in popluar color models

94 AC C1
RGB 148 172 193
HSL 208° 26.63% 66.86%
HSB/HSV 208° 23.32% 75.69%
CMYK 23.32% 10.88% 0.00%
24.31%

Color #94ACC1 in popluar number systems.

HEX 94 AC C1
Decimal 148 172 193
Binary 10010100 10101100 11000001
Octal 224 254 301

Shades and tints

Shades of #94ACC1

#94ACC1
(148,172,193)
#879DB0
(135,157,176)
#7A8E9F
(122,142,159)
#6D7F8E
(109,127,142)
#60707D
(96,112,125)
#53616C
(83,97,108)
#46525B
(70,82,91)
#39434A
(57,67,74)
#2C3439
(44,52,57)
#1F2528
(31,37,40)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #94ACC1

#94ACC1
(148,172,193)
#9DB3C6
(157,179,198)
#A6BACB
(166,186,203)
#AFC1D0
(175,193,208)
#B8C8D5
(184,200,213)
#C1CFDA
(193,207,218)
#CAD6DF
(202,214,223)
#D3DDE4
(211,221,228)
#DCE4E9
(220,228,233)
#E5EBEE
(229,235,238)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94ACC1 color. Also use rgb(148,172,193) instead hex code.

Text Font Color

.myTextColor { color: #94ACC1; }

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

This text font color is #94ACC1.

Background Color

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

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

This div background color is #94ACC1.

Border color

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

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

This div border color is #94ACC1.

Opacity

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

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

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

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

This text has shadow with #94ACC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94ACC1.

Preview

Color preview on black background

This text has color #94ACC1 on black background.


Color preview on white background

This text has color #94ACC1 on white background.


Black color preview on #94ACC1 background

This text has black color on #94ACC1 background.


White color preview on #94ACC1 background

This text has white color on #94ACC1 background.


Related colors

Complementary color

Complementary color for #hex is #6B533E.


I love getcolorcode.com

Triadic colors

1 #C194AC and #ACC194 with #94ACC1 are triadic colors.

2 #C1AC94 and #AC94C1 with #94ACC1 are triadic colors.