COLOR #C4AFB7

HEX: #C4AFB7
RGB: (196,175,183)

Color info

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

RGB color model

#C4AFB7 color RGB value is (196,175,183).

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

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 183 of 255 = 72%

196
175
183

R + G + B ~ 73%. #C4AFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 183 = 554 (100%)
R 196 of 554 ~ 35.38%
G 175 of 554 ~ 31.59%
B 183 of 554 ~ 33.03%

%35.38
%31.59
%33.03

CMYK color model

#C4AFB7 color CMYK value is (0,11,7,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 6.63%
  • key color value is 23.14%
CMYK:
(0,11,7,23)
C0M11Y7K23 
(0%,11%,7%,23%)
(0.00/0.11/0.07/0.23)	

CMYK percentages

%0
%10.71
%6.63
%23.14

Codes

Color #C4AFB7 in popluar color models

C4AFB7
RGB196175183
HSL337°15.11%72.75%
HSB/HSV337°10.71%76.86%
CMYK0.00%10.71%6.63%
23.14%

Color #C4AFB7 in popluar number systems.

HEXC4AFB7
Decimal196175183
Binary110001001010111110110111
Octal304257267

Shades and tints

Shades of #C4AFB7

#C4AFB7
(196,175,183)
#B3A0A7
(179,160,167)
#A29197
(162,145,151)
#918287
(145,130,135)
#807377
(128,115,119)
#6F6467
(111,100,103)
#5E5557
(94,85,87)
#4D4647
(77,70,71)
#3C3737
(60,55,55)
#2B2827
(43,40,39)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #C4AFB7

#C4AFB7
(196,175,183)
#C9B6BD
(201,182,189)
#CEBDC3
(206,189,195)
#D3C4C9
(211,196,201)
#D8CBCF
(216,203,207)
#DDD2D5
(221,210,213)
#E2D9DB
(226,217,219)
#E7E0E1
(231,224,225)
#ECE7E7
(236,231,231)
#F1EEED
(241,238,237)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFB7; }

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

This text font color is #C4AFB7.


Background Color

.myBgColor { background-color: #C4AFB7; }

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

This div background color is #C4AFB7.


Border color

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

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

This div border color is #C4AFB7.


Opacity

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

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

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

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

This text has shadow with #C4AFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFB7 on black background.


Color preview on white background

This text has color #C4AFB7 on white background.



Black color preview on #C4AFB7 background

This text has black color on #C4AFB7 background.


White color preview on #C4AFB7 background

This text has white color on #C4AFB7 background.