COLOR #C3AAB8

HEX: #C3AAB8 RGB: (195,170,184)

Color info

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

RGB color model

#C3AAB8 color RGB value is (195,170,184).

RGB: (195,170,184) (76%, 67%, 72%)

RGB channels and saturation

R 195 of 255 = 76%
G 170 of 255 = 67%
B 184 of 255 = 72%

195
170
184

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

Portions of RGB colors in percentages

R + G + B = 195 + 170 + 184 = 549 (100%)
R 195 of 549 ~ 35.52%
G 170 of 549 ~ 30.97%
B 184 of 549 ~ 33.52'%

%35.52
%30.97
%33.52

CMYK color model

#C3AAB8 color CMYK value is (0,13,6,24).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK: (0,13,6,24) C0M13Y6K24 (0%,13%,6%,24%) (0.00/0.13/0.06/0.24) 

CMYK percentages

%0
%12.82
%5.64
%23.53

Codes

Color #C3AAB8 in popluar color models

C3 AA B8
RGB 195 170 184
HSL 326° 17.24% 71.57%
HSB/HSV 326° 12.82% 76.47%
CMYK 0.00% 12.82% 5.64%
23.53%

Color #C3AAB8 in popluar number systems.

HEX C3 AA B8
Decimal 195 170 184
Binary 11000011 10101010 10111000
Octal 303 252 270

Shades and tints

Shades of #C3AAB8

#C3AAB8
(195,170,184)
#B29BA8
(178,155,168)
#A18C98
(161,140,152)
#907D88
(144,125,136)
#7F6E78
(127,110,120)
#6E5F68
(110,95,104)
#5D5058
(93,80,88)
#4C4148
(76,65,72)
#3B3238
(59,50,56)
#2A2328
(42,35,40)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #C3AAB8

#C3AAB8
(195,170,184)
#C8B1BE
(200,177,190)
#CDB8C4
(205,184,196)
#D2BFCA
(210,191,202)
#D7C6D0
(215,198,208)
#DCCDD6
(220,205,214)
#E1D4DC
(225,212,220)
#E6DBE2
(230,219,226)
#EBE2E8
(235,226,232)
#F0E9EE
(240,233,238)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AAB8; }

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

This text font color is #C3AAB8.

Background Color

.myBgColor { background-color: #C3AAB8; }

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

This div background color is #C3AAB8.

Border color

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

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

This div border color is #C3AAB8.

Opacity

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

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

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

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

This text has shadow with #C3AAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3AAB8.

Preview

Color preview on black background

This text has color #C3AAB8 on black background.


Color preview on white background

This text has color #C3AAB8 on white background.


Black color preview on #C3AAB8 background

This text has black color on #C3AAB8 background.


White color preview on #C3AAB8 background

This text has white color on #C3AAB8 background.


Related colors

Complementary color

Complementary color for #hex is #3C5547.


I love getcolorcode.com

Triadic colors

1 #B8C3AA and #AAB8C3 with #C3AAB8 are triadic colors.

2 #B8AAC3 and #AAC3B8 with #C3AAB8 are triadic colors.