COLOR #C3AAB1

HEX: #C3AAB1 RGB: (195,170,177)

Color info

#C3AAB1 contains red, green and blue colors in about the same proportion. Web safe color of #C3AAB1 is #CC9999 (or #C99).

RGB color model

#C3AAB1 color RGB value is (195,170,177).

RGB: (195,170,177) (76%, 67%, 69%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 177 of 255 = 69%

195
170
177

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

Portions of RGB colors in percentages

R + G + B = 195 + 170 + 177 = 542 (100%)
R 195 of 542 ~ 35.98%
G 170 of 542 ~ 31.37%
B 177 of 542 ~ 32.66'%

%35.98
%31.37
%32.66

CMYK color model

#C3AAB1 color CMYK value is (0,13,9,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 9.23%
  • key color value is 23.53%

CMYK: (0,13,9,24)
C0M13Y9K24 (0%, 13%, 9%, 24%)
(0.00 / 0.13 / 0.09 / 0.24)

CMYK percentages

%0
%12.82
%9.23
%23.53

Codes

Color #C3AAB1 in popluar color models

C3 AA B1
RGB 195 170 177
HSL 343° 17.24% 71.57%
HSB/HSV 343° 12.82% 76.47%
CMYK 0.00% 12.82% 9.23%
23.53%

Color #C3AAB1 in popluar number systems.

HEX C3 AA B1
Decimal 195 170 177
Binary 11000011 10101010 10110001
Octal 303 252 261

Shades and tints

Shades of #C3AAB1

#C3AAB1
(195,170,177)
#B29BA1
(178,155,161)
#A18C91
(161,140,145)
#907D81
(144,125,129)
#7F6E71
(127,110,113)
#6E5F61
(110,95,97)
#5D5051
(93,80,81)
#4C4141
(76,65,65)
#3B3231
(59,50,49)
#2A2321
(42,35,33)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #C3AAB1

#C3AAB1
(195,170,177)
#C8B1B8
(200,177,184)
#CDB8BF
(205,184,191)
#D2BFC6
(210,191,198)
#D7C6CD
(215,198,205)
#DCCDD4
(220,205,212)
#E1D4DB
(225,212,219)
#E6DBE2
(230,219,226)
#EBE2E9
(235,226,233)
#F0E9F0
(240,233,240)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AAB1 color. Also use rgb(195,170,177) instead hex code.

Text Font Color

.myTextColor { color: #C3AAB1; }

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

This text font color is #C3AAB1.

Background Color

.myBgColor { background-color: #C3AAB1; }

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

This div background color is #C3AAB1.

Border color

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

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

This div border color is #C3AAB1.

Opacity

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

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

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

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

This text has shadow with #C3AAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AAB1.

Preview

Color preview on black background

This text has color #C3AAB1 on black background.


Color preview on white background

This text has color #C3AAB1 on white background.


Black color preview on #C3AAB1 background

This text has black color on #C3AAB1 background.


White color preview on #C3AAB1 background

This text has white color on #C3AAB1 background.


Related colors

Complementary color

Complementary color for #hex is #3C554E.


I love getcolorcode.com

Triadic colors

1 #B1C3AA and #AAB1C3 with #C3AAB1 are triadic colors.

2 #B1AAC3 and #AAC3B1 with #C3AAB1 are triadic colors.