COLOR #C4A7BB

HEX: #C4A7BB RGB: (196,167,187)

Color info

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

RGB color model

#C4A7BB color RGB value is (196,167,187).

RGB: (196,167,187) (77%, 65%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 187 of 255 = 73%

196
167
187

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

Portions of RGB colors in percentages

R + G + B = 196 + 167 + 187 = 550 (100%)
R 196 of 550 ~ 35.64%
G 167 of 550 ~ 30.36%
B 187 of 550 ~ 34'%

%35.64
%30.36
%34

CMYK color model

#C4A7BB color CMYK value is (0,15,5,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (0,15,5,23)
C0M15Y5K23 (0%, 15%, 5%, 23%)
(0.00 / 0.15 / 0.05 / 0.23)

CMYK percentages

%0
%14.8
%4.59
%23.14

Codes

Color #C4A7BB in popluar color models

C4 A7 BB
RGB 196 167 187
HSL 319° 19.73% 71.18%
HSB/HSV 319° 14.80% 76.86%
CMYK 0.00% 14.80% 4.59%
23.14%

Color #C4A7BB in popluar number systems.

HEX C4 A7 BB
Decimal 196 167 187
Binary 11000100 10100111 10111011
Octal 304 247 273

Shades and tints

Shades of #C4A7BB

#C4A7BB
(196,167,187)
#B398AA
(179,152,170)
#A28999
(162,137,153)
#917A88
(145,122,136)
#806B77
(128,107,119)
#6F5C66
(111,92,102)
#5E4D55
(94,77,85)
#4D3E44
(77,62,68)
#3C2F33
(60,47,51)
#2B2022
(43,32,34)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #C4A7BB

#C4A7BB
(196,167,187)
#C9AFC1
(201,175,193)
#CEB7C7
(206,183,199)
#D3BFCD
(211,191,205)
#D8C7D3
(216,199,211)
#DDCFD9
(221,207,217)
#E2D7DF
(226,215,223)
#E7DFE5
(231,223,229)
#ECE7EB
(236,231,235)
#F1EFF1
(241,239,241)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A7BB; }

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

This text font color is #C4A7BB.

Background Color

.myBgColor { background-color: #C4A7BB; }

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

This div background color is #C4A7BB.

Border color

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

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

This div border color is #C4A7BB.

Opacity

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

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

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

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

This text has shadow with #C4A7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A7BB.

Preview

Color preview on black background

This text has color #C4A7BB on black background.


Color preview on white background

This text has color #C4A7BB on white background.


Black color preview on #C4A7BB background

This text has black color on #C4A7BB background.


White color preview on #C4A7BB background

This text has white color on #C4A7BB background.


Related colors

Complementary color

Complementary color for #hex is #3B5844.


I love getcolorcode.com

Triadic colors

1 #BBC4A7 and #A7BBC4 with #C4A7BB are triadic colors.

2 #BBA7C4 and #A7C4BB with #C4A7BB are triadic colors.