COLOR #C3ADD3

HEX: #C3ADD3
RGB: (195,173,211)

Color info

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

RGB color model

#C3ADD3 color RGB value is (195,173,211).

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

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 211 of 255 = 83%

195
173
211

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

Portions of RGB colors in percentages

R + G + B =
195 + 173 + 211 = 579 (100%)
R 195 of 579 ~ 33.68%
G 173 of 579 ~ 29.88%
B 211 of 579 ~ 36.44%

%33.68
%29.88
%36.44

CMYK color model

#C3ADD3 color CMYK value is (8,18,0,17).

  • cyan value is 7.58%
  • magenta value is 18.01%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(8,18,0,17)
C8M18Y0K17 
(8%,18%,0%,17%)
(0.08/0.18/0.00/0.17)	

CMYK percentages

%7.58
%18.01
%0
%17.25

Codes

Color #C3ADD3 in popluar color models

C3ADD3
RGB195173211
HSL275°30.16%75.29%
HSB/HSV275°18.01%82.75%
CMYK7.58%18.01%0.00%
17.25%

Color #C3ADD3 in popluar number systems.

HEXC3ADD3
Decimal195173211
Binary110000111010110111010011
Octal303255323

Shades and tints

Shades of #C3ADD3

#C3ADD3
(195,173,211)
#B29EC0
(178,158,192)
#A18FAD
(161,143,173)
#90809A
(144,128,154)
#7F7187
(127,113,135)
#6E6274
(110,98,116)
#5D5361
(93,83,97)
#4C444E
(76,68,78)
#3B353B
(59,53,59)
#2A2628
(42,38,40)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3ADD3

#C3ADD3
(195,173,211)
#C8B4D7
(200,180,215)
#CDBBDB
(205,187,219)
#D2C2DF
(210,194,223)
#D7C9E3
(215,201,227)
#DCD0E7
(220,208,231)
#E1D7EB
(225,215,235)
#E6DEEF
(230,222,239)
#EBE5F3
(235,229,243)
#F0ECF7
(240,236,247)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADD3; }

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

This text font color is #C3ADD3.


Background Color

.myBgColor { background-color: #C3ADD3; }

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

This div background color is #C3ADD3.


Border color

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

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

This div border color is #C3ADD3.


Opacity

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

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

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

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

This text has shadow with #C3ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ADD3 on black background.


Color preview on white background

This text has color #C3ADD3 on white background.



Black color preview on #C3ADD3 background

This text has black color on #C3ADD3 background.


White color preview on #C3ADD3 background

This text has white color on #C3ADD3 background.