COLOR #C4ADB2

HEX: #C4ADB2 RGB: (196,173,178)

Color info

#C4ADB2 contains red, green and blue colors in about the same proportion. Web safe color of #C4ADB2 is #CC9999 (or #C99).

RGB color model

#C4ADB2 color RGB value is (196,173,178).

RGB: (196,173,178) (77%, 68%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 178 of 255 = 70%

196
173
178

R + G + B ~ 72%. #C4ADB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 173 + 178 = 547 (100%)
R 196 of 547 ~ 35.83%
G 173 of 547 ~ 31.63%
B 178 of 547 ~ 32.54'%

%35.83
%31.63
%32.54

CMYK color model

#C4ADB2 color CMYK value is (0,12,9,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 9.18%
  • key color value is 23.14%

CMYK: (0,12,9,23)
C0M12Y9K23 (0%, 12%, 9%, 23%)
(0.00 / 0.12 / 0.09 / 0.23)

CMYK percentages

%0
%11.73
%9.18
%23.14

Codes

Color #C4ADB2 in popluar color models

C4 AD B2
RGB 196 173 178
HSL 347° 16.31% 72.35%
HSB/HSV 347° 11.73% 76.86%
CMYK 0.00% 11.73% 9.18%
23.14%

Color #C4ADB2 in popluar number systems.

HEX C4 AD B2
Decimal 196 173 178
Binary 11000100 10101101 10110010
Octal 304 255 262

Shades and tints

Shades of #C4ADB2

#C4ADB2
(196,173,178)
#B39EA2
(179,158,162)
#A28F92
(162,143,146)
#918082
(145,128,130)
#807172
(128,113,114)
#6F6262
(111,98,98)
#5E5352
(94,83,82)
#4D4442
(77,68,66)
#3C3532
(60,53,50)
#2B2622
(43,38,34)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C4ADB2

#C4ADB2
(196,173,178)
#C9B4B9
(201,180,185)
#CEBBC0
(206,187,192)
#D3C2C7
(211,194,199)
#D8C9CE
(216,201,206)
#DDD0D5
(221,208,213)
#E2D7DC
(226,215,220)
#E7DEE3
(231,222,227)
#ECE5EA
(236,229,234)
#F1ECF1
(241,236,241)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4ADB2; }

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

This text font color is #C4ADB2.

Background Color

.myBgColor { background-color: #C4ADB2; }

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

This div background color is #C4ADB2.

Border color

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

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

This div border color is #C4ADB2.

Opacity

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

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

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

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

This text has shadow with #C4ADB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4ADB2.

Preview

Color preview on black background

This text has color #C4ADB2 on black background.


Color preview on white background

This text has color #C4ADB2 on white background.


Black color preview on #C4ADB2 background

This text has black color on #C4ADB2 background.


White color preview on #C4ADB2 background

This text has white color on #C4ADB2 background.


Related colors

Complementary color

Complementary color for #hex is #3B524D.


I love getcolorcode.com

Triadic colors

1 #B2C4AD and #ADB2C4 with #C4ADB2 are triadic colors.

2 #B2ADC4 and #ADC4B2 with #C4ADB2 are triadic colors.