COLOR #C1A9BD

HEX: #C1A9BD RGB: (193,169,189)

Color info

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

RGB color model

#C1A9BD color RGB value is (193,169,189).

RGB: (193,169,189) (76%, 66%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 169 of 255 = 66%
B 189 of 255 = 74%

193
169
189

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

Portions of RGB colors in percentages

R + G + B = 193 + 169 + 189 = 551 (100%)
R 193 of 551 ~ 35.03%
G 169 of 551 ~ 30.67%
B 189 of 551 ~ 34.3'%

%35.03
%30.67
%34.3

CMYK color model

#C1A9BD color CMYK value is (0,12,2,24).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 2.07%
  • key color value is 24.31%

CMYK: (0,12,2,24)
C0M12Y2K24 (0%, 12%, 2%, 24%)
(0.00 / 0.12 / 0.02 / 0.24)

CMYK percentages

%0
%12.44
%2.07
%24.31

Codes

Color #C1A9BD in popluar color models

C1 A9 BD
RGB 193 169 189
HSL 310° 16.22% 70.98%
HSB/HSV 310° 12.44% 75.69%
CMYK 0.00% 12.44% 2.07%
24.31%

Color #C1A9BD in popluar number systems.

HEX C1 A9 BD
Decimal 193 169 189
Binary 11000001 10101001 10111101
Octal 301 251 275

Shades and tints

Shades of #C1A9BD

#C1A9BD
(193,169,189)
#B09AAC
(176,154,172)
#9F8B9B
(159,139,155)
#8E7C8A
(142,124,138)
#7D6D79
(125,109,121)
#6C5E68
(108,94,104)
#5B4F57
(91,79,87)
#4A4046
(74,64,70)
#393135
(57,49,53)
#282224
(40,34,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #C1A9BD

#C1A9BD
(193,169,189)
#C6B0C3
(198,176,195)
#CBB7C9
(203,183,201)
#D0BECF
(208,190,207)
#D5C5D5
(213,197,213)
#DACCDB
(218,204,219)
#DFD3E1
(223,211,225)
#E4DAE7
(228,218,231)
#E9E1ED
(233,225,237)
#EEE8F3
(238,232,243)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A9BD; }

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

This text font color is #C1A9BD.

Background Color

.myBgColor { background-color: #C1A9BD; }

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

This div background color is #C1A9BD.

Border color

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

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

This div border color is #C1A9BD.

Opacity

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

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

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

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

This text has shadow with #C1A9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A9BD.

Preview

Color preview on black background

This text has color #C1A9BD on black background.


Color preview on white background

This text has color #C1A9BD on white background.


Black color preview on #C1A9BD background

This text has black color on #C1A9BD background.


White color preview on #C1A9BD background

This text has white color on #C1A9BD background.


Related colors

Complementary color

Complementary color for #hex is #3E5642.


I love getcolorcode.com

Triadic colors

1 #BDC1A9 and #A9BDC1 with #C1A9BD are triadic colors.

2 #BDA9C1 and #A9C1BD with #C1A9BD are triadic colors.