COLOR #C3AFB3

HEX: #C3AFB3
RGB: (195,175,179)

Color info

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

RGB color model

#C3AFB3 color RGB value is (195,175,179).

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

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 179 of 255 = 70%

195
175
179

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

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 179 = 549 (100%)
R 195 of 549 ~ 35.52%
G 175 of 549 ~ 31.88%
B 179 of 549 ~ 32.6%

%35.52
%31.88
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(0,10,8,24)
C0M10Y8K24 
(0%,10%,8%,24%)
(0.00/0.10/0.08/0.24)	

CMYK percentages

%0
%10.26
%8.21
%23.53

Codes

Color #C3AFB3 in popluar color models

C3AFB3
RGB195175179
HSL348°14.29%72.55%
HSB/HSV348°10.26%76.47%
CMYK0.00%10.26%8.21%
23.53%

Color #C3AFB3 in popluar number systems.

HEXC3AFB3
Decimal195175179
Binary110000111010111110110011
Octal303257263

Shades and tints

Shades of #C3AFB3

#C3AFB3
(195,175,179)
#B2A0A3
(178,160,163)
#A19193
(161,145,147)
#908283
(144,130,131)
#7F7373
(127,115,115)
#6E6463
(110,100,99)
#5D5553
(93,85,83)
#4C4643
(76,70,67)
#3B3733
(59,55,51)
#2A2823
(42,40,35)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3AFB3

#C3AFB3
(195,175,179)
#C8B6B9
(200,182,185)
#CDBDBF
(205,189,191)
#D2C4C5
(210,196,197)
#D7CBCB
(215,203,203)
#DCD2D1
(220,210,209)
#E1D9D7
(225,217,215)
#E6E0DD
(230,224,221)
#EBE7E3
(235,231,227)
#F0EEE9
(240,238,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AFB3; }

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

This text font color is #C3AFB3.


Background Color

.myBgColor { background-color: #C3AFB3; }

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

This div background color is #C3AFB3.


Border color

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

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

This div border color is #C3AFB3.


Opacity

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

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

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

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

This text has shadow with #C3AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFB3 on black background.


Color preview on white background

This text has color #C3AFB3 on white background.



Black color preview on #C3AFB3 background

This text has black color on #C3AFB3 background.


White color preview on #C3AFB3 background

This text has white color on #C3AFB3 background.