COLOR #977AEC

HEX: #977AEC
RGB: (151,122,236)

Color info

#977AEC contains mainly blue color. Web safe color of #977AEC is #9966FF (or #96F).

RGB color model

#977AEC color RGB value is (151,122,236).

  • red value is 151;
  • green value is 122;
  • blue value is 236.
RGB:
(151,122,236)
(59%,48%,93%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 236 of 255 = 93%

151
122
236

R + G + B ~ 67%. #977AEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 122 + 236 = 509 (100%)
R 151 of 509 ~ 29.67%
G 122 of 509 ~ 23.97%
B 236 of 509 ~ 46.37%

%29.67
%23.97
%46.37

CMYK color model

#977AEC color CMYK value is (36,48,0,7).

  • cyan value is 36.02%
  • magenta value is 48.31%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(36,48,0,7)
C36M48Y0K7 
(36%,48%,0%,7%)
(0.36/0.48/0.00/0.07)	

CMYK percentages

%36.02
%48.31
%0
%7.45

Codes

Color #977AEC in popluar color models

977AEC
RGB151122236
HSL255°75.00%70.20%
HSB/HSV255°48.31%92.55%
CMYK36.02%48.31%0.00%
7.45%

Color #977AEC in popluar number systems.

HEX977AEC
Decimal151122236
Binary10010111111101011101100
Octal227172354

Shades and tints

Shades of #977AEC

#977AEC
(151,122,236)
#8A6FD7
(138,111,215)
#7D64C2
(125,100,194)
#7059AD
(112,89,173)
#634E98
(99,78,152)
#564383
(86,67,131)
#49386E
(73,56,110)
#3C2D59
(60,45,89)
#2F2244
(47,34,68)
#22172F
(34,23,47)
#150C1A
(21,12,26)
#000000
(0,0,0)

Tints of #977AEC

#977AEC
(151,122,236)
#A086ED
(160,134,237)
#A992EE
(169,146,238)
#B29EEF
(178,158,239)
#BBAAF0
(187,170,240)
#C4B6F1
(196,182,241)
#CDC2F2
(205,194,242)
#D6CEF3
(214,206,243)
#DFDAF4
(223,218,244)
#E8E6F5
(232,230,245)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977AEC color. Also use rgb(151,122,236) instead hex code.

Text Font Color

.myTextColor { color: #977AEC; }

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

This text font color is #977AEC.


Background Color

.myBgColor { background-color: #977AEC; }

<div style="background-color:#977AEC">Inner text</div>

This div background color is #977AEC.


Border color

.myBorderColor { border: 1px solid #977AEC; }

<div style="border:3px solid #977AEC">Div</div>

This div border color is #977AEC.


Opacity

.myOpacity80 { color: #977AEC; opacity: 0.8; }

<p style="color:#977AEC;opacity:0.8;">80%</p>

Text with #977AEC 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 #977AEC;}

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

This text has shadow with #977AEC color.

.textShadow {text-shadow: 3px 3px 1px #977AEC, 3px 3px 1px red;}

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

This text has shadow with #977AEC primary color and red secondary color.


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

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

This text has shadow with #977AEC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977AEC on black background.


Color preview on white background

This text has color #977AEC on white background.



Black color preview on #977AEC background

This text has black color on #977AEC background.


White color preview on #977AEC background

This text has white color on #977AEC background.