COLOR #CCADC8

HEX: #CCADC8 RGB: (204,173,200)

Color info

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

RGB color model

#CCADC8 color RGB value is (204,173,200).

RGB: (204,173,200) (80%, 68%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 200 of 255 = 78%

204
173
200

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

Portions of RGB colors in percentages

R + G + B = 204 + 173 + 200 = 577 (100%)
R 204 of 577 ~ 35.36%
G 173 of 577 ~ 29.98%
B 200 of 577 ~ 34.66'%

%35.36
%29.98
%34.66

CMYK color model

#CCADC8 color CMYK value is (0,15,2,20).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 1.96%
  • key color value is 20.00%
CMYK: (0,15,2,20) C0M15Y2K20 (0%,15%,2%,20%) (0.00/0.15/0.02/0.20) 

CMYK percentages

%0
%15.2
%1.96
%20

Codes

Color #CCADC8 in popluar color models

CC AD C8
RGB 204 173 200
HSL 308° 23.31% 73.92%
HSB/HSV 308° 15.20% 80.00%
CMYK 0.00% 15.20% 1.96%
20.00%

Color #CCADC8 in popluar number systems.

HEX CC AD C8
Decimal 204 173 200
Binary 11001100 10101101 11001000
Octal 314 255 310

Shades and tints

Shades of #CCADC8

#CCADC8
(204,173,200)
#BA9EB6
(186,158,182)
#A88FA4
(168,143,164)
#968092
(150,128,146)
#847180
(132,113,128)
#72626E
(114,98,110)
#60535C
(96,83,92)
#4E444A
(78,68,74)
#3C3538
(60,53,56)
#2A2626
(42,38,38)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #CCADC8

#CCADC8
(204,173,200)
#D0B4CD
(208,180,205)
#D4BBD2
(212,187,210)
#D8C2D7
(216,194,215)
#DCC9DC
(220,201,220)
#E0D0E1
(224,208,225)
#E4D7E6
(228,215,230)
#E8DEEB
(232,222,235)
#ECE5F0
(236,229,240)
#F0ECF5
(240,236,245)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCADC8; }

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

This text font color is #CCADC8.

Background Color

.myBgColor { background-color: #CCADC8; }

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

This div background color is #CCADC8.

Border color

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

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

This div border color is #CCADC8.

Opacity

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

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

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

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

This text has shadow with #CCADC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCADC8.

Preview

Color preview on black background

This text has color #CCADC8 on black background.


Color preview on white background

This text has color #CCADC8 on white background.


Black color preview on #CCADC8 background

This text has black color on #CCADC8 background.


White color preview on #CCADC8 background

This text has white color on #CCADC8 background.


Related colors

Complementary color

Complementary color for #hex is #335237.


I love getcolorcode.com

Triadic colors

1 #C8CCAD and #ADC8CC with #CCADC8 are triadic colors.

2 #C8ADCC and #ADCCC8 with #CCADC8 are triadic colors.