COLOR #C4AFAB

HEX: #C4AFAB
RGB: (196,175,171)

Color info

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

RGB color model

#C4AFAB color RGB value is (196,175,171).

  • red value is 196;
  • green value is 175;
  • blue value is 171.
RGB:
(196,175,171)
(77%,69%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 171 of 255 = 67%

196
175
171

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

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 171 = 542 (100%)
R 196 of 542 ~ 36.16%
G 175 of 542 ~ 32.29%
B 171 of 542 ~ 31.55%

%36.16
%32.29
%31.55

CMYK color model

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

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

CMYK percentages

%0
%10.71
%12.76
%23.14

Codes

Color #C4AFAB in popluar color models

C4AFAB
RGB196175171
HSL10°17.48%71.96%
HSB/HSV10°12.76%76.86%
CMYK0.00%10.71%12.76%
23.14%

Color #C4AFAB in popluar number systems.

HEXC4AFAB
Decimal196175171
Binary110001001010111110101011
Octal304257253

Shades and tints

Shades of #C4AFAB

#C4AFAB
(196,175,171)
#B3A09C
(179,160,156)
#A2918D
(162,145,141)
#91827E
(145,130,126)
#80736F
(128,115,111)
#6F6460
(111,100,96)
#5E5551
(94,85,81)
#4D4642
(77,70,66)
#3C3733
(60,55,51)
#2B2824
(43,40,36)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #C4AFAB

#C4AFAB
(196,175,171)
#C9B6B2
(201,182,178)
#CEBDB9
(206,189,185)
#D3C4C0
(211,196,192)
#D8CBC7
(216,203,199)
#DDD2CE
(221,210,206)
#E2D9D5
(226,217,213)
#E7E0DC
(231,224,220)
#ECE7E3
(236,231,227)
#F1EEEA
(241,238,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AFAB color. Also use rgb(196,175,171) instead hex code.

Text Font Color

.myTextColor { color: #C4AFAB; }

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

This text font color is #C4AFAB.


Background Color

.myBgColor { background-color: #C4AFAB; }

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

This div background color is #C4AFAB.


Border color

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

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

This div border color is #C4AFAB.


Opacity

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

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

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

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

This text has shadow with #C4AFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFAB on black background.


Color preview on white background

This text has color #C4AFAB on white background.



Black color preview on #C4AFAB background

This text has black color on #C4AFAB background.


White color preview on #C4AFAB background

This text has white color on #C4AFAB background.