COLOR #C3AFB0

HEX: #C3AFB0
RGB: (195,175,176)

Color info

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

RGB color model

#C3AFB0 color RGB value is (195,175,176).

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

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 176 of 255 = 69%

195
175
176

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

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 176 = 546 (100%)
R 195 of 546 ~ 35.71%
G 175 of 546 ~ 32.05%
B 176 of 546 ~ 32.23%

%35.71
%32.05
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 9.74%
  • key color value is 23.53%
CMYK:
(0,10,10,24)
C0M10Y10K24 
(0%,10%,10%,24%)
(0.00/0.10/0.10/0.24)	

CMYK percentages

%0
%10.26
%9.74
%23.53

Codes

Color #C3AFB0 in popluar color models

C3AFB0
RGB195175176
HSL357°14.29%72.55%
HSB/HSV357°10.26%76.47%
CMYK0.00%10.26%9.74%
23.53%

Color #C3AFB0 in popluar number systems.

HEXC3AFB0
Decimal195175176
Binary110000111010111110110000
Octal303257260

Shades and tints

Shades of #C3AFB0

#C3AFB0
(195,175,176)
#B2A0A0
(178,160,160)
#A19190
(161,145,144)
#908280
(144,130,128)
#7F7370
(127,115,112)
#6E6460
(110,100,96)
#5D5550
(93,85,80)
#4C4640
(76,70,64)
#3B3730
(59,55,48)
#2A2820
(42,40,32)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #C3AFB0

#C3AFB0
(195,175,176)
#C8B6B7
(200,182,183)
#CDBDBE
(205,189,190)
#D2C4C5
(210,196,197)
#D7CBCC
(215,203,204)
#DCD2D3
(220,210,211)
#E1D9DA
(225,217,218)
#E6E0E1
(230,224,225)
#EBE7E8
(235,231,232)
#F0EEEF
(240,238,239)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AFB0; }

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

This text font color is #C3AFB0.


Background Color

.myBgColor { background-color: #C3AFB0; }

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

This div background color is #C3AFB0.


Border color

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

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

This div border color is #C3AFB0.


Opacity

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

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

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

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

This text has shadow with #C3AFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFB0 on black background.


Color preview on white background

This text has color #C3AFB0 on white background.



Black color preview on #C3AFB0 background

This text has black color on #C3AFB0 background.


White color preview on #C3AFB0 background

This text has white color on #C3AFB0 background.