COLOR #C3ADC2

HEX: #C3ADC2 RGB: (195,173,194)

Color info

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

RGB color model

#C3ADC2 color RGB value is (195,173,194).

RGB: (195,173,194) (76%, 68%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 173 of 255 = 68%
B 194 of 255 = 76%

195
173
194

R + G + B ~ 73%. #C3ADC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 173 + 194 = 562 (100%)
R 195 of 562 ~ 34.7%
G 173 of 562 ~ 30.78%
B 194 of 562 ~ 34.52'%

%34.7
%30.78
%34.52

CMYK color model

#C3ADC2 color CMYK value is (0,11,1,24).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 0.51%
  • key color value is 23.53%

CMYK: (0,11,1,24)
C0M11Y1K24 (0%, 11%, 1%, 24%)
(0.00 / 0.11 / 0.01 / 0.24)

CMYK percentages

%0
%11.28
%0.51
%23.53

Codes

Color #C3ADC2 in popluar color models

C3 AD C2
RGB 195 173 194
HSL 303° 15.49% 72.16%
HSB/HSV 303° 11.28% 76.47%
CMYK 0.00% 11.28% 0.51%
23.53%

Color #C3ADC2 in popluar number systems.

HEX C3 AD C2
Decimal 195 173 194
Binary 11000011 10101101 11000010
Octal 303 255 302

Shades and tints

Shades of #C3ADC2

#C3ADC2
(195,173,194)
#B29EB1
(178,158,177)
#A18FA0
(161,143,160)
#90808F
(144,128,143)
#7F717E
(127,113,126)
#6E626D
(110,98,109)
#5D535C
(93,83,92)
#4C444B
(76,68,75)
#3B353A
(59,53,58)
#2A2629
(42,38,41)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #C3ADC2

#C3ADC2
(195,173,194)
#C8B4C7
(200,180,199)
#CDBBCC
(205,187,204)
#D2C2D1
(210,194,209)
#D7C9D6
(215,201,214)
#DCD0DB
(220,208,219)
#E1D7E0
(225,215,224)
#E6DEE5
(230,222,229)
#EBE5EA
(235,229,234)
#F0ECEF
(240,236,239)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ADC2; }

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

This text font color is #C3ADC2.

Background Color

.myBgColor { background-color: #C3ADC2; }

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

This div background color is #C3ADC2.

Border color

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

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

This div border color is #C3ADC2.

Opacity

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

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

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

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

This text has shadow with #C3ADC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3ADC2.

Preview

Color preview on black background

This text has color #C3ADC2 on black background.


Color preview on white background

This text has color #C3ADC2 on white background.


Black color preview on #C3ADC2 background

This text has black color on #C3ADC2 background.


White color preview on #C3ADC2 background

This text has white color on #C3ADC2 background.


Related colors

Complementary color

Complementary color for #hex is #3C523D.


I love getcolorcode.com

Triadic colors

1 #C2C3AD and #ADC2C3 with #C3ADC2 are triadic colors.

2 #C2ADC3 and #ADC3C2 with #C3ADC2 are triadic colors.