COLOR #C4AABF

HEX: #C4AABF
RGB: (196,170,191)

Color info

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

RGB color model

#C4AABF color RGB value is (196,170,191).

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

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 191 of 255 = 75%

196
170
191

R + G + B ~ 73%. #C4AABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 191 = 557 (100%)
R 196 of 557 ~ 35.19%
G 170 of 557 ~ 30.52%
B 191 of 557 ~ 34.29%

%35.19
%30.52
%34.29

CMYK color model

#C4AABF color CMYK value is (0,13,3,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 2.55%
  • key color value is 23.14%
CMYK:
(0,13,3,23)
C0M13Y3K23 
(0%,13%,3%,23%)
(0.00/0.13/0.03/0.23)	

CMYK percentages

%0
%13.27
%2.55
%23.14

Codes

Color #C4AABF in popluar color models

C4AABF
RGB196170191
HSL312°18.06%71.76%
HSB/HSV312°13.27%76.86%
CMYK0.00%13.27%2.55%
23.14%

Color #C4AABF in popluar number systems.

HEXC4AABF
Decimal196170191
Binary110001001010101010111111
Octal304252277

Shades and tints

Shades of #C4AABF

#C4AABF
(196,170,191)
#B39BAE
(179,155,174)
#A28C9D
(162,140,157)
#917D8C
(145,125,140)
#806E7B
(128,110,123)
#6F5F6A
(111,95,106)
#5E5059
(94,80,89)
#4D4148
(77,65,72)
#3C3237
(60,50,55)
#2B2326
(43,35,38)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4AABF

#C4AABF
(196,170,191)
#C9B1C4
(201,177,196)
#CEB8C9
(206,184,201)
#D3BFCE
(211,191,206)
#D8C6D3
(216,198,211)
#DDCDD8
(221,205,216)
#E2D4DD
(226,212,221)
#E7DBE2
(231,219,226)
#ECE2E7
(236,226,231)
#F1E9EC
(241,233,236)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AABF; }

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

This text font color is #C4AABF.


Background Color

.myBgColor { background-color: #C4AABF; }

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

This div background color is #C4AABF.


Border color

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

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

This div border color is #C4AABF.


Opacity

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

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

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

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

This text has shadow with #C4AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AABF on black background.


Color preview on white background

This text has color #C4AABF on white background.



Black color preview on #C4AABF background

This text has black color on #C4AABF background.


White color preview on #C4AABF background

This text has white color on #C4AABF background.