COLOR #CCA9E3

HEX: #CCA9E3 RGB: (204,169,227)

Color info

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

RGB color model

#CCA9E3 color RGB value is (204,169,227).

RGB: (204,169,227) (80%, 66%, 89%)

RGB channels and saturation

R 204 of 255 = 80%
G 169 of 255 = 66%
B 227 of 255 = 89%

204
169
227

R + G + B ~ 78%. #CCA9E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 169 + 227 = 600 (100%)
R 204 of 600 ~ 34%
G 169 of 600 ~ 28.17%
B 227 of 600 ~ 37.83'%

%34
%28.17
%37.83

CMYK color model

#CCA9E3 color CMYK value is (10,26,0,11).

  • cyan value is 10.13%
  • magenta value is 25.55%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (10,26,0,11)
C10M26Y0K11 (10%, 26%, 0%, 11%)
(0.10 / 0.26 / 0.00 / 0.11)

CMYK percentages

%10.13
%25.55
%0
%10.98

Codes

Color #CCA9E3 in popluar color models

CC A9 E3
RGB 204 169 227
HSL 276° 50.88% 77.65%
HSB/HSV 276° 25.55% 89.02%
CMYK 10.13% 25.55% 0.00%
10.98%

Color #CCA9E3 in popluar number systems.

HEX CC A9 E3
Decimal 204 169 227
Binary 11001100 10101001 11100011
Octal 314 251 343

Shades and tints

Shades of #CCA9E3

#CCA9E3
(204,169,227)
#BA9ACF
(186,154,207)
#A88BBB
(168,139,187)
#967CA7
(150,124,167)
#846D93
(132,109,147)
#725E7F
(114,94,127)
#604F6B
(96,79,107)
#4E4057
(78,64,87)
#3C3143
(60,49,67)
#2A222F
(42,34,47)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #CCA9E3

#CCA9E3
(204,169,227)
#D0B0E5
(208,176,229)
#D4B7E7
(212,183,231)
#D8BEE9
(216,190,233)
#DCC5EB
(220,197,235)
#E0CCED
(224,204,237)
#E4D3EF
(228,211,239)
#E8DAF1
(232,218,241)
#ECE1F3
(236,225,243)
#F0E8F5
(240,232,245)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA9E3 color. Also use rgb(204,169,227) instead hex code.

Text Font Color

.myTextColor { color: #CCA9E3; }

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

This text font color is #CCA9E3.

Background Color

.myBgColor { background-color: #CCA9E3; }

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

This div background color is #CCA9E3.

Border color

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

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

This div border color is #CCA9E3.

Opacity

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

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

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

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

This text has shadow with #CCA9E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA9E3.

Preview

Color preview on black background

This text has color #CCA9E3 on black background.


Color preview on white background

This text has color #CCA9E3 on white background.


Black color preview on #CCA9E3 background

This text has black color on #CCA9E3 background.


White color preview on #CCA9E3 background

This text has white color on #CCA9E3 background.


Related colors

Complementary color

Complementary color for #hex is #33561C.


I love getcolorcode.com

Triadic colors

1 #E3CCA9 and #A9E3CC with #CCA9E3 are triadic colors.

2 #E3A9CC and #A9CCE3 with #CCA9E3 are triadic colors.