COLOR #C2AEBF

HEX: #C2AEBF
RGB: (194,174,191)

Color info

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

RGB color model

#C2AEBF color RGB value is (194,174,191).

  • red value is 194;
  • green value is 174;
  • blue value is 191.
RGB:
(194,174,191)
(76%,68%,75%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 191 of 255 = 75%

194
174
191

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

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 191 = 559 (100%)
R 194 of 559 ~ 34.7%
G 174 of 559 ~ 31.13%
B 191 of 559 ~ 34.17%

%34.7
%31.13
%34.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 1.55%
  • key color value is 23.92%
CMYK:
(0,10,2,24)
C0M10Y2K24 
(0%,10%,2%,24%)
(0.00/0.10/0.02/0.24)	

CMYK percentages

%0
%10.31
%1.55
%23.92

Codes

Color #C2AEBF in popluar color models

C2AEBF
RGB194174191
HSL309°14.08%72.16%
HSB/HSV309°10.31%76.08%
CMYK0.00%10.31%1.55%
23.92%

Color #C2AEBF in popluar number systems.

HEXC2AEBF
Decimal194174191
Binary110000101010111010111111
Octal302256277

Shades and tints

Shades of #C2AEBF

#C2AEBF
(194,174,191)
#B19FAE
(177,159,174)
#A0909D
(160,144,157)
#8F818C
(143,129,140)
#7E727B
(126,114,123)
#6D636A
(109,99,106)
#5C5459
(92,84,89)
#4B4548
(75,69,72)
#3A3637
(58,54,55)
#292726
(41,39,38)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #C2AEBF

#C2AEBF
(194,174,191)
#C7B5C4
(199,181,196)
#CCBCC9
(204,188,201)
#D1C3CE
(209,195,206)
#D6CAD3
(214,202,211)
#DBD1D8
(219,209,216)
#E0D8DD
(224,216,221)
#E5DFE2
(229,223,226)
#EAE6E7
(234,230,231)
#EFEDEC
(239,237,236)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AEBF color. Also use rgb(194,174,191) instead hex code.

Text Font Color

.myTextColor { color: #C2AEBF; }

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

This text font color is #C2AEBF.


Background Color

.myBgColor { background-color: #C2AEBF; }

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

This div background color is #C2AEBF.


Border color

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

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

This div border color is #C2AEBF.


Opacity

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

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

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

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

This text has shadow with #C2AEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AEBF on black background.


Color preview on white background

This text has color #C2AEBF on white background.



Black color preview on #C2AEBF background

This text has black color on #C2AEBF background.


White color preview on #C2AEBF background

This text has white color on #C2AEBF background.