COLOR #C4ADC7

HEX: #C4ADC7 RGB: (196,173,199)

Color info

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

RGB color model

#C4ADC7 color RGB value is (196,173,199).

RGB: (196,173,199) (77%, 68%, 78%)

RGB channels and saturation

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

196
173
199

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

Portions of RGB colors in percentages

R + G + B = 196 + 173 + 199 = 568 (100%)
R 196 of 568 ~ 34.51%
G 173 of 568 ~ 30.46%
B 199 of 568 ~ 35.04'%

%34.51
%30.46
%35.04

CMYK color model

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

  • cyan value is 1.51%
  • 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

%1.51
%13.07
%0
%21.96

Codes

Color #C4ADC7 in popluar color models

C4 AD C7
RGB 196 173 199
HSL 293° 18.84% 72.94%
HSB/HSV 293° 13.07% 78.04%
CMYK 1.51% 13.07% 0.00%
21.96%

Color #C4ADC7 in popluar number systems.

HEX C4 AD C7
Decimal 196 173 199
Binary 11000100 10101101 11000111
Octal 304 255 307

Shades and tints

Shades of #C4ADC7

#C4ADC7
(196,173,199)
#B39EB5
(179,158,181)
#A28FA3
(162,143,163)
#918091
(145,128,145)
#80717F
(128,113,127)
#6F626D
(111,98,109)
#5E535B
(94,83,91)
#4D4449
(77,68,73)
#3C3537
(60,53,55)
#2B2625
(43,38,37)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #C4ADC7

#C4ADC7
(196,173,199)
#C9B4CC
(201,180,204)
#CEBBD1
(206,187,209)
#D3C2D6
(211,194,214)
#D8C9DB
(216,201,219)
#DDD0E0
(221,208,224)
#E2D7E5
(226,215,229)
#E7DEEA
(231,222,234)
#ECE5EF
(236,229,239)
#F1ECF4
(241,236,244)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ADC7; }

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

This text font color is #C4ADC7.

Background Color

.myBgColor { background-color: #C4ADC7; }

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

This div background color is #C4ADC7.

Border color

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

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

This div border color is #C4ADC7.

Opacity

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

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

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

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

This text has shadow with #C4ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ADC7.

Preview

Color preview on black background

This text has color #C4ADC7 on black background.


Color preview on white background

This text has color #C4ADC7 on white background.


Black color preview on #C4ADC7 background

This text has black color on #C4ADC7 background.


White color preview on #C4ADC7 background

This text has white color on #C4ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #3B5238.


I love getcolorcode.com

Triadic colors

1 #C7C4AD and #ADC7C4 with #C4ADC7 are triadic colors.

2 #C7ADC4 and #ADC4C7 with #C4ADC7 are triadic colors.