COLOR #C4AEAD

HEX: #C4AEAD
RGB: (196,174,173)

Color info

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

RGB color model

#C4AEAD color RGB value is (196,174,173).

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

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 173 of 255 = 68%

196
174
173

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

Portions of RGB colors in percentages

R + G + B =
196 + 174 + 173 = 543 (100%)
R 196 of 543 ~ 36.1%
G 174 of 543 ~ 32.04%
B 173 of 543 ~ 31.86%

%36.1
%32.04
%31.86

CMYK color model

#C4AEAD color CMYK value is (0,11,12,23).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(0,11,12,23)
C0M11Y12K23 
(0%,11%,12%,23%)
(0.00/0.11/0.12/0.23)	

CMYK percentages

%0
%11.22
%11.73
%23.14

Codes

Color #C4AEAD in popluar color models

C4AEAD
RGB196174173
HSL16.31%72.35%
HSB/HSV11.73%76.86%
CMYK0.00%11.22%11.73%
23.14%

Color #C4AEAD in popluar number systems.

HEXC4AEAD
Decimal196174173
Binary110001001010111010101101
Octal304256255

Shades and tints

Shades of #C4AEAD

#C4AEAD
(196,174,173)
#B39F9E
(179,159,158)
#A2908F
(162,144,143)
#918180
(145,129,128)
#807271
(128,114,113)
#6F6362
(111,99,98)
#5E5453
(94,84,83)
#4D4544
(77,69,68)
#3C3635
(60,54,53)
#2B2726
(43,39,38)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #C4AEAD

#C4AEAD
(196,174,173)
#C9B5B4
(201,181,180)
#CEBCBB
(206,188,187)
#D3C3C2
(211,195,194)
#D8CAC9
(216,202,201)
#DDD1D0
(221,209,208)
#E2D8D7
(226,216,215)
#E7DFDE
(231,223,222)
#ECE6E5
(236,230,229)
#F1EDEC
(241,237,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AEAD; }

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

This text font color is #C4AEAD.


Background Color

.myBgColor { background-color: #C4AEAD; }

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

This div background color is #C4AEAD.


Border color

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

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

This div border color is #C4AEAD.


Opacity

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

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

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

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

This text has shadow with #C4AEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AEAD on black background.


Color preview on white background

This text has color #C4AEAD on white background.



Black color preview on #C4AEAD background

This text has black color on #C4AEAD background.


White color preview on #C4AEAD background

This text has white color on #C4AEAD background.