COLOR #C4AAB8

HEX: #C4AAB8
RGB: (196,170,184)

Color info

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

RGB color model

#C4AAB8 color RGB value is (196,170,184).

  • red value is 196;
  • green value is 170;
  • blue value is 184.
RGB:
(196,170,184)
(77%,67%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 184 of 255 = 72%

196
170
184

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 184 = 550 (100%)
R 196 of 550 ~ 35.64%
G 170 of 550 ~ 30.91%
B 184 of 550 ~ 33.45%

%35.64
%30.91
%33.45

CMYK color model

#C4AAB8 color CMYK value is (0,13,6,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(0,13,6,23)
C0M13Y6K23 
(0%,13%,6%,23%)
(0.00/0.13/0.06/0.23)	

CMYK percentages

%0
%13.27
%6.12
%23.14

Codes

Color #C4AAB8 in popluar color models

C4AAB8
RGB196170184
HSL328°18.06%71.76%
HSB/HSV328°13.27%76.86%
CMYK0.00%13.27%6.12%
23.14%

Color #C4AAB8 in popluar number systems.

HEXC4AAB8
Decimal196170184
Binary110001001010101010111000
Octal304252270

Shades and tints

Shades of #C4AAB8

#C4AAB8
(196,170,184)
#B39BA8
(179,155,168)
#A28C98
(162,140,152)
#917D88
(145,125,136)
#806E78
(128,110,120)
#6F5F68
(111,95,104)
#5E5058
(94,80,88)
#4D4148
(77,65,72)
#3C3238
(60,50,56)
#2B2328
(43,35,40)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4AAB8

#C4AAB8
(196,170,184)
#C9B1BE
(201,177,190)
#CEB8C4
(206,184,196)
#D3BFCA
(211,191,202)
#D8C6D0
(216,198,208)
#DDCDD6
(221,205,214)
#E2D4DC
(226,212,220)
#E7DBE2
(231,219,226)
#ECE2E8
(236,226,232)
#F1E9EE
(241,233,238)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AAB8; }

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

This text font color is #C4AAB8.


Background Color

.myBgColor { background-color: #C4AAB8; }

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

This div background color is #C4AAB8.


Border color

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

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

This div border color is #C4AAB8.


Opacity

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

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

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

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

This text has shadow with #C4AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAB8 on black background.


Color preview on white background

This text has color #C4AAB8 on white background.



Black color preview on #C4AAB8 background

This text has black color on #C4AAB8 background.


White color preview on #C4AAB8 background

This text has white color on #C4AAB8 background.