COLOR #C4AEB4

HEX: #C4AEB4
RGB: (196,174,180)

Color info

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

RGB color model

#C4AEB4 color RGB value is (196,174,180).

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

RGB channels and saturation

R 196 of 255 = 77%
G 174 of 255 = 68%
B 180 of 255 = 71%

196
174
180

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

Portions of RGB colors in percentages

R + G + B =
196 + 174 + 180 = 550 (100%)
R 196 of 550 ~ 35.64%
G 174 of 550 ~ 31.64%
B 180 of 550 ~ 32.73%

%35.64
%31.64
%32.73

CMYK color model

#C4AEB4 color CMYK value is (0,11,8,23).

  • cyan value is 0.00%
  • magenta value is 11.22%
  • yellow value is 8.16%
  • key color value is 23.14%
CMYK:
(0,11,8,23)
C0M11Y8K23 
(0%,11%,8%,23%)
(0.00/0.11/0.08/0.23)	

CMYK percentages

%0
%11.22
%8.16
%23.14

Codes

Color #C4AEB4 in popluar color models

C4AEB4
RGB196174180
HSL344°15.71%72.55%
HSB/HSV344°11.22%76.86%
CMYK0.00%11.22%8.16%
23.14%

Color #C4AEB4 in popluar number systems.

HEXC4AEB4
Decimal196174180
Binary110001001010111010110100
Octal304256264

Shades and tints

Shades of #C4AEB4

#C4AEB4
(196,174,180)
#B39FA4
(179,159,164)
#A29094
(162,144,148)
#918184
(145,129,132)
#807274
(128,114,116)
#6F6364
(111,99,100)
#5E5454
(94,84,84)
#4D4544
(77,69,68)
#3C3634
(60,54,52)
#2B2724
(43,39,36)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #C4AEB4

#C4AEB4
(196,174,180)
#C9B5BA
(201,181,186)
#CEBCC0
(206,188,192)
#D3C3C6
(211,195,198)
#D8CACC
(216,202,204)
#DDD1D2
(221,209,210)
#E2D8D8
(226,216,216)
#E7DFDE
(231,223,222)
#ECE6E4
(236,230,228)
#F1EDEA
(241,237,234)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AEB4; }

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

This text font color is #C4AEB4.


Background Color

.myBgColor { background-color: #C4AEB4; }

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

This div background color is #C4AEB4.


Border color

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

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

This div border color is #C4AEB4.


Opacity

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

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

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

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

This text has shadow with #C4AEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AEB4 on black background.


Color preview on white background

This text has color #C4AEB4 on white background.



Black color preview on #C4AEB4 background

This text has black color on #C4AEB4 background.


White color preview on #C4AEB4 background

This text has white color on #C4AEB4 background.