COLOR #C4AFB1

HEX: #C4AFB1
RGB: (196,175,177)

Color info

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

RGB color model

#C4AFB1 color RGB value is (196,175,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 177 of 255 = 69%

196
175
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 177 = 548 (100%)
R 196 of 548 ~ 35.77%
G 175 of 548 ~ 31.93%
B 177 of 548 ~ 32.3%

%35.77
%31.93
%32.3

CMYK color model

#C4AFB1 color CMYK value is (0,11,10,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,11,10,23)
C0M11Y10K23 
(0%,11%,10%,23%)
(0.00/0.11/0.10/0.23)	

CMYK percentages

%0
%10.71
%9.69
%23.14

Codes

Color #C4AFB1 in popluar color models

C4AFB1
RGB196175177
HSL354°15.11%72.75%
HSB/HSV354°10.71%76.86%
CMYK0.00%10.71%9.69%
23.14%

Color #C4AFB1 in popluar number systems.

HEXC4AFB1
Decimal196175177
Binary110001001010111110110001
Octal304257261

Shades and tints

Shades of #C4AFB1

#C4AFB1
(196,175,177)
#B3A0A1
(179,160,161)
#A29191
(162,145,145)
#918281
(145,130,129)
#807371
(128,115,113)
#6F6461
(111,100,97)
#5E5551
(94,85,81)
#4D4641
(77,70,65)
#3C3731
(60,55,49)
#2B2821
(43,40,33)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #C4AFB1

#C4AFB1
(196,175,177)
#C9B6B8
(201,182,184)
#CEBDBF
(206,189,191)
#D3C4C6
(211,196,198)
#D8CBCD
(216,203,205)
#DDD2D4
(221,210,212)
#E2D9DB
(226,217,219)
#E7E0E2
(231,224,226)
#ECE7E9
(236,231,233)
#F1EEF0
(241,238,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFB1; }

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

This text font color is #C4AFB1.


Background Color

.myBgColor { background-color: #C4AFB1; }

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

This div background color is #C4AFB1.


Border color

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

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

This div border color is #C4AFB1.


Opacity

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

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

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

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

This text has shadow with #C4AFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFB1 on black background.


Color preview on white background

This text has color #C4AFB1 on white background.



Black color preview on #C4AFB1 background

This text has black color on #C4AFB1 background.


White color preview on #C4AFB1 background

This text has white color on #C4AFB1 background.