COLOR #C5AEB6

HEX: #C5AEB6
RGB: (197,174,182)

Color info

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

RGB color model

#C5AEB6 color RGB value is (197,174,182).

  • red value is 197;
  • green value is 174;
  • blue value is 182.
RGB:
(197,174,182)
(77%,68%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 182 of 255 = 71%

197
174
182

R + G + B ~ 72%. #C5AEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 182 = 553 (100%)
R 197 of 553 ~ 35.62%
G 174 of 553 ~ 31.46%
B 182 of 553 ~ 32.91%

%35.62
%31.46
%32.91

CMYK color model

#C5AEB6 color CMYK value is (0,12,8,23).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK:
(0,12,8,23)
C0M12Y8K23 
(0%,12%,8%,23%)
(0.00/0.12/0.08/0.23)	

CMYK percentages

%0
%11.68
%7.61
%22.75

Codes

Color #C5AEB6 in popluar color models

C5AEB6
RGB197174182
HSL339°16.55%72.75%
HSB/HSV339°11.68%77.25%
CMYK0.00%11.68%7.61%
22.75%

Color #C5AEB6 in popluar number systems.

HEXC5AEB6
Decimal197174182
Binary110001011010111010110110
Octal305256266

Shades and tints

Shades of #C5AEB6

#C5AEB6
(197,174,182)
#B49FA6
(180,159,166)
#A39096
(163,144,150)
#928186
(146,129,134)
#817276
(129,114,118)
#706366
(112,99,102)
#5F5456
(95,84,86)
#4E4546
(78,69,70)
#3D3636
(61,54,54)
#2C2726
(44,39,38)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #C5AEB6

#C5AEB6
(197,174,182)
#CAB5BC
(202,181,188)
#CFBCC2
(207,188,194)
#D4C3C8
(212,195,200)
#D9CACE
(217,202,206)
#DED1D4
(222,209,212)
#E3D8DA
(227,216,218)
#E8DFE0
(232,223,224)
#EDE6E6
(237,230,230)
#F2EDEC
(242,237,236)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AEB6 color. Also use rgb(197,174,182) instead hex code.

Text Font Color

.myTextColor { color: #C5AEB6; }

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

This text font color is #C5AEB6.


Background Color

.myBgColor { background-color: #C5AEB6; }

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

This div background color is #C5AEB6.


Border color

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

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

This div border color is #C5AEB6.


Opacity

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

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

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

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

This text has shadow with #C5AEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEB6 on black background.


Color preview on white background

This text has color #C5AEB6 on white background.



Black color preview on #C5AEB6 background

This text has black color on #C5AEB6 background.


White color preview on #C5AEB6 background

This text has white color on #C5AEB6 background.