COLOR #C4AAAE

HEX: #C4AAAE
RGB: (196,170,174)

Color info

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

RGB color model

#C4AAAE color RGB value is (196,170,174).

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

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 174 of 255 = 68%

196
170
174

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 174 = 540 (100%)
R 196 of 540 ~ 36.3%
G 170 of 540 ~ 31.48%
B 174 of 540 ~ 32.22%

%36.3
%31.48
%32.22

CMYK color model

#C4AAAE color CMYK value is (0,13,11,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,13,11,23)
C0M13Y11K23 
(0%,13%,11%,23%)
(0.00/0.13/0.11/0.23)	

CMYK percentages

%0
%13.27
%11.22
%23.14

Codes

Color #C4AAAE in popluar color models

C4AAAE
RGB196170174
HSL351°18.06%71.76%
HSB/HSV351°13.27%76.86%
CMYK0.00%13.27%11.22%
23.14%

Color #C4AAAE in popluar number systems.

HEXC4AAAE
Decimal196170174
Binary110001001010101010101110
Octal304252256

Shades and tints

Shades of #C4AAAE

#C4AAAE
(196,170,174)
#B39B9F
(179,155,159)
#A28C90
(162,140,144)
#917D81
(145,125,129)
#806E72
(128,110,114)
#6F5F63
(111,95,99)
#5E5054
(94,80,84)
#4D4145
(77,65,69)
#3C3236
(60,50,54)
#2B2327
(43,35,39)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C4AAAE

#C4AAAE
(196,170,174)
#C9B1B5
(201,177,181)
#CEB8BC
(206,184,188)
#D3BFC3
(211,191,195)
#D8C6CA
(216,198,202)
#DDCDD1
(221,205,209)
#E2D4D8
(226,212,216)
#E7DBDF
(231,219,223)
#ECE2E6
(236,226,230)
#F1E9ED
(241,233,237)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AAAE; }

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

This text font color is #C4AAAE.


Background Color

.myBgColor { background-color: #C4AAAE; }

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

This div background color is #C4AAAE.


Border color

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

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

This div border color is #C4AAAE.


Opacity

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

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

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

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

This text has shadow with #C4AAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAAE on black background.


Color preview on white background

This text has color #C4AAAE on white background.



Black color preview on #C4AAAE background

This text has black color on #C4AAAE background.


White color preview on #C4AAAE background

This text has white color on #C4AAAE background.