COLOR #C3ADD0

HEX: #C3ADD0
RGB: (195,173,208)

Color info

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

RGB color model

#C3ADD0 color RGB value is (195,173,208).

  • red value is 195;
  • green value is 173;
  • blue value is 208.
RGB:
(195,173,208)
(76%,68%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 208 of 255 = 82%

195
173
208

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

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 208 = 576 (100%)
R 195 of 576 ~ 33.85%
G 173 of 576 ~ 30.03%
B 208 of 576 ~ 36.11%

%33.85
%30.03
%36.11

CMYK color model

#C3ADD0 color CMYK value is (6,17,0,18).

  • cyan value is 6.25%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,17,0,18)
C6M17Y0K18 
(6%,17%,0%,18%)
(0.06/0.17/0.00/0.18)	

CMYK percentages

%6.25
%16.83
%0
%18.43

Codes

Color #C3ADD0 in popluar color models

C3ADD0
RGB195173208
HSL278°27.13%74.71%
HSB/HSV278°16.83%81.57%
CMYK6.25%16.83%0.00%
18.43%

Color #C3ADD0 in popluar number systems.

HEXC3ADD0
Decimal195173208
Binary110000111010110111010000
Octal303255320

Shades and tints

Shades of #C3ADD0

#C3ADD0
(195,173,208)
#B29EBE
(178,158,190)
#A18FAC
(161,143,172)
#90809A
(144,128,154)
#7F7188
(127,113,136)
#6E6276
(110,98,118)
#5D5364
(93,83,100)
#4C4452
(76,68,82)
#3B3540
(59,53,64)
#2A262E
(42,38,46)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #C3ADD0

#C3ADD0
(195,173,208)
#C8B4D4
(200,180,212)
#CDBBD8
(205,187,216)
#D2C2DC
(210,194,220)
#D7C9E0
(215,201,224)
#DCD0E4
(220,208,228)
#E1D7E8
(225,215,232)
#E6DEEC
(230,222,236)
#EBE5F0
(235,229,240)
#F0ECF4
(240,236,244)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADD0; }

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

This text font color is #C3ADD0.


Background Color

.myBgColor { background-color: #C3ADD0; }

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

This div background color is #C3ADD0.


Border color

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

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

This div border color is #C3ADD0.


Opacity

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

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

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

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

This text has shadow with #C3ADD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ADD0 on black background.


Color preview on white background

This text has color #C3ADD0 on white background.



Black color preview on #C3ADD0 background

This text has black color on #C3ADD0 background.


White color preview on #C3ADD0 background

This text has white color on #C3ADD0 background.