COLOR #C9AEEC

HEX: #C9AEEC RGB: (201,174,236)

Color info

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

RGB color model

#C9AEEC color RGB value is (201,174,236).

RGB: (201,174,236) (79%, 68%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 236 of 255 = 93%

201
174
236

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

Portions of RGB colors in percentages

R + G + B = 201 + 174 + 236 = 611 (100%)
R 201 of 611 ~ 32.9%
G 174 of 611 ~ 28.48%
B 236 of 611 ~ 38.63'%

%32.9
%28.48
%38.63

CMYK color model

#C9AEEC color CMYK value is (15,26,0,7).

  • cyan value is 14.83%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,26,0,7)
C15M26Y0K7 (15%, 26%, 0%, 7%)
(0.15 / 0.26 / 0.00 / 0.07)

CMYK percentages

%14.83
%26.27
%0
%7.45

Codes

Color #C9AEEC in popluar color models

C9 AE EC
RGB 201 174 236
HSL 266° 62.00% 80.39%
HSB/HSV 266° 26.27% 92.55%
CMYK 14.83% 26.27% 0.00%
7.45%

Color #C9AEEC in popluar number systems.

HEX C9 AE EC
Decimal 201 174 236
Binary 11001001 10101110 11101100
Octal 311 256 354

Shades and tints

Shades of #C9AEEC

#C9AEEC
(201,174,236)
#B79FD7
(183,159,215)
#A590C2
(165,144,194)
#9381AD
(147,129,173)
#817298
(129,114,152)
#6F6383
(111,99,131)
#5D546E
(93,84,110)
#4B4559
(75,69,89)
#393644
(57,54,68)
#27272F
(39,39,47)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #C9AEEC

#C9AEEC
(201,174,236)
#CDB5ED
(205,181,237)
#D1BCEE
(209,188,238)
#D5C3EF
(213,195,239)
#D9CAF0
(217,202,240)
#DDD1F1
(221,209,241)
#E1D8F2
(225,216,242)
#E5DFF3
(229,223,243)
#E9E6F4
(233,230,244)
#EDEDF5
(237,237,245)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEEC; }

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

This text font color is #C9AEEC.

Background Color

.myBgColor { background-color: #C9AEEC; }

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

This div background color is #C9AEEC.

Border color

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

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

This div border color is #C9AEEC.

Opacity

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

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

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

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

This text has shadow with #C9AEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AEEC.

Preview

Color preview on black background

This text has color #C9AEEC on black background.


Color preview on white background

This text has color #C9AEEC on white background.


Black color preview on #C9AEEC background

This text has black color on #C9AEEC background.


White color preview on #C9AEEC background

This text has white color on #C9AEEC background.


Related colors

Complementary color

Complementary color for #hex is #365113.


I love getcolorcode.com

Triadic colors

1 #ECC9AE and #AEECC9 with #C9AEEC are triadic colors.

2 #ECAEC9 and #AEC9EC with #C9AEEC are triadic colors.