COLOR #CCAFD4

HEX: #CCAFD4 RGB: (204,175,212)

Color info

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

RGB color model

#CCAFD4 color RGB value is (204,175,212).

RGB: (204,175,212) (80%, 69%, 83%)

RGB channels and saturation

R 204 of 255 = 80%
G 175 of 255 = 69%
B 212 of 255 = 83%

204
175
212

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

Portions of RGB colors in percentages

R + G + B = 204 + 175 + 212 = 591 (100%)
R 204 of 591 ~ 34.52%
G 175 of 591 ~ 29.61%
B 212 of 591 ~ 35.87'%

%34.52
%29.61
%35.87

CMYK color model

#CCAFD4 color CMYK value is (4,17,0,17).

  • cyan value is 3.77%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (4,17,0,17)
C4M17Y0K17 (4%, 17%, 0%, 17%)
(0.04 / 0.17 / 0.00 / 0.17)

CMYK percentages

%3.77
%17.45
%0
%16.86

Codes

Color #CCAFD4 in popluar color models

CC AF D4
RGB 204 175 212
HSL 287° 30.08% 75.88%
HSB/HSV 287° 17.45% 83.14%
CMYK 3.77% 17.45% 0.00%
16.86%

Color #CCAFD4 in popluar number systems.

HEX CC AF D4
Decimal 204 175 212
Binary 11001100 10101111 11010100
Octal 314 257 324

Shades and tints

Shades of #CCAFD4

#CCAFD4
(204,175,212)
#BAA0C1
(186,160,193)
#A891AE
(168,145,174)
#96829B
(150,130,155)
#847388
(132,115,136)
#726475
(114,100,117)
#605562
(96,85,98)
#4E464F
(78,70,79)
#3C373C
(60,55,60)
#2A2829
(42,40,41)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #CCAFD4

#CCAFD4
(204,175,212)
#D0B6D7
(208,182,215)
#D4BDDA
(212,189,218)
#D8C4DD
(216,196,221)
#DCCBE0
(220,203,224)
#E0D2E3
(224,210,227)
#E4D9E6
(228,217,230)
#E8E0E9
(232,224,233)
#ECE7EC
(236,231,236)
#F0EEEF
(240,238,239)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAFD4 color. Also use rgb(204,175,212) instead hex code.

Text Font Color

.myTextColor { color: #CCAFD4; }

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

This text font color is #CCAFD4.

Background Color

.myBgColor { background-color: #CCAFD4; }

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

This div background color is #CCAFD4.

Border color

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

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

This div border color is #CCAFD4.

Opacity

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

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

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

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

This text has shadow with #CCAFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAFD4.

Preview

Color preview on black background

This text has color #CCAFD4 on black background.


Color preview on white background

This text has color #CCAFD4 on white background.


Black color preview on #CCAFD4 background

This text has black color on #CCAFD4 background.


White color preview on #CCAFD4 background

This text has white color on #CCAFD4 background.


Related colors

Complementary color

Complementary color for #hex is #33502B.


I love getcolorcode.com

Triadic colors

1 #D4CCAF and #AFD4CC with #CCAFD4 are triadic colors.

2 #D4AFCC and #AFCCD4 with #CCAFD4 are triadic colors.