COLOR #C9ADD6

HEX: #C9ADD6
RGB: (201,173,214)

Color info

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

RGB color model

#C9ADD6 color RGB value is (201,173,214).

  • red value is 201;
  • green value is 173;
  • blue value is 214.
RGB:
(201,173,214)
(79%,68%,84%)

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 214 of 255 = 84%

201
173
214

R + G + B ~ 77%. #C9ADD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 214 = 588 (100%)
R 201 of 588 ~ 34.18%
G 173 of 588 ~ 29.42%
B 214 of 588 ~ 36.39%

%34.18
%29.42
%36.39

CMYK color model

#C9ADD6 color CMYK value is (6,19,0,16).

  • cyan value is 6.07%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,19,0,16)
C6M19Y0K16 
(6%,19%,0%,16%)
(0.06/0.19/0.00/0.16)	

CMYK percentages

%6.07
%19.16
%0
%16.08

Codes

Color #C9ADD6 in popluar color models

C9ADD6
RGB201173214
HSL281°33.33%75.88%
HSB/HSV281°19.16%83.92%
CMYK6.07%19.16%0.00%
16.08%

Color #C9ADD6 in popluar number systems.

HEXC9ADD6
Decimal201173214
Binary110010011010110111010110
Octal311255326

Shades and tints

Shades of #C9ADD6

#C9ADD6
(201,173,214)
#B79EC3
(183,158,195)
#A58FB0
(165,143,176)
#93809D
(147,128,157)
#81718A
(129,113,138)
#6F6277
(111,98,119)
#5D5364
(93,83,100)
#4B4451
(75,68,81)
#39353E
(57,53,62)
#27262B
(39,38,43)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C9ADD6

#C9ADD6
(201,173,214)
#CDB4D9
(205,180,217)
#D1BBDC
(209,187,220)
#D5C2DF
(213,194,223)
#D9C9E2
(217,201,226)
#DDD0E5
(221,208,229)
#E1D7E8
(225,215,232)
#E5DEEB
(229,222,235)
#E9E5EE
(233,229,238)
#EDECF1
(237,236,241)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ADD6 color. Also use rgb(201,173,214) instead hex code.

Text Font Color

.myTextColor { color: #C9ADD6; }

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

This text font color is #C9ADD6.


Background Color

.myBgColor { background-color: #C9ADD6; }

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

This div background color is #C9ADD6.


Border color

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

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

This div border color is #C9ADD6.


Opacity

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

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

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

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

This text has shadow with #C9ADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ADD6 on black background.


Color preview on white background

This text has color #C9ADD6 on white background.



Black color preview on #C9ADD6 background

This text has black color on #C9ADD6 background.


White color preview on #C9ADD6 background

This text has white color on #C9ADD6 background.