COLOR #C4AFD3

HEX: #C4AFD3
RGB: (196,175,211)

Color info

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

RGB color model

#C4AFD3 color RGB value is (196,175,211).

  • red value is 196;
  • green value is 175;
  • blue value is 211.
RGB:
(196,175,211)
(77%,69%,83%)

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 211 of 255 = 83%

196
175
211

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

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 211 = 582 (100%)
R 196 of 582 ~ 33.68%
G 175 of 582 ~ 30.07%
B 211 of 582 ~ 36.25%

%33.68
%30.07
%36.25

CMYK color model

#C4AFD3 color CMYK value is (7,17,0,17).

  • cyan value is 7.11%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(7,17,0,17)
C7M17Y0K17 
(7%,17%,0%,17%)
(0.07/0.17/0.00/0.17)	

CMYK percentages

%7.11
%17.06
%0
%17.25

Codes

Color #C4AFD3 in popluar color models

C4AFD3
RGB196175211
HSL275°29.03%75.69%
HSB/HSV275°17.06%82.75%
CMYK7.11%17.06%0.00%
17.25%

Color #C4AFD3 in popluar number systems.

HEXC4AFD3
Decimal196175211
Binary110001001010111111010011
Octal304257323

Shades and tints

Shades of #C4AFD3

#C4AFD3
(196,175,211)
#B3A0C0
(179,160,192)
#A291AD
(162,145,173)
#91829A
(145,130,154)
#807387
(128,115,135)
#6F6474
(111,100,116)
#5E5561
(94,85,97)
#4D464E
(77,70,78)
#3C373B
(60,55,59)
#2B2828
(43,40,40)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #C4AFD3

#C4AFD3
(196,175,211)
#C9B6D7
(201,182,215)
#CEBDDB
(206,189,219)
#D3C4DF
(211,196,223)
#D8CBE3
(216,203,227)
#DDD2E7
(221,210,231)
#E2D9EB
(226,217,235)
#E7E0EF
(231,224,239)
#ECE7F3
(236,231,243)
#F1EEF7
(241,238,247)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFD3; }

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

This text font color is #C4AFD3.


Background Color

.myBgColor { background-color: #C4AFD3; }

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

This div background color is #C4AFD3.


Border color

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

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

This div border color is #C4AFD3.


Opacity

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

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

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

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

This text has shadow with #C4AFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFD3 on black background.


Color preview on white background

This text has color #C4AFD3 on white background.



Black color preview on #C4AFD3 background

This text has black color on #C4AFD3 background.


White color preview on #C4AFD3 background

This text has white color on #C4AFD3 background.