COLOR #C5ADCA

HEX: #C5ADCA
RGB: (197,173,202)

Color info

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

RGB color model

#C5ADCA color RGB value is (197,173,202).

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

RGB channels and saturation

R 197 of 255 = 77%
G 173 of 255 = 68%
B 202 of 255 = 79%

197
173
202

R + G + B ~ 75%. #C5ADCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 173 + 202 = 572 (100%)
R 197 of 572 ~ 34.44%
G 173 of 572 ~ 30.24%
B 202 of 572 ~ 35.31%

%34.44
%30.24
%35.31

CMYK color model

#C5ADCA color CMYK value is (2,14,0,21).

  • cyan value is 2.48%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,14,0,21)
C2M14Y0K21 
(2%,14%,0%,21%)
(0.02/0.14/0.00/0.21)	

CMYK percentages

%2.48
%14.36
%0
%20.78

Codes

Color #C5ADCA in popluar color models

C5ADCA
RGB197173202
HSL290°21.48%73.53%
HSB/HSV290°14.36%79.22%
CMYK2.48%14.36%0.00%
20.78%

Color #C5ADCA in popluar number systems.

HEXC5ADCA
Decimal197173202
Binary110001011010110111001010
Octal305255312

Shades and tints

Shades of #C5ADCA

#C5ADCA
(197,173,202)
#B49EB8
(180,158,184)
#A38FA6
(163,143,166)
#928094
(146,128,148)
#817182
(129,113,130)
#706270
(112,98,112)
#5F535E
(95,83,94)
#4E444C
(78,68,76)
#3D353A
(61,53,58)
#2C2628
(44,38,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5ADCA

#C5ADCA
(197,173,202)
#CAB4CE
(202,180,206)
#CFBBD2
(207,187,210)
#D4C2D6
(212,194,214)
#D9C9DA
(217,201,218)
#DED0DE
(222,208,222)
#E3D7E2
(227,215,226)
#E8DEE6
(232,222,230)
#EDE5EA
(237,229,234)
#F2ECEE
(242,236,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADCA; }

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

This text font color is #C5ADCA.


Background Color

.myBgColor { background-color: #C5ADCA; }

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

This div background color is #C5ADCA.


Border color

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

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

This div border color is #C5ADCA.


Opacity

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

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

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

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

This text has shadow with #C5ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ADCA on black background.


Color preview on white background

This text has color #C5ADCA on white background.



Black color preview on #C5ADCA background

This text has black color on #C5ADCA background.


White color preview on #C5ADCA background

This text has white color on #C5ADCA background.