COLOR #C3AFBD

HEX: #C3AFBD
RGB: (195,175,189)

Color info

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

RGB color model

#C3AFBD color RGB value is (195,175,189).

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

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 189 of 255 = 74%

195
175
189

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

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 189 = 559 (100%)
R 195 of 559 ~ 34.88%
G 175 of 559 ~ 31.31%
B 189 of 559 ~ 33.81%

%34.88
%31.31
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(0,10,3,24)
C0M10Y3K24 
(0%,10%,3%,24%)
(0.00/0.10/0.03/0.24)	

CMYK percentages

%0
%10.26
%3.08
%23.53

Codes

Color #C3AFBD in popluar color models

C3AFBD
RGB195175189
HSL318°14.29%72.55%
HSB/HSV318°10.26%76.47%
CMYK0.00%10.26%3.08%
23.53%

Color #C3AFBD in popluar number systems.

HEXC3AFBD
Decimal195175189
Binary110000111010111110111101
Octal303257275

Shades and tints

Shades of #C3AFBD

#C3AFBD
(195,175,189)
#B2A0AC
(178,160,172)
#A1919B
(161,145,155)
#90828A
(144,130,138)
#7F7379
(127,115,121)
#6E6468
(110,100,104)
#5D5557
(93,85,87)
#4C4646
(76,70,70)
#3B3735
(59,55,53)
#2A2824
(42,40,36)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #C3AFBD

#C3AFBD
(195,175,189)
#C8B6C3
(200,182,195)
#CDBDC9
(205,189,201)
#D2C4CF
(210,196,207)
#D7CBD5
(215,203,213)
#DCD2DB
(220,210,219)
#E1D9E1
(225,217,225)
#E6E0E7
(230,224,231)
#EBE7ED
(235,231,237)
#F0EEF3
(240,238,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AFBD; }

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

This text font color is #C3AFBD.


Background Color

.myBgColor { background-color: #C3AFBD; }

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

This div background color is #C3AFBD.


Border color

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

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

This div border color is #C3AFBD.


Opacity

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

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

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

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

This text has shadow with #C3AFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFBD on black background.


Color preview on white background

This text has color #C3AFBD on white background.



Black color preview on #C3AFBD background

This text has black color on #C3AFBD background.


White color preview on #C3AFBD background

This text has white color on #C3AFBD background.