COLOR #94ACC7

HEX: #94ACC7
RGB: (148,172,199)

Color info

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

RGB color model

#94ACC7 color RGB value is (148,172,199).

  • red value is 148;
  • green value is 172;
  • blue value is 199.
RGB:
(148,172,199)
(58%,67%,78%)

RGB channels and saturation

R 148 of 255 = 58%
G 172 of 255 = 67%
B 199 of 255 = 78%

148
172
199

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

Portions of RGB colors in percentages

R + G + B =
148 + 172 + 199 = 519 (100%)
R 148 of 519 ~ 28.52%
G 172 of 519 ~ 33.14%
B 199 of 519 ~ 38.34%

%28.52
%33.14
%38.34

CMYK color model

#94ACC7 color CMYK value is (26,14,0,22).

  • cyan value is 25.63%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(26,14,0,22)
C26M14Y0K22 
(26%,14%,0%,22%)
(0.26/0.14/0.00/0.22)	

CMYK percentages

%25.63
%13.57
%0
%21.96

Codes

Color #94ACC7 in popluar color models

94ACC7
RGB148172199
HSL212°31.29%68.04%
HSB/HSV212°25.63%78.04%
CMYK25.63%13.57%0.00%
21.96%

Color #94ACC7 in popluar number systems.

HEX94ACC7
Decimal148172199
Binary100101001010110011000111
Octal224254307

Shades and tints

Shades of #94ACC7

#94ACC7
(148,172,199)
#879DB5
(135,157,181)
#7A8EA3
(122,142,163)
#6D7F91
(109,127,145)
#60707F
(96,112,127)
#53616D
(83,97,109)
#46525B
(70,82,91)
#394349
(57,67,73)
#2C3437
(44,52,55)
#1F2525
(31,37,37)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #94ACC7

#94ACC7
(148,172,199)
#9DB3CC
(157,179,204)
#A6BAD1
(166,186,209)
#AFC1D6
(175,193,214)
#B8C8DB
(184,200,219)
#C1CFE0
(193,207,224)
#CAD6E5
(202,214,229)
#D3DDEA
(211,221,234)
#DCE4EF
(220,228,239)
#E5EBF4
(229,235,244)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94ACC7; }

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

This text font color is #94ACC7.


Background Color

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

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

This div background color is #94ACC7.


Border color

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

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

This div border color is #94ACC7.


Opacity

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

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

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

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

This text has shadow with #94ACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94ACC7 on black background.


Color preview on white background

This text has color #94ACC7 on white background.



Black color preview on #94ACC7 background

This text has black color on #94ACC7 background.


White color preview on #94ACC7 background

This text has white color on #94ACC7 background.