COLOR #C2AEBE

HEX: #C2AEBE
RGB: (194,174,190)

Color info

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

RGB color model

#C2AEBE color RGB value is (194,174,190).

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

RGB channels and saturation

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

194
174
190

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

Portions of RGB colors in percentages

R + G + B =
194 + 174 + 190 = 558 (100%)
R 194 of 558 ~ 34.77%
G 174 of 558 ~ 31.18%
B 190 of 558 ~ 34.05%

%34.77
%31.18
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 2.06%
  • 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
%2.06
%23.92

Codes

Color #C2AEBE in popluar color models

C2AEBE
RGB194174190
HSL312°14.08%72.16%
HSB/HSV312°10.31%76.08%
CMYK0.00%10.31%2.06%
23.92%

Color #C2AEBE in popluar number systems.

HEXC2AEBE
Decimal194174190
Binary110000101010111010111110
Octal302256276

Shades and tints

Shades of #C2AEBE

#C2AEBE
(194,174,190)
#B19FAD
(177,159,173)
#A0909C
(160,144,156)
#8F818B
(143,129,139)
#7E727A
(126,114,122)
#6D6369
(109,99,105)
#5C5458
(92,84,88)
#4B4547
(75,69,71)
#3A3636
(58,54,54)
#292725
(41,39,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #C2AEBE

#C2AEBE
(194,174,190)
#C7B5C3
(199,181,195)
#CCBCC8
(204,188,200)
#D1C3CD
(209,195,205)
#D6CAD2
(214,202,210)
#DBD1D7
(219,209,215)
#E0D8DC
(224,216,220)
#E5DFE1
(229,223,225)
#EAE6E6
(234,230,230)
#EFEDEB
(239,237,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEBE; }

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

This text font color is #C2AEBE.


Background Color

.myBgColor { background-color: #C2AEBE; }

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

This div background color is #C2AEBE.


Border color

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

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

This div border color is #C2AEBE.


Opacity

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

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

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

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

This text has shadow with #C2AEBE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C2AEBE on black background.


Color preview on white background

This text has color #C2AEBE on white background.



Black color preview on #C2AEBE background

This text has black color on #C2AEBE background.


White color preview on #C2AEBE background

This text has white color on #C2AEBE background.