COLOR #C4A6BF

HEX: #C4A6BF RGB: (196,166,191)

Color info

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

RGB color model

#C4A6BF color RGB value is (196,166,191).

RGB: (196,166,191) (77%, 65%, 75%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 191 of 255 = 75%

196
166
191

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

Portions of RGB colors in percentages

R + G + B = 196 + 166 + 191 = 553 (100%)
R 196 of 553 ~ 35.44%
G 166 of 553 ~ 30.02%
B 191 of 553 ~ 34.54'%

%35.44
%30.02
%34.54

CMYK color model

#C4A6BF color CMYK value is (0,15,3,23).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 2.55%
  • key color value is 23.14%

CMYK: (0,15,3,23)
C0M15Y3K23 (0%, 15%, 3%, 23%)
(0.00 / 0.15 / 0.03 / 0.23)

CMYK percentages

%0
%15.31
%2.55
%23.14

Codes

Color #C4A6BF in popluar color models

C4 A6 BF
RGB 196 166 191
HSL 310° 20.27% 70.98%
HSB/HSV 310° 15.31% 76.86%
CMYK 0.00% 15.31% 2.55%
23.14%

Color #C4A6BF in popluar number systems.

HEX C4 A6 BF
Decimal 196 166 191
Binary 11000100 10100110 10111111
Octal 304 246 277

Shades and tints

Shades of #C4A6BF

#C4A6BF
(196,166,191)
#B397AE
(179,151,174)
#A2889D
(162,136,157)
#91798C
(145,121,140)
#806A7B
(128,106,123)
#6F5B6A
(111,91,106)
#5E4C59
(94,76,89)
#4D3D48
(77,61,72)
#3C2E37
(60,46,55)
#2B1F26
(43,31,38)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #C4A6BF

#C4A6BF
(196,166,191)
#C9AEC4
(201,174,196)
#CEB6C9
(206,182,201)
#D3BECE
(211,190,206)
#D8C6D3
(216,198,211)
#DDCED8
(221,206,216)
#E2D6DD
(226,214,221)
#E7DEE2
(231,222,226)
#ECE6E7
(236,230,231)
#F1EEEC
(241,238,236)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A6BF color. Also use rgb(196,166,191) instead hex code.

Text Font Color

.myTextColor { color: #C4A6BF; }

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

This text font color is #C4A6BF.

Background Color

.myBgColor { background-color: #C4A6BF; }

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

This div background color is #C4A6BF.

Border color

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

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

This div border color is #C4A6BF.

Opacity

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

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

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

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

This text has shadow with #C4A6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A6BF.

Preview

Color preview on black background

This text has color #C4A6BF on black background.


Color preview on white background

This text has color #C4A6BF on white background.


Black color preview on #C4A6BF background

This text has black color on #C4A6BF background.


White color preview on #C4A6BF background

This text has white color on #C4A6BF background.


Related colors

Complementary color

Complementary color for #hex is #3B5940.


I love getcolorcode.com

Triadic colors

1 #BFC4A6 and #A6BFC4 with #C4A6BF are triadic colors.

2 #BFA6C4 and #A6C4BF with #C4A6BF are triadic colors.