COLOR #C3ADF1

HEX: #C3ADF1 RGB: (195,173,241)

Color info

#C3ADF1 contains mainly red and blue colors. Web safe color of #C3ADF1 is #CC99FF (or #C9F).

RGB color model

#C3ADF1 color RGB value is (195,173,241).

RGB: (195,173,241) (76%, 68%, 95%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 241 of 255 = 95%

195
173
241

R + G + B ~ 80%. #C3ADF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 241 = 609 (100%)
R 195 of 609 ~ 32.02%
G 173 of 609 ~ 28.41%
B 241 of 609 ~ 39.57'%

%32.02
%28.41
%39.57

CMYK color model

#C3ADF1 color CMYK value is (19,28,0,5).

  • cyan value is 19.09%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (19,28,0,5)
C19M28Y0K5 (19%, 28%, 0%, 5%)
(0.19 / 0.28 / 0.00 / 0.05)

CMYK percentages

%19.09
%28.22
%0
%5.49

Codes

Color #C3ADF1 in popluar color models

C3 AD F1
RGB 195 173 241
HSL 259° 70.83% 81.18%
HSB/HSV 259° 28.22% 94.51%
CMYK 19.09% 28.22% 0.00%
5.49%

Color #C3ADF1 in popluar number systems.

HEX C3 AD F1
Decimal 195 173 241
Binary 11000011 10101101 11110001
Octal 303 255 361

Shades and tints

Shades of #C3ADF1

#C3ADF1
(195,173,241)
#B29EDC
(178,158,220)
#A18FC7
(161,143,199)
#9080B2
(144,128,178)
#7F719D
(127,113,157)
#6E6288
(110,98,136)
#5D5373
(93,83,115)
#4C445E
(76,68,94)
#3B3549
(59,53,73)
#2A2634
(42,38,52)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #C3ADF1

#C3ADF1
(195,173,241)
#C8B4F2
(200,180,242)
#CDBBF3
(205,187,243)
#D2C2F4
(210,194,244)
#D7C9F5
(215,201,245)
#DCD0F6
(220,208,246)
#E1D7F7
(225,215,247)
#E6DEF8
(230,222,248)
#EBE5F9
(235,229,249)
#F0ECFA
(240,236,250)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ADF1 color. Also use rgb(195,173,241) instead hex code.

Text Font Color

.myTextColor { color: #C3ADF1; }

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

This text font color is #C3ADF1.

Background Color

.myBgColor { background-color: #C3ADF1; }

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

This div background color is #C3ADF1.

Border color

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

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

This div border color is #C3ADF1.

Opacity

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

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

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

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

This text has shadow with #C3ADF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ADF1.

Preview

Color preview on black background

This text has color #C3ADF1 on black background.


Color preview on white background

This text has color #C3ADF1 on white background.


Black color preview on #C3ADF1 background

This text has black color on #C3ADF1 background.


White color preview on #C3ADF1 background

This text has white color on #C3ADF1 background.


Related colors

Complementary color

Complementary color for #hex is #3C520E.


I love getcolorcode.com

Triadic colors

1 #F1C3AD and #ADF1C3 with #C3ADF1 are triadic colors.

2 #F1ADC3 and #ADC3F1 with #C3ADF1 are triadic colors.