COLOR #C5ADCC

HEX: #C5ADCC RGB: (197,173,204)

Color info

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

RGB color model

#C5ADCC color RGB value is (197,173,204).

RGB: (197,173,204) (77%, 68%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 173 of 255 = 68%
B 204 of 255 = 80%

197
173
204

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

Portions of RGB colors in percentages

R + G + B = 197 + 173 + 204 = 574 (100%)
R 197 of 574 ~ 34.32%
G 173 of 574 ~ 30.14%
B 204 of 574 ~ 35.54'%

%34.32
%30.14
%35.54

CMYK color model

#C5ADCC color CMYK value is (3,15,0,20).

  • cyan value is 3.43%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (3,15,0,20) C3M15Y0K20 (3%,15%,0%,20%) (0.03/0.15/0.00/0.20) 

CMYK percentages

%3.43
%15.2
%0
%20

Codes

Color #C5ADCC in popluar color models

C5 AD CC
RGB 197 173 204
HSL 286° 23.31% 73.92%
HSB/HSV 286° 15.20% 80.00%
CMYK 3.43% 15.20% 0.00%
20.00%

Color #C5ADCC in popluar number systems.

HEX C5 AD CC
Decimal 197 173 204
Binary 11000101 10101101 11001100
Octal 305 255 314

Shades and tints

Shades of #C5ADCC

#C5ADCC
(197,173,204)
#B49EBA
(180,158,186)
#A38FA8
(163,143,168)
#928096
(146,128,150)
#817184
(129,113,132)
#706272
(112,98,114)
#5F5360
(95,83,96)
#4E444E
(78,68,78)
#3D353C
(61,53,60)
#2C262A
(44,38,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #C5ADCC

#C5ADCC
(197,173,204)
#CAB4D0
(202,180,208)
#CFBBD4
(207,187,212)
#D4C2D8
(212,194,216)
#D9C9DC
(217,201,220)
#DED0E0
(222,208,224)
#E3D7E4
(227,215,228)
#E8DEE8
(232,222,232)
#EDE5EC
(237,229,236)
#F2ECF0
(242,236,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADCC; }

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

This text font color is #C5ADCC.

Background Color

.myBgColor { background-color: #C5ADCC; }

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

This div background color is #C5ADCC.

Border color

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

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

This div border color is #C5ADCC.

Opacity

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

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

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

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

This text has shadow with #C5ADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ADCC.

Preview

Color preview on black background

This text has color #C5ADCC on black background.


Color preview on white background

This text has color #C5ADCC on white background.


Black color preview on #C5ADCC background

This text has black color on #C5ADCC background.


White color preview on #C5ADCC background

This text has white color on #C5ADCC background.


Related colors

Complementary color

Complementary color for #hex is #3A5233.


I love getcolorcode.com

Triadic colors

1 #CCC5AD and #ADCCC5 with #C5ADCC are triadic colors.

2 #CCADC5 and #ADC5CC with #C5ADCC are triadic colors.