COLOR #C4AFE1

HEX: #C4AFE1
RGB: (196,175,225)

Color info

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

RGB color model

#C4AFE1 color RGB value is (196,175,225).

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

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 225 of 255 = 88%

196
175
225

R + G + B ~ 78%. #C4AFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 225 = 596 (100%)
R 196 of 596 ~ 32.89%
G 175 of 596 ~ 29.36%
B 225 of 596 ~ 37.75%

%32.89
%29.36
%37.75

CMYK color model

#C4AFE1 color CMYK value is (13,22,0,12).

  • cyan value is 12.89%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(13,22,0,12)
C13M22Y0K12 
(13%,22%,0%,12%)
(0.13/0.22/0.00/0.12)	

CMYK percentages

%12.89
%22.22
%0
%11.76

Codes

Color #C4AFE1 in popluar color models

C4AFE1
RGB196175225
HSL265°45.45%78.43%
HSB/HSV265°22.22%88.24%
CMYK12.89%22.22%0.00%
11.76%

Color #C4AFE1 in popluar number systems.

HEXC4AFE1
Decimal196175225
Binary110001001010111111100001
Octal304257341

Shades and tints

Shades of #C4AFE1

#C4AFE1
(196,175,225)
#B3A0CD
(179,160,205)
#A291B9
(162,145,185)
#9182A5
(145,130,165)
#807391
(128,115,145)
#6F647D
(111,100,125)
#5E5569
(94,85,105)
#4D4655
(77,70,85)
#3C3741
(60,55,65)
#2B282D
(43,40,45)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #C4AFE1

#C4AFE1
(196,175,225)
#C9B6E3
(201,182,227)
#CEBDE5
(206,189,229)
#D3C4E7
(211,196,231)
#D8CBE9
(216,203,233)
#DDD2EB
(221,210,235)
#E2D9ED
(226,217,237)
#E7E0EF
(231,224,239)
#ECE7F1
(236,231,241)
#F1EEF3
(241,238,243)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFE1; }

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

This text font color is #C4AFE1.


Background Color

.myBgColor { background-color: #C4AFE1; }

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

This div background color is #C4AFE1.


Border color

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

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

This div border color is #C4AFE1.


Opacity

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

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

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

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

This text has shadow with #C4AFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFE1 on black background.


Color preview on white background

This text has color #C4AFE1 on white background.



Black color preview on #C4AFE1 background

This text has black color on #C4AFE1 background.


White color preview on #C4AFE1 background

This text has white color on #C4AFE1 background.