COLOR #C5ADC6

HEX: #C5ADC6
RGB: (197,173,198)

Color info

#C5ADC6 contains red, green and blue colors in about the same proportion. Web safe color of #C5ADC6 is #CC99CC (or #C9C).

RGB color model

#C5ADC6 color RGB value is (197,173,198).

  • red value is 197;
  • green value is 173;
  • blue value is 198.
RGB:
(197,173,198)
(77%,68%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 173 of 255 = 68%
B 198 of 255 = 78%

197
173
198

R + G + B ~ 74%. #C5ADC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 173 + 198 = 568 (100%)
R 197 of 568 ~ 34.68%
G 173 of 568 ~ 30.46%
B 198 of 568 ~ 34.86%

%34.68
%30.46
%34.86

CMYK color model

#C5ADC6 color CMYK value is (1,13,0,22).

  • cyan value is 0.51%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(1,13,0,22)
C1M13Y0K22 
(1%,13%,0%,22%)
(0.01/0.13/0.00/0.22)	

CMYK percentages

%0.51
%12.63
%0
%22.35

Codes

Color #C5ADC6 in popluar color models

C5ADC6
RGB197173198
HSL298°17.99%72.75%
HSB/HSV298°12.63%77.65%
CMYK0.51%12.63%0.00%
22.35%

Color #C5ADC6 in popluar number systems.

HEXC5ADC6
Decimal197173198
Binary110001011010110111000110
Octal305255306

Shades and tints

Shades of #C5ADC6

#C5ADC6
(197,173,198)
#B49EB4
(180,158,180)
#A38FA2
(163,143,162)
#928090
(146,128,144)
#81717E
(129,113,126)
#70626C
(112,98,108)
#5F535A
(95,83,90)
#4E4448
(78,68,72)
#3D3536
(61,53,54)
#2C2624
(44,38,36)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #C5ADC6

#C5ADC6
(197,173,198)
#CAB4CB
(202,180,203)
#CFBBD0
(207,187,208)
#D4C2D5
(212,194,213)
#D9C9DA
(217,201,218)
#DED0DF
(222,208,223)
#E3D7E4
(227,215,228)
#E8DEE9
(232,222,233)
#EDE5EE
(237,229,238)
#F2ECF3
(242,236,243)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ADC6 color. Also use rgb(197,173,198) instead hex code.

Text Font Color

.myTextColor { color: #C5ADC6; }

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

This text font color is #C5ADC6.


Background Color

.myBgColor { background-color: #C5ADC6; }

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

This div background color is #C5ADC6.


Border color

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

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

This div border color is #C5ADC6.


Opacity

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

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

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

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

This text has shadow with #C5ADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADC6 on black background.


Color preview on white background

This text has color #C5ADC6 on white background.



Black color preview on #C5ADC6 background

This text has black color on #C5ADC6 background.


White color preview on #C5ADC6 background

This text has white color on #C5ADC6 background.