COLOR #CCAEC2

HEX: #CCAEC2
RGB: (204,174,194)

Color info

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

RGB color model

#CCAEC2 color RGB value is (204,174,194).

  • red value is 204;
  • green value is 174;
  • blue value is 194.
RGB:
(204,174,194)
(80%,68%,76%)

RGB channels and saturation

R 204 of 255 = 80%
G 174 of 255 = 68%
B 194 of 255 = 76%

204
174
194

R + G + B ~ 75%. #CCAEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 174 + 194 = 572 (100%)
R 204 of 572 ~ 35.66%
G 174 of 572 ~ 30.42%
B 194 of 572 ~ 33.92%

%35.66
%30.42
%33.92

CMYK color model

#CCAEC2 color CMYK value is (0,15,5,20).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 4.90%
  • key color value is 20.00%
CMYK:
(0,15,5,20)
C0M15Y5K20 
(0%,15%,5%,20%)
(0.00/0.15/0.05/0.20)	

CMYK percentages

%0
%14.71
%4.9
%20

Codes

Color #CCAEC2 in popluar color models

CCAEC2
RGB204174194
HSL320°22.73%74.12%
HSB/HSV320°14.71%80.00%
CMYK0.00%14.71%4.90%
20.00%

Color #CCAEC2 in popluar number systems.

HEXCCAEC2
Decimal204174194
Binary110011001010111011000010
Octal314256302

Shades and tints

Shades of #CCAEC2

#CCAEC2
(204,174,194)
#BA9FB1
(186,159,177)
#A890A0
(168,144,160)
#96818F
(150,129,143)
#84727E
(132,114,126)
#72636D
(114,99,109)
#60545C
(96,84,92)
#4E454B
(78,69,75)
#3C363A
(60,54,58)
#2A2729
(42,39,41)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #CCAEC2

#CCAEC2
(204,174,194)
#D0B5C7
(208,181,199)
#D4BCCC
(212,188,204)
#D8C3D1
(216,195,209)
#DCCAD6
(220,202,214)
#E0D1DB
(224,209,219)
#E4D8E0
(228,216,224)
#E8DFE5
(232,223,229)
#ECE6EA
(236,230,234)
#F0EDEF
(240,237,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAEC2 color. Also use rgb(204,174,194) instead hex code.

Text Font Color

.myTextColor { color: #CCAEC2; }

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

This text font color is #CCAEC2.


Background Color

.myBgColor { background-color: #CCAEC2; }

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

This div background color is #CCAEC2.


Border color

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

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

This div border color is #CCAEC2.


Opacity

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

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

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

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

This text has shadow with #CCAEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAEC2 on black background.


Color preview on white background

This text has color #CCAEC2 on white background.



Black color preview on #CCAEC2 background

This text has black color on #CCAEC2 background.


White color preview on #CCAEC2 background

This text has white color on #CCAEC2 background.