COLOR #C3ADD7

HEX: #C3ADD7 RGB: (195,173,215)

Color info

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

RGB color model

#C3ADD7 color RGB value is (195,173,215).

RGB: (195,173,215) (76%, 68%, 84%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 215 of 255 = 84%

195
173
215

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

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 215 = 583 (100%)
R 195 of 583 ~ 33.45%
G 173 of 583 ~ 29.67%
B 215 of 583 ~ 36.88'%

%33.45
%29.67
%36.88

CMYK color model

#C3ADD7 color CMYK value is (9,20,0,16).

  • cyan value is 9.30%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (9,20,0,16)
C9M20Y0K16 (9%, 20%, 0%, 16%)
(0.09 / 0.20 / 0.00 / 0.16)

CMYK percentages

%9.3
%19.53
%0
%15.69

Codes

Color #C3ADD7 in popluar color models

C3 AD D7
RGB 195 173 215
HSL 271° 34.43% 76.08%
HSB/HSV 271° 19.53% 84.31%
CMYK 9.30% 19.53% 0.00%
15.69%

Color #C3ADD7 in popluar number systems.

HEX C3 AD D7
Decimal 195 173 215
Binary 11000011 10101101 11010111
Octal 303 255 327

Shades and tints

Shades of #C3ADD7

#C3ADD7
(195,173,215)
#B29EC4
(178,158,196)
#A18FB1
(161,143,177)
#90809E
(144,128,158)
#7F718B
(127,113,139)
#6E6278
(110,98,120)
#5D5365
(93,83,101)
#4C4452
(76,68,82)
#3B353F
(59,53,63)
#2A262C
(42,38,44)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #C3ADD7

#C3ADD7
(195,173,215)
#C8B4DA
(200,180,218)
#CDBBDD
(205,187,221)
#D2C2E0
(210,194,224)
#D7C9E3
(215,201,227)
#DCD0E6
(220,208,230)
#E1D7E9
(225,215,233)
#E6DEEC
(230,222,236)
#EBE5EF
(235,229,239)
#F0ECF2
(240,236,242)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADD7; }

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

This text font color is #C3ADD7.

Background Color

.myBgColor { background-color: #C3ADD7; }

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

This div background color is #C3ADD7.

Border color

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

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

This div border color is #C3ADD7.

Opacity

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

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

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

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

This text has shadow with #C3ADD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ADD7.

Preview

Color preview on black background

This text has color #C3ADD7 on black background.


Color preview on white background

This text has color #C3ADD7 on white background.


Black color preview on #C3ADD7 background

This text has black color on #C3ADD7 background.


White color preview on #C3ADD7 background

This text has white color on #C3ADD7 background.


Related colors

Complementary color

Complementary color for #hex is #3C5228.


I love getcolorcode.com

Triadic colors

1 #D7C3AD and #ADD7C3 with #C3ADD7 are triadic colors.

2 #D7ADC3 and #ADC3D7 with #C3ADD7 are triadic colors.