COLOR #C3AFCC

HEX: #C3AFCC
RGB: (195,175,204)

Color info

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

RGB color model

#C3AFCC color RGB value is (195,175,204).

  • red value is 195;
  • green value is 175;
  • blue value is 204.
RGB:
(195,175,204)
(76%,69%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 204 of 255 = 80%

195
175
204

R + G + B ~ 75%. #C3AFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 204 = 574 (100%)
R 195 of 574 ~ 33.97%
G 175 of 574 ~ 30.49%
B 204 of 574 ~ 35.54%

%33.97
%30.49
%35.54

CMYK color model

#C3AFCC color CMYK value is (4,14,0,20).

  • cyan value is 4.41%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(4,14,0,20)
C4M14Y0K20 
(4%,14%,0%,20%)
(0.04/0.14/0.00/0.20)	

CMYK percentages

%4.41
%14.22
%0
%20

Codes

Color #C3AFCC in popluar color models

C3AFCC
RGB195175204
HSL281°22.14%74.31%
HSB/HSV281°14.22%80.00%
CMYK4.41%14.22%0.00%
20.00%

Color #C3AFCC in popluar number systems.

HEXC3AFCC
Decimal195175204
Binary110000111010111111001100
Octal303257314

Shades and tints

Shades of #C3AFCC

#C3AFCC
(195,175,204)
#B2A0BA
(178,160,186)
#A191A8
(161,145,168)
#908296
(144,130,150)
#7F7384
(127,115,132)
#6E6472
(110,100,114)
#5D5560
(93,85,96)
#4C464E
(76,70,78)
#3B373C
(59,55,60)
#2A282A
(42,40,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #C3AFCC

#C3AFCC
(195,175,204)
#C8B6D0
(200,182,208)
#CDBDD4
(205,189,212)
#D2C4D8
(210,196,216)
#D7CBDC
(215,203,220)
#DCD2E0
(220,210,224)
#E1D9E4
(225,217,228)
#E6E0E8
(230,224,232)
#EBE7EC
(235,231,236)
#F0EEF0
(240,238,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AFCC; }

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

This text font color is #C3AFCC.


Background Color

.myBgColor { background-color: #C3AFCC; }

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

This div background color is #C3AFCC.


Border color

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

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

This div border color is #C3AFCC.


Opacity

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

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

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

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

This text has shadow with #C3AFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFCC on black background.


Color preview on white background

This text has color #C3AFCC on white background.



Black color preview on #C3AFCC background

This text has black color on #C3AFCC background.


White color preview on #C3AFCC background

This text has white color on #C3AFCC background.