COLOR #C4A7B7

HEX: #C4A7B7
RGB: (196,167,183)

Color info

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

RGB color model

#C4A7B7 color RGB value is (196,167,183).

  • red value is 196;
  • green value is 167;
  • blue value is 183.
RGB:
(196,167,183)
(77%,65%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 183 of 255 = 72%

196
167
183

R + G + B ~ 71%. #C4A7B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 167 + 183 = 546 (100%)
R 196 of 546 ~ 35.9%
G 167 of 546 ~ 30.59%
B 183 of 546 ~ 33.52%

%35.9
%30.59
%33.52

CMYK color model

#C4A7B7 color CMYK value is (0,15,7,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 6.63%
  • key color value is 23.14%
CMYK:
(0,15,7,23)
C0M15Y7K23 
(0%,15%,7%,23%)
(0.00/0.15/0.07/0.23)	

CMYK percentages

%0
%14.8
%6.63
%23.14

Codes

Color #C4A7B7 in popluar color models

C4A7B7
RGB196167183
HSL327°19.73%71.18%
HSB/HSV327°14.80%76.86%
CMYK0.00%14.80%6.63%
23.14%

Color #C4A7B7 in popluar number systems.

HEXC4A7B7
Decimal196167183
Binary110001001010011110110111
Octal304247267

Shades and tints

Shades of #C4A7B7

#C4A7B7
(196,167,183)
#B398A7
(179,152,167)
#A28997
(162,137,151)
#917A87
(145,122,135)
#806B77
(128,107,119)
#6F5C67
(111,92,103)
#5E4D57
(94,77,87)
#4D3E47
(77,62,71)
#3C2F37
(60,47,55)
#2B2027
(43,32,39)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #C4A7B7

#C4A7B7
(196,167,183)
#C9AFBD
(201,175,189)
#CEB7C3
(206,183,195)
#D3BFC9
(211,191,201)
#D8C7CF
(216,199,207)
#DDCFD5
(221,207,213)
#E2D7DB
(226,215,219)
#E7DFE1
(231,223,225)
#ECE7E7
(236,231,231)
#F1EFED
(241,239,237)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A7B7; }

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

This text font color is #C4A7B7.


Background Color

.myBgColor { background-color: #C4A7B7; }

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

This div background color is #C4A7B7.


Border color

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

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

This div border color is #C4A7B7.


Opacity

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

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

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

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

This text has shadow with #C4A7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A7B7 on black background.


Color preview on white background

This text has color #C4A7B7 on white background.



Black color preview on #C4A7B7 background

This text has black color on #C4A7B7 background.


White color preview on #C4A7B7 background

This text has white color on #C4A7B7 background.