COLOR #C2AEC6

HEX: #C2AEC6
RGB: (194,174,198)

Color info

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

RGB color model

#C2AEC6 color RGB value is (194,174,198).

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

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 198 of 255 = 78%

194
174
198

R + G + B ~ 74%. #C2AEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 198 = 566 (100%)
R 194 of 566 ~ 34.28%
G 174 of 566 ~ 30.74%
B 198 of 566 ~ 34.98%

%34.28
%30.74
%34.98

CMYK color model

#C2AEC6 color CMYK value is (2,12,0,22).

  • cyan value is 2.02%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(2,12,0,22)
C2M12Y0K22 
(2%,12%,0%,22%)
(0.02/0.12/0.00/0.22)	

CMYK percentages

%2.02
%12.12
%0
%22.35

Codes

Color #C2AEC6 in popluar color models

C2AEC6
RGB194174198
HSL290°17.39%72.94%
HSB/HSV290°12.12%77.65%
CMYK2.02%12.12%0.00%
22.35%

Color #C2AEC6 in popluar number systems.

HEXC2AEC6
Decimal194174198
Binary110000101010111011000110
Octal302256306

Shades and tints

Shades of #C2AEC6

#C2AEC6
(194,174,198)
#B19FB4
(177,159,180)
#A090A2
(160,144,162)
#8F8190
(143,129,144)
#7E727E
(126,114,126)
#6D636C
(109,99,108)
#5C545A
(92,84,90)
#4B4548
(75,69,72)
#3A3636
(58,54,54)
#292724
(41,39,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #C2AEC6

#C2AEC6
(194,174,198)
#C7B5CB
(199,181,203)
#CCBCD0
(204,188,208)
#D1C3D5
(209,195,213)
#D6CADA
(214,202,218)
#DBD1DF
(219,209,223)
#E0D8E4
(224,216,228)
#E5DFE9
(229,223,233)
#EAE6EE
(234,230,238)
#EFEDF3
(239,237,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEC6; }

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

This text font color is #C2AEC6.


Background Color

.myBgColor { background-color: #C2AEC6; }

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

This div background color is #C2AEC6.


Border color

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

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

This div border color is #C2AEC6.


Opacity

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

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

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

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

This text has shadow with #C2AEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2AEC6 on black background.


Color preview on white background

This text has color #C2AEC6 on white background.



Black color preview on #C2AEC6 background

This text has black color on #C2AEC6 background.


White color preview on #C2AEC6 background

This text has white color on #C2AEC6 background.