COLOR #C9ADD7

HEX: #C9ADD7
RGB: (201,173,215)

Color info

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

RGB color model

#C9ADD7 color RGB value is (201,173,215).

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

RGB channels and saturation

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

201
173
215

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

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 215 = 589 (100%)
R 201 of 589 ~ 34.13%
G 173 of 589 ~ 29.37%
B 215 of 589 ~ 36.5%

%34.13
%29.37
%36.5

CMYK color model

#C9ADD7 color CMYK value is (7,20,0,16).

  • cyan value is 6.51%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,20,0,16)
C7M20Y0K16 
(7%,20%,0%,16%)
(0.07/0.20/0.00/0.16)	

CMYK percentages

%6.51
%19.53
%0
%15.69

Codes

Color #C9ADD7 in popluar color models

C9ADD7
RGB201173215
HSL280°34.43%76.08%
HSB/HSV280°19.53%84.31%
CMYK6.51%19.53%0.00%
15.69%

Color #C9ADD7 in popluar number systems.

HEXC9ADD7
Decimal201173215
Binary110010011010110111010111
Octal311255327

Shades and tints

Shades of #C9ADD7

#C9ADD7
(201,173,215)
#B79EC4
(183,158,196)
#A58FB1
(165,143,177)
#93809E
(147,128,158)
#81718B
(129,113,139)
#6F6278
(111,98,120)
#5D5365
(93,83,101)
#4B4452
(75,68,82)
#39353F
(57,53,63)
#27262C
(39,38,44)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9ADD7

#C9ADD7
(201,173,215)
#CDB4DA
(205,180,218)
#D1BBDD
(209,187,221)
#D5C2E0
(213,194,224)
#D9C9E3
(217,201,227)
#DDD0E6
(221,208,230)
#E1D7E9
(225,215,233)
#E5DEEC
(229,222,236)
#E9E5EF
(233,229,239)
#EDECF2
(237,236,242)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ADD7; }

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

This text font color is #C9ADD7.


Background Color

.myBgColor { background-color: #C9ADD7; }

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

This div background color is #C9ADD7.


Border color

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

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

This div border color is #C9ADD7.


Opacity

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

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

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

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

This text has shadow with #C9ADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ADD7 on black background.


Color preview on white background

This text has color #C9ADD7 on white background.



Black color preview on #C9ADD7 background

This text has black color on #C9ADD7 background.


White color preview on #C9ADD7 background

This text has white color on #C9ADD7 background.