COLOR #C5ADC7

HEX: #C5ADC7
RGB: (197,173,199)

Color info

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

RGB color model

#C5ADC7 color RGB value is (197,173,199).

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

RGB channels and saturation

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

197
173
199

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

Portions of RGB colors in percentages

R + G + B =
197 + 173 + 199 = 569 (100%)
R 197 of 569 ~ 34.62%
G 173 of 569 ~ 30.4%
B 199 of 569 ~ 34.97%

%34.62
%30.4
%34.97

CMYK color model

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

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

CMYK percentages

%1.01
%13.07
%0
%21.96

Codes

Color #C5ADC7 in popluar color models

C5ADC7
RGB197173199
HSL295°18.84%72.94%
HSB/HSV295°13.07%78.04%
CMYK1.01%13.07%0.00%
21.96%

Color #C5ADC7 in popluar number systems.

HEXC5ADC7
Decimal197173199
Binary110001011010110111000111
Octal305255307

Shades and tints

Shades of #C5ADC7

#C5ADC7
(197,173,199)
#B49EB5
(180,158,181)
#A38FA3
(163,143,163)
#928091
(146,128,145)
#81717F
(129,113,127)
#70626D
(112,98,109)
#5F535B
(95,83,91)
#4E4449
(78,68,73)
#3D3537
(61,53,55)
#2C2625
(44,38,37)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #C5ADC7

#C5ADC7
(197,173,199)
#CAB4CC
(202,180,204)
#CFBBD1
(207,187,209)
#D4C2D6
(212,194,214)
#D9C9DB
(217,201,219)
#DED0E0
(222,208,224)
#E3D7E5
(227,215,229)
#E8DEEA
(232,222,234)
#EDE5EF
(237,229,239)
#F2ECF4
(242,236,244)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADC7; }

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

This text font color is #C5ADC7.


Background Color

.myBgColor { background-color: #C5ADC7; }

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

This div background color is #C5ADC7.


Border color

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

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

This div border color is #C5ADC7.


Opacity

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

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

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

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

This text has shadow with #C5ADC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADC7 on black background.


Color preview on white background

This text has color #C5ADC7 on white background.



Black color preview on #C5ADC7 background

This text has black color on #C5ADC7 background.


White color preview on #C5ADC7 background

This text has white color on #C5ADC7 background.