COLOR #CCA8E3

HEX: #CCA8E3 RGB: (204,168,227)

Color info

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

RGB color model

#CCA8E3 color RGB value is (204,168,227).

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

RGB channels and saturation

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

204
168
227

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

Portions of RGB colors in percentages

R + G + B = 204 + 168 + 227 = 599 (100%)
R 204 of 599 ~ 34.06%
G 168 of 599 ~ 28.05%
B 227 of 599 ~ 37.9'%

%34.06
%28.05
%37.9

CMYK color model

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

  • cyan value is 10.13%
  • magenta value is 25.99%
  • 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.99
%0
%10.98

Codes

Color #CCA8E3 in popluar color models

CC A8 E3
RGB 204 168 227
HSL 277° 51.30% 77.45%
HSB/HSV 277° 25.99% 89.02%
CMYK 10.13% 25.99% 0.00%
10.98%

Color #CCA8E3 in popluar number systems.

HEX CC A8 E3
Decimal 204 168 227
Binary 11001100 10101000 11100011
Octal 314 250 343

Shades and tints

Shades of #CCA8E3

#CCA8E3
(204,168,227)
#BA99CF
(186,153,207)
#A88ABB
(168,138,187)
#967BA7
(150,123,167)
#846C93
(132,108,147)
#725D7F
(114,93,127)
#604E6B
(96,78,107)
#4E3F57
(78,63,87)
#3C3043
(60,48,67)
#2A212F
(42,33,47)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #CCA8E3

#CCA8E3
(204,168,227)
#D0AFE5
(208,175,229)
#D4B6E7
(212,182,231)
#D8BDE9
(216,189,233)
#DCC4EB
(220,196,235)
#E0CBED
(224,203,237)
#E4D2EF
(228,210,239)
#E8D9F1
(232,217,241)
#ECE0F3
(236,224,243)
#F0E7F5
(240,231,245)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA8E3; }

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

This text font color is #CCA8E3.

Background Color

.myBgColor { background-color: #CCA8E3; }

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

This div background color is #CCA8E3.

Border color

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

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

This div border color is #CCA8E3.

Opacity

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

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

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

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

This text has shadow with #CCA8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA8E3.

Preview

Color preview on black background

This text has color #CCA8E3 on black background.


Color preview on white background

This text has color #CCA8E3 on white background.


Black color preview on #CCA8E3 background

This text has black color on #CCA8E3 background.


White color preview on #CCA8E3 background

This text has white color on #CCA8E3 background.


Related colors

Complementary color

Complementary color for #hex is #33571C.


I love getcolorcode.com

Triadic colors

1 #E3CCA8 and #A8E3CC with #CCA8E3 are triadic colors.

2 #E3A8CC and #A8CCE3 with #CCA8E3 are triadic colors.