COLOR #C4ADC6

HEX: #C4ADC6
RGB: (196,173,198)

Color info

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

RGB color model

#C4ADC6 color RGB value is (196,173,198).

  • red value is 196;
  • green value is 173;
  • blue value is 198.
RGB:
(196,173,198)
(77%,68%,78%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 198 of 255 = 78%

196
173
198

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

Portions of RGB colors in percentages

R + G + B =
196 + 173 + 198 = 567 (100%)
R 196 of 567 ~ 34.57%
G 173 of 567 ~ 30.51%
B 198 of 567 ~ 34.92%

%34.57
%30.51
%34.92

CMYK color model

#C4ADC6 color CMYK value is (1,13,0,22).

  • cyan value is 1.01%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(1,13,0,22)
C1M13Y0K22 
(1%,13%,0%,22%)
(0.01/0.13/0.00/0.22)	

CMYK percentages

%1.01
%12.63
%0
%22.35

Codes

Color #C4ADC6 in popluar color models

C4ADC6
RGB196173198
HSL295°17.99%72.75%
HSB/HSV295°12.63%77.65%
CMYK1.01%12.63%0.00%
22.35%

Color #C4ADC6 in popluar number systems.

HEXC4ADC6
Decimal196173198
Binary110001001010110111000110
Octal304255306

Shades and tints

Shades of #C4ADC6

#C4ADC6
(196,173,198)
#B39EB4
(179,158,180)
#A28FA2
(162,143,162)
#918090
(145,128,144)
#80717E
(128,113,126)
#6F626C
(111,98,108)
#5E535A
(94,83,90)
#4D4448
(77,68,72)
#3C3536
(60,53,54)
#2B2624
(43,38,36)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C4ADC6

#C4ADC6
(196,173,198)
#C9B4CB
(201,180,203)
#CEBBD0
(206,187,208)
#D3C2D5
(211,194,213)
#D8C9DA
(216,201,218)
#DDD0DF
(221,208,223)
#E2D7E4
(226,215,228)
#E7DEE9
(231,222,233)
#ECE5EE
(236,229,238)
#F1ECF3
(241,236,243)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ADC6 color. Also use rgb(196,173,198) instead hex code.

Text Font Color

.myTextColor { color: #C4ADC6; }

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

This text font color is #C4ADC6.


Background Color

.myBgColor { background-color: #C4ADC6; }

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

This div background color is #C4ADC6.


Border color

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

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

This div border color is #C4ADC6.


Opacity

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

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

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

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

This text has shadow with #C4ADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ADC6 on black background.


Color preview on white background

This text has color #C4ADC6 on white background.



Black color preview on #C4ADC6 background

This text has black color on #C4ADC6 background.


White color preview on #C4ADC6 background

This text has white color on #C4ADC6 background.