COLOR #C9ADEF

HEX: #C9ADEF
RGB: (201,173,239)

Color info

#C9ADEF contains mainly red and blue colors. Web safe color of #C9ADEF is #CC99FF (or #C9F).

RGB color model

#C9ADEF color RGB value is (201,173,239).

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

RGB channels and saturation

R 201 of 255 = 79%
G 173 of 255 = 68%
B 239 of 255 = 94%

201
173
239

R + G + B ~ 80%. #C9ADEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 173 + 239 = 613 (100%)
R 201 of 613 ~ 32.79%
G 173 of 613 ~ 28.22%
B 239 of 613 ~ 38.99%

%32.79
%28.22
%38.99

CMYK color model

#C9ADEF color CMYK value is (16,28,0,6).

  • cyan value is 15.90%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,28,0,6)
C16M28Y0K6 
(16%,28%,0%,6%)
(0.16/0.28/0.00/0.06)	

CMYK percentages

%15.9
%27.62
%0
%6.27

Codes

Color #C9ADEF in popluar color models

C9ADEF
RGB201173239
HSL265°67.35%80.78%
HSB/HSV265°27.62%93.73%
CMYK15.90%27.62%0.00%
6.27%

Color #C9ADEF in popluar number systems.

HEXC9ADEF
Decimal201173239
Binary110010011010110111101111
Octal311255357

Shades and tints

Shades of #C9ADEF

#C9ADEF
(201,173,239)
#B79EDA
(183,158,218)
#A58FC5
(165,143,197)
#9380B0
(147,128,176)
#81719B
(129,113,155)
#6F6286
(111,98,134)
#5D5371
(93,83,113)
#4B445C
(75,68,92)
#393547
(57,53,71)
#272632
(39,38,50)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #C9ADEF

#C9ADEF
(201,173,239)
#CDB4F0
(205,180,240)
#D1BBF1
(209,187,241)
#D5C2F2
(213,194,242)
#D9C9F3
(217,201,243)
#DDD0F4
(221,208,244)
#E1D7F5
(225,215,245)
#E5DEF6
(229,222,246)
#E9E5F7
(233,229,247)
#EDECF8
(237,236,248)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ADEF; }

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

This text font color is #C9ADEF.


Background Color

.myBgColor { background-color: #C9ADEF; }

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

This div background color is #C9ADEF.


Border color

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

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

This div border color is #C9ADEF.


Opacity

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

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

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

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

This text has shadow with #C9ADEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ADEF on black background.


Color preview on white background

This text has color #C9ADEF on white background.



Black color preview on #C9ADEF background

This text has black color on #C9ADEF background.


White color preview on #C9ADEF background

This text has white color on #C9ADEF background.