COLOR #C4A9BD

HEX: #C4A9BD RGB: (196,169,189)

Color info

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

RGB color model

#C4A9BD color RGB value is (196,169,189).

RGB: (196,169,189) (77%, 66%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 169 of 255 = 66%
B 189 of 255 = 74%

196
169
189

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

Portions of RGB colors in percentages

R + G + B = 196 + 169 + 189 = 554 (100%)
R 196 of 554 ~ 35.38%
G 169 of 554 ~ 30.51%
B 189 of 554 ~ 34.12'%

%35.38
%30.51
%34.12

CMYK color model

#C4A9BD color CMYK value is (0,14,4,23).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 3.57%
  • key color value is 23.14%

CMYK: (0,14,4,23)
C0M14Y4K23 (0%, 14%, 4%, 23%)
(0.00 / 0.14 / 0.04 / 0.23)

CMYK percentages

%0
%13.78
%3.57
%23.14

Codes

Color #C4A9BD in popluar color models

C4 A9 BD
RGB 196 169 189
HSL 316° 18.62% 71.57%
HSB/HSV 316° 13.78% 76.86%
CMYK 0.00% 13.78% 3.57%
23.14%

Color #C4A9BD in popluar number systems.

HEX C4 A9 BD
Decimal 196 169 189
Binary 11000100 10101001 10111101
Octal 304 251 275

Shades and tints

Shades of #C4A9BD

#C4A9BD
(196,169,189)
#B39AAC
(179,154,172)
#A28B9B
(162,139,155)
#917C8A
(145,124,138)
#806D79
(128,109,121)
#6F5E68
(111,94,104)
#5E4F57
(94,79,87)
#4D4046
(77,64,70)
#3C3135
(60,49,53)
#2B2224
(43,34,36)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #C4A9BD

#C4A9BD
(196,169,189)
#C9B0C3
(201,176,195)
#CEB7C9
(206,183,201)
#D3BECF
(211,190,207)
#D8C5D5
(216,197,213)
#DDCCDB
(221,204,219)
#E2D3E1
(226,211,225)
#E7DAE7
(231,218,231)
#ECE1ED
(236,225,237)
#F1E8F3
(241,232,243)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A9BD color. Also use rgb(196,169,189) instead hex code.

Text Font Color

.myTextColor { color: #C4A9BD; }

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

This text font color is #C4A9BD.

Background Color

.myBgColor { background-color: #C4A9BD; }

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

This div background color is #C4A9BD.

Border color

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

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

This div border color is #C4A9BD.

Opacity

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

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

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

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

This text has shadow with #C4A9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A9BD.

Preview

Color preview on black background

This text has color #C4A9BD on black background.


Color preview on white background

This text has color #C4A9BD on white background.


Black color preview on #C4A9BD background

This text has black color on #C4A9BD background.


White color preview on #C4A9BD background

This text has white color on #C4A9BD background.


Related colors

Complementary color

Complementary color for #hex is #3B5642.


I love getcolorcode.com

Triadic colors

1 #BDC4A9 and #A9BDC4 with #C4A9BD are triadic colors.

2 #BDA9C4 and #A9C4BD with #C4A9BD are triadic colors.