COLOR #C2AFBD

HEX: #C2AFBD
RGB: (194,175,189)

Color info

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

RGB color model

#C2AFBD color RGB value is (194,175,189).

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

RGB channels and saturation

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

194
175
189

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

Portions of RGB colors in percentages

R + G + B =
194 + 175 + 189 = 558 (100%)
R 194 of 558 ~ 34.77%
G 175 of 558 ~ 31.36%
B 189 of 558 ~ 33.87%

%34.77
%31.36
%33.87

CMYK color model

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

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

CMYK percentages

%0
%9.79
%2.58
%23.92

Codes

Color #C2AFBD in popluar color models

C2AFBD
RGB194175189
HSL316°13.48%72.35%
HSB/HSV316°9.79%76.08%
CMYK0.00%9.79%2.58%
23.92%

Color #C2AFBD in popluar number systems.

HEXC2AFBD
Decimal194175189
Binary110000101010111110111101
Octal302257275

Shades and tints

Shades of #C2AFBD

#C2AFBD
(194,175,189)
#B1A0AC
(177,160,172)
#A0919B
(160,145,155)
#8F828A
(143,130,138)
#7E7379
(126,115,121)
#6D6468
(109,100,104)
#5C5557
(92,85,87)
#4B4646
(75,70,70)
#3A3735
(58,55,53)
#292824
(41,40,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #C2AFBD

#C2AFBD
(194,175,189)
#C7B6C3
(199,182,195)
#CCBDC9
(204,189,201)
#D1C4CF
(209,196,207)
#D6CBD5
(214,203,213)
#DBD2DB
(219,210,219)
#E0D9E1
(224,217,225)
#E5E0E7
(229,224,231)
#EAE7ED
(234,231,237)
#EFEEF3
(239,238,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AFBD; }

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

This text font color is #C2AFBD.


Background Color

.myBgColor { background-color: #C2AFBD; }

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

This div background color is #C2AFBD.


Border color

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

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

This div border color is #C2AFBD.


Opacity

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

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

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

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

This text has shadow with #C2AFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AFBD on black background.


Color preview on white background

This text has color #C2AFBD on white background.



Black color preview on #C2AFBD background

This text has black color on #C2AFBD background.


White color preview on #C2AFBD background

This text has white color on #C2AFBD background.