COLOR #C4AFD7

HEX: #C4AFD7 RGB: (196,175,215)

Color info

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

RGB color model

#C4AFD7 color RGB value is (196,175,215).

RGB: (196,175,215) (77%, 69%, 84%)

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 215 of 255 = 84%

196
175
215

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

Portions of RGB colors in percentages

R + G + B = 196 + 175 + 215 = 586 (100%)
R 196 of 586 ~ 33.45%
G 175 of 586 ~ 29.86%
B 215 of 586 ~ 36.69'%

%33.45
%29.86
%36.69

CMYK color model

#C4AFD7 color CMYK value is (9,19,0,16).

  • cyan value is 8.84%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (9,19,0,16)
C9M19Y0K16 (9%, 19%, 0%, 16%)
(0.09 / 0.19 / 0.00 / 0.16)

CMYK percentages

%8.84
%18.6
%0
%15.69

Codes

Color #C4AFD7 in popluar color models

C4 AF D7
RGB 196 175 215
HSL 272° 33.33% 76.47%
HSB/HSV 272° 18.60% 84.31%
CMYK 8.84% 18.60% 0.00%
15.69%

Color #C4AFD7 in popluar number systems.

HEX C4 AF D7
Decimal 196 175 215
Binary 11000100 10101111 11010111
Octal 304 257 327

Shades and tints

Shades of #C4AFD7

#C4AFD7
(196,175,215)
#B3A0C4
(179,160,196)
#A291B1
(162,145,177)
#91829E
(145,130,158)
#80738B
(128,115,139)
#6F6478
(111,100,120)
#5E5565
(94,85,101)
#4D4652
(77,70,82)
#3C373F
(60,55,63)
#2B282C
(43,40,44)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #C4AFD7

#C4AFD7
(196,175,215)
#C9B6DA
(201,182,218)
#CEBDDD
(206,189,221)
#D3C4E0
(211,196,224)
#D8CBE3
(216,203,227)
#DDD2E6
(221,210,230)
#E2D9E9
(226,217,233)
#E7E0EC
(231,224,236)
#ECE7EF
(236,231,239)
#F1EEF2
(241,238,242)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AFD7 color. Also use rgb(196,175,215) instead hex code.

Text Font Color

.myTextColor { color: #C4AFD7; }

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

This text font color is #C4AFD7.

Background Color

.myBgColor { background-color: #C4AFD7; }

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

This div background color is #C4AFD7.

Border color

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

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

This div border color is #C4AFD7.

Opacity

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

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

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

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

This text has shadow with #C4AFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AFD7.

Preview

Color preview on black background

This text has color #C4AFD7 on black background.


Color preview on white background

This text has color #C4AFD7 on white background.


Black color preview on #C4AFD7 background

This text has black color on #C4AFD7 background.


White color preview on #C4AFD7 background

This text has white color on #C4AFD7 background.


Related colors

Complementary color

Complementary color for #hex is #3B5028.


I love getcolorcode.com

Triadic colors

1 #D7C4AF and #AFD7C4 with #C4AFD7 are triadic colors.

2 #D7AFC4 and #AFC4D7 with #C4AFD7 are triadic colors.