COLOR #C3AFB6

HEX: #C3AFB6
RGB: (195,175,182)

Color info

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

RGB color model

#C3AFB6 color RGB value is (195,175,182).

  • red value is 195;
  • green value is 175;
  • blue value is 182.
RGB:
(195,175,182)
(76%,69%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 182 of 255 = 71%

195
175
182

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

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 182 = 552 (100%)
R 195 of 552 ~ 35.33%
G 175 of 552 ~ 31.7%
B 182 of 552 ~ 32.97%

%35.33
%31.7
%32.97

CMYK color model

#C3AFB6 color CMYK value is (0,10,7,24).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(0,10,7,24)
C0M10Y7K24 
(0%,10%,7%,24%)
(0.00/0.10/0.07/0.24)	

CMYK percentages

%0
%10.26
%6.67
%23.53

Codes

Color #C3AFB6 in popluar color models

C3AFB6
RGB195175182
HSL339°14.29%72.55%
HSB/HSV339°10.26%76.47%
CMYK0.00%10.26%6.67%
23.53%

Color #C3AFB6 in popluar number systems.

HEXC3AFB6
Decimal195175182
Binary110000111010111110110110
Octal303257266

Shades and tints

Shades of #C3AFB6

#C3AFB6
(195,175,182)
#B2A0A6
(178,160,166)
#A19196
(161,145,150)
#908286
(144,130,134)
#7F7376
(127,115,118)
#6E6466
(110,100,102)
#5D5556
(93,85,86)
#4C4646
(76,70,70)
#3B3736
(59,55,54)
#2A2826
(42,40,38)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #C3AFB6

#C3AFB6
(195,175,182)
#C8B6BC
(200,182,188)
#CDBDC2
(205,189,194)
#D2C4C8
(210,196,200)
#D7CBCE
(215,203,206)
#DCD2D4
(220,210,212)
#E1D9DA
(225,217,218)
#E6E0E0
(230,224,224)
#EBE7E6
(235,231,230)
#F0EEEC
(240,238,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AFB6 color. Also use rgb(195,175,182) instead hex code.

Text Font Color

.myTextColor { color: #C3AFB6; }

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

This text font color is #C3AFB6.


Background Color

.myBgColor { background-color: #C3AFB6; }

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

This div background color is #C3AFB6.


Border color

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

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

This div border color is #C3AFB6.


Opacity

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

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

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

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

This text has shadow with #C3AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFB6 on black background.


Color preview on white background

This text has color #C3AFB6 on white background.



Black color preview on #C3AFB6 background

This text has black color on #C3AFB6 background.


White color preview on #C3AFB6 background

This text has white color on #C3AFB6 background.