COLOR #C4A7B1

HEX: #C4A7B1 RGB: (196,167,177)

Color info

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

RGB color model

#C4A7B1 color RGB value is (196,167,177).

RGB: (196,167,177) (77%, 65%, 69%)

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 177 of 255 = 69%

196
167
177

R + G + B ~ 70%. #C4A7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 167 + 177 = 540 (100%)
R 196 of 540 ~ 36.3%
G 167 of 540 ~ 30.93%
B 177 of 540 ~ 32.78'%

%36.3
%30.93
%32.78

CMYK color model

#C4A7B1 color CMYK value is (0,15,10,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK: (0,15,10,23) C0M15Y10K23 (0%,15%,10%,23%) (0.00/0.15/0.10/0.23) 

CMYK percentages

%0
%14.8
%9.69
%23.14

Codes

Color #C4A7B1 in popluar color models

C4 A7 B1
RGB 196 167 177
HSL 339° 19.73% 71.18%
HSB/HSV 339° 14.80% 76.86%
CMYK 0.00% 14.80% 9.69%
23.14%

Color #C4A7B1 in popluar number systems.

HEX C4 A7 B1
Decimal 196 167 177
Binary 11000100 10100111 10110001
Octal 304 247 261

Shades and tints

Shades of #C4A7B1

#C4A7B1
(196,167,177)
#B398A1
(179,152,161)
#A28991
(162,137,145)
#917A81
(145,122,129)
#806B71
(128,107,113)
#6F5C61
(111,92,97)
#5E4D51
(94,77,81)
#4D3E41
(77,62,65)
#3C2F31
(60,47,49)
#2B2021
(43,32,33)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #C4A7B1

#C4A7B1
(196,167,177)
#C9AFB8
(201,175,184)
#CEB7BF
(206,183,191)
#D3BFC6
(211,191,198)
#D8C7CD
(216,199,205)
#DDCFD4
(221,207,212)
#E2D7DB
(226,215,219)
#E7DFE2
(231,223,226)
#ECE7E9
(236,231,233)
#F1EFF0
(241,239,240)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A7B1 color. Also use rgb(196,167,177) instead hex code.

Text Font Color

.myTextColor { color: #C4A7B1; }

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

This text font color is #C4A7B1.

Background Color

.myBgColor { background-color: #C4A7B1; }

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

This div background color is #C4A7B1.

Border color

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

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

This div border color is #C4A7B1.

Opacity

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

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

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

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

This text has shadow with #C4A7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A7B1.

Preview

Color preview on black background

This text has color #C4A7B1 on black background.


Color preview on white background

This text has color #C4A7B1 on white background.


Black color preview on #C4A7B1 background

This text has black color on #C4A7B1 background.


White color preview on #C4A7B1 background

This text has white color on #C4A7B1 background.


Related colors

Complementary color

Complementary color for #hex is #3B584E.


I love getcolorcode.com

Triadic colors

1 #B1C4A7 and #A7B1C4 with #C4A7B1 are triadic colors.

2 #B1A7C4 and #A7C4B1 with #C4A7B1 are triadic colors.