COLOR #C9AEF0

HEX: #C9AEF0 RGB: (201,174,240)

Color info

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

RGB color model

#C9AEF0 color RGB value is (201,174,240).

RGB: (201,174,240) (79%, 68%, 94%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 240 of 255 = 94%

201
174
240

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

Portions of RGB colors in percentages

R + G + B = 201 + 174 + 240 = 615 (100%)
R 201 of 615 ~ 32.68%
G 174 of 615 ~ 28.29%
B 240 of 615 ~ 39.02'%

%32.68
%28.29
%39.02

CMYK color model

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

  • cyan value is 16.25%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (16,28,0,6)
C16M28Y0K6 (16%, 28%, 0%, 6%)
(0.16 / 0.28 / 0.00 / 0.06)

CMYK percentages

%16.25
%27.5
%0
%5.88

Codes

Color #C9AEF0 in popluar color models

C9 AE F0
RGB 201 174 240
HSL 265° 68.75% 81.18%
HSB/HSV 265° 27.50% 94.12%
CMYK 16.25% 27.50% 0.00%
5.88%

Color #C9AEF0 in popluar number systems.

HEX C9 AE F0
Decimal 201 174 240
Binary 11001001 10101110 11110000
Octal 311 256 360

Shades and tints

Shades of #C9AEF0

#C9AEF0
(201,174,240)
#B79FDB
(183,159,219)
#A590C6
(165,144,198)
#9381B1
(147,129,177)
#81729C
(129,114,156)
#6F6387
(111,99,135)
#5D5472
(93,84,114)
#4B455D
(75,69,93)
#393648
(57,54,72)
#272733
(39,39,51)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #C9AEF0

#C9AEF0
(201,174,240)
#CDB5F1
(205,181,241)
#D1BCF2
(209,188,242)
#D5C3F3
(213,195,243)
#D9CAF4
(217,202,244)
#DDD1F5
(221,209,245)
#E1D8F6
(225,216,246)
#E5DFF7
(229,223,247)
#E9E6F8
(233,230,248)
#EDEDF9
(237,237,249)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AEF0 color. Also use rgb(201,174,240) instead hex code.

Text Font Color

.myTextColor { color: #C9AEF0; }

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

This text font color is #C9AEF0.

Background Color

.myBgColor { background-color: #C9AEF0; }

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

This div background color is #C9AEF0.

Border color

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

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

This div border color is #C9AEF0.

Opacity

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

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

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

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

This text has shadow with #C9AEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AEF0.

Preview

Color preview on black background

This text has color #C9AEF0 on black background.


Color preview on white background

This text has color #C9AEF0 on white background.


Black color preview on #C9AEF0 background

This text has black color on #C9AEF0 background.


White color preview on #C9AEF0 background

This text has white color on #C9AEF0 background.


Related colors

Complementary color

Complementary color for #hex is #36510F.


I love getcolorcode.com

Triadic colors

1 #F0C9AE and #AEF0C9 with #C9AEF0 are triadic colors.

2 #F0AEC9 and #AEC9F0 with #C9AEF0 are triadic colors.