COLOR #A698CC

HEX: #A698CC RGB: (166,152,204)

Color info

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

RGB color model

#A698CC color RGB value is (166,152,204).

RGB: (166,152,204) (65%, 60%, 80%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 204 of 255 = 80%

166
152
204

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

Portions of RGB colors in percentages

R + G + B = 166 + 152 + 204 = 522 (100%)
R 166 of 522 ~ 31.8%
G 152 of 522 ~ 29.12%
B 204 of 522 ~ 39.08'%

%31.8
%29.12
%39.08

CMYK color model

#A698CC color CMYK value is (19,25,0,20).

  • cyan value is 18.63%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (19,25,0,20)
C19M25Y0K20 (19%, 25%, 0%, 20%)
(0.19 / 0.25 / 0.00 / 0.20)

CMYK percentages

%18.63
%25.49
%0
%20

Codes

Color #A698CC in popluar color models

A6 98 CC
RGB 166 152 204
HSL 256° 33.77% 69.80%
HSB/HSV 256° 25.49% 80.00%
CMYK 18.63% 25.49% 0.00%
20.00%

Color #A698CC in popluar number systems.

HEX A6 98 CC
Decimal 166 152 204
Binary 10100110 10011000 11001100
Octal 246 230 314

Shades and tints

Shades of #A698CC

#A698CC
(166,152,204)
#978BBA
(151,139,186)
#887EA8
(136,126,168)
#797196
(121,113,150)
#6A6484
(106,100,132)
#5B5772
(91,87,114)
#4C4A60
(76,74,96)
#3D3D4E
(61,61,78)
#2E303C
(46,48,60)
#1F232A
(31,35,42)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #A698CC

#A698CC
(166,152,204)
#AEA1D0
(174,161,208)
#B6AAD4
(182,170,212)
#BEB3D8
(190,179,216)
#C6BCDC
(198,188,220)
#CEC5E0
(206,197,224)
#D6CEE4
(214,206,228)
#DED7E8
(222,215,232)
#E6E0EC
(230,224,236)
#EEE9F0
(238,233,240)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A698CC color. Also use rgb(166,152,204) instead hex code.

Text Font Color

.myTextColor { color: #A698CC; }

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

This text font color is #A698CC.

Background Color

.myBgColor { background-color: #A698CC; }

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

This div background color is #A698CC.

Border color

.myBorderColor { border: 1px solid #A698CC; }

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

This div border color is #A698CC.

Opacity

.myOpacity80 { color: #A698CC; opacity: 0.8; }

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

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

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

This text has shadow with #A698CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A698CC.

Preview

Color preview on black background

This text has color #A698CC on black background.


Color preview on white background

This text has color #A698CC on white background.


Black color preview on #A698CC background

This text has black color on #A698CC background.


White color preview on #A698CC background

This text has white color on #A698CC background.


Related colors

Complementary color

Complementary color for #hex is #596733.


I love getcolorcode.com

Triadic colors

1 #CCA698 and #98CCA6 with #A698CC are triadic colors.

2 #CC98A6 and #98A6CC with #A698CC are triadic colors.