COLOR #CCADD7

HEX: #CCADD7
RGB: (204,173,215)

Color info

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

RGB color model

#CCADD7 color RGB value is (204,173,215).

  • red value is 204;
  • green value is 173;
  • blue value is 215.
RGB:
(204,173,215)
(80%,68%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 215 of 255 = 84%

204
173
215

R + G + B ~ 77%. #CCADD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 173 + 215 = 592 (100%)
R 204 of 592 ~ 34.46%
G 173 of 592 ~ 29.22%
B 215 of 592 ~ 36.32%

%34.46
%29.22
%36.32

CMYK color model

#CCADD7 color CMYK value is (5,20,0,16).

  • cyan value is 5.12%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(5,20,0,16)
C5M20Y0K16 
(5%,20%,0%,16%)
(0.05/0.20/0.00/0.16)	

CMYK percentages

%5.12
%19.53
%0
%15.69

Codes

Color #CCADD7 in popluar color models

CCADD7
RGB204173215
HSL284°34.43%76.08%
HSB/HSV284°19.53%84.31%
CMYK5.12%19.53%0.00%
15.69%

Color #CCADD7 in popluar number systems.

HEXCCADD7
Decimal204173215
Binary110011001010110111010111
Octal314255327

Shades and tints

Shades of #CCADD7

#CCADD7
(204,173,215)
#BA9EC4
(186,158,196)
#A88FB1
(168,143,177)
#96809E
(150,128,158)
#84718B
(132,113,139)
#726278
(114,98,120)
#605365
(96,83,101)
#4E4452
(78,68,82)
#3C353F
(60,53,63)
#2A262C
(42,38,44)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCADD7

#CCADD7
(204,173,215)
#D0B4DA
(208,180,218)
#D4BBDD
(212,187,221)
#D8C2E0
(216,194,224)
#DCC9E3
(220,201,227)
#E0D0E6
(224,208,230)
#E4D7E9
(228,215,233)
#E8DEEC
(232,222,236)
#ECE5EF
(236,229,239)
#F0ECF2
(240,236,242)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCADD7 color. Also use rgb(204,173,215) instead hex code.

Text Font Color

.myTextColor { color: #CCADD7; }

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

This text font color is #CCADD7.


Background Color

.myBgColor { background-color: #CCADD7; }

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

This div background color is #CCADD7.


Border color

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

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

This div border color is #CCADD7.


Opacity

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

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

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

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

This text has shadow with #CCADD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCADD7 on black background.


Color preview on white background

This text has color #CCADD7 on white background.



Black color preview on #CCADD7 background

This text has black color on #CCADD7 background.


White color preview on #CCADD7 background

This text has white color on #CCADD7 background.