COLOR #CCADED

HEX: #CCADED RGB: (204,173,237)

Color info

#CCADED contains mainly red and blue colors. Web safe color of #CCADED is #CC99FF (or #C9F).

RGB color model

#CCADED color RGB value is (204,173,237).

RGB: (204,173,237) (80%, 68%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 237 of 255 = 93%

204
173
237

R + G + B ~ 80%. #CCADED is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 173 + 237 = 614 (100%)
R 204 of 614 ~ 33.22%
G 173 of 614 ~ 28.18%
B 237 of 614 ~ 38.6'%

%33.22
%28.18
%38.6

CMYK color model

#CCADED color CMYK value is (14,27,0,7).

  • cyan value is 13.92%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (14,27,0,7)
C14M27Y0K7 (14%, 27%, 0%, 7%)
(0.14 / 0.27 / 0.00 / 0.07)

CMYK percentages

%13.92
%27
%0
%7.06

Codes

Color #CCADED in popluar color models

CC AD ED
RGB 204 173 237
HSL 269° 64.00% 80.39%
HSB/HSV 269° 27.00% 92.94%
CMYK 13.92% 27.00% 0.00%
7.06%

Color #CCADED in popluar number systems.

HEX CC AD ED
Decimal 204 173 237
Binary 11001100 10101101 11101101
Octal 314 255 355

Shades and tints

Shades of #CCADED

#CCADED
(204,173,237)
#BA9ED8
(186,158,216)
#A88FC3
(168,143,195)
#9680AE
(150,128,174)
#847199
(132,113,153)
#726284
(114,98,132)
#60536F
(96,83,111)
#4E445A
(78,68,90)
#3C3545
(60,53,69)
#2A2630
(42,38,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #CCADED

#CCADED
(204,173,237)
#D0B4EE
(208,180,238)
#D4BBEF
(212,187,239)
#D8C2F0
(216,194,240)
#DCC9F1
(220,201,241)
#E0D0F2
(224,208,242)
#E4D7F3
(228,215,243)
#E8DEF4
(232,222,244)
#ECE5F5
(236,229,245)
#F0ECF6
(240,236,246)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCADED; }

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

This text font color is #CCADED.

Background Color

.myBgColor { background-color: #CCADED; }

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

This div background color is #CCADED.

Border color

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

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

This div border color is #CCADED.

Opacity

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

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

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

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

This text has shadow with #CCADED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCADED.

Preview

Color preview on black background

This text has color #CCADED on black background.


Color preview on white background

This text has color #CCADED on white background.


Black color preview on #CCADED background

This text has black color on #CCADED background.


White color preview on #CCADED background

This text has white color on #CCADED background.


Related colors

Complementary color

Complementary color for #hex is #335212.


I love getcolorcode.com

Triadic colors

1 #EDCCAD and #ADEDCC with #CCADED are triadic colors.

2 #EDADCC and #ADCCED with #CCADED are triadic colors.