COLOR #C3ADC7

HEX: #C3ADC7 RGB: (195,173,199)

Color info

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

RGB color model

#C3ADC7 color RGB value is (195,173,199).

RGB: (195,173,199) (76%, 68%, 78%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 199 of 255 = 78%

195
173
199

R + G + B ~ 74%. #C3ADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 199 = 567 (100%)
R 195 of 567 ~ 34.39%
G 173 of 567 ~ 30.51%
B 199 of 567 ~ 35.1'%

%34.39
%30.51
%35.1

CMYK color model

#C3ADC7 color CMYK value is (2,13,0,22).

  • cyan value is 2.01%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (2,13,0,22)
C2M13Y0K22 (2%, 13%, 0%, 22%)
(0.02 / 0.13 / 0.00 / 0.22)

CMYK percentages

%2.01
%13.07
%0
%21.96

Codes

Color #C3ADC7 in popluar color models

C3 AD C7
RGB 195 173 199
HSL 291° 18.84% 72.94%
HSB/HSV 291° 13.07% 78.04%
CMYK 2.01% 13.07% 0.00%
21.96%

Color #C3ADC7 in popluar number systems.

HEX C3 AD C7
Decimal 195 173 199
Binary 11000011 10101101 11000111
Octal 303 255 307

Shades and tints

Shades of #C3ADC7

#C3ADC7
(195,173,199)
#B29EB5
(178,158,181)
#A18FA3
(161,143,163)
#908091
(144,128,145)
#7F717F
(127,113,127)
#6E626D
(110,98,109)
#5D535B
(93,83,91)
#4C4449
(76,68,73)
#3B3537
(59,53,55)
#2A2625
(42,38,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #C3ADC7

#C3ADC7
(195,173,199)
#C8B4CC
(200,180,204)
#CDBBD1
(205,187,209)
#D2C2D6
(210,194,214)
#D7C9DB
(215,201,219)
#DCD0E0
(220,208,224)
#E1D7E5
(225,215,229)
#E6DEEA
(230,222,234)
#EBE5EF
(235,229,239)
#F0ECF4
(240,236,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADC7; }

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

This text font color is #C3ADC7.

Background Color

.myBgColor { background-color: #C3ADC7; }

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

This div background color is #C3ADC7.

Border color

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

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

This div border color is #C3ADC7.

Opacity

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

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

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

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

This text has shadow with #C3ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ADC7.

Preview

Color preview on black background

This text has color #C3ADC7 on black background.


Color preview on white background

This text has color #C3ADC7 on white background.


Black color preview on #C3ADC7 background

This text has black color on #C3ADC7 background.


White color preview on #C3ADC7 background

This text has white color on #C3ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #3C5238.


I love getcolorcode.com

Triadic colors

1 #C7C3AD and #ADC7C3 with #C3ADC7 are triadic colors.

2 #C7ADC3 and #ADC3C7 with #C3ADC7 are triadic colors.