COLOR #CCADC9

HEX: #CCADC9 RGB: (204,173,201)

Color info

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

RGB color model

#CCADC9 color RGB value is (204,173,201).

RGB: (204,173,201) (80%, 68%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 201 of 255 = 79%

204
173
201

R + G + B ~ 76%. #CCADC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 173 + 201 = 578 (100%)
R 204 of 578 ~ 35.29%
G 173 of 578 ~ 29.93%
B 201 of 578 ~ 34.78'%

%35.29
%29.93
%34.78

CMYK color model

#CCADC9 color CMYK value is (0,15,1,20).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (0,15,1,20)
C0M15Y1K20 (0%, 15%, 1%, 20%)
(0.00 / 0.15 / 0.01 / 0.20)

CMYK percentages

%0
%15.2
%1.47
%20

Codes

Color #CCADC9 in popluar color models

CC AD C9
RGB 204 173 201
HSL 306° 23.31% 73.92%
HSB/HSV 306° 15.20% 80.00%
CMYK 0.00% 15.20% 1.47%
20.00%

Color #CCADC9 in popluar number systems.

HEX CC AD C9
Decimal 204 173 201
Binary 11001100 10101101 11001001
Octal 314 255 311

Shades and tints

Shades of #CCADC9

#CCADC9
(204,173,201)
#BA9EB7
(186,158,183)
#A88FA5
(168,143,165)
#968093
(150,128,147)
#847181
(132,113,129)
#72626F
(114,98,111)
#60535D
(96,83,93)
#4E444B
(78,68,75)
#3C3539
(60,53,57)
#2A2627
(42,38,39)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #CCADC9

#CCADC9
(204,173,201)
#D0B4CD
(208,180,205)
#D4BBD1
(212,187,209)
#D8C2D5
(216,194,213)
#DCC9D9
(220,201,217)
#E0D0DD
(224,208,221)
#E4D7E1
(228,215,225)
#E8DEE5
(232,222,229)
#ECE5E9
(236,229,233)
#F0ECED
(240,236,237)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCADC9; }

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

This text font color is #CCADC9.

Background Color

.myBgColor { background-color: #CCADC9; }

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

This div background color is #CCADC9.

Border color

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

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

This div border color is #CCADC9.

Opacity

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

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

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

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

This text has shadow with #CCADC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCADC9.

Preview

Color preview on black background

This text has color #CCADC9 on black background.


Color preview on white background

This text has color #CCADC9 on white background.


Black color preview on #CCADC9 background

This text has black color on #CCADC9 background.


White color preview on #CCADC9 background

This text has white color on #CCADC9 background.


Related colors

Complementary color

Complementary color for #hex is #335236.


I love getcolorcode.com

Triadic colors

1 #C9CCAD and #ADC9CC with #CCADC9 are triadic colors.

2 #C9ADCC and #ADCCC9 with #CCADC9 are triadic colors.