COLOR #C9AEBA

HEX: #C9AEBA
RGB: (201,174,186)

Color info

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

RGB color model

#C9AEBA color RGB value is (201,174,186).

  • red value is 201;
  • green value is 174;
  • blue value is 186.
RGB:
(201,174,186)
(79%,68%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 186 of 255 = 73%

201
174
186

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

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 186 = 561 (100%)
R 201 of 561 ~ 35.83%
G 174 of 561 ~ 31.02%
B 186 of 561 ~ 33.16%

%35.83
%31.02
%33.16

CMYK color model

#C9AEBA color CMYK value is (0,13,7,21).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,13,7,21)
C0M13Y7K21 
(0%,13%,7%,21%)
(0.00/0.13/0.07/0.21)	

CMYK percentages

%0
%13.43
%7.46
%21.18

Codes

Color #C9AEBA in popluar color models

C9AEBA
RGB201174186
HSL333°20.00%73.53%
HSB/HSV333°13.43%78.82%
CMYK0.00%13.43%7.46%
21.18%

Color #C9AEBA in popluar number systems.

HEXC9AEBA
Decimal201174186
Binary110010011010111010111010
Octal311256272

Shades and tints

Shades of #C9AEBA

#C9AEBA
(201,174,186)
#B79FAA
(183,159,170)
#A5909A
(165,144,154)
#93818A
(147,129,138)
#81727A
(129,114,122)
#6F636A
(111,99,106)
#5D545A
(93,84,90)
#4B454A
(75,69,74)
#39363A
(57,54,58)
#27272A
(39,39,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #C9AEBA

#C9AEBA
(201,174,186)
#CDB5C0
(205,181,192)
#D1BCC6
(209,188,198)
#D5C3CC
(213,195,204)
#D9CAD2
(217,202,210)
#DDD1D8
(221,209,216)
#E1D8DE
(225,216,222)
#E5DFE4
(229,223,228)
#E9E6EA
(233,230,234)
#EDEDF0
(237,237,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AEBA color. Also use rgb(201,174,186) instead hex code.

Text Font Color

.myTextColor { color: #C9AEBA; }

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

This text font color is #C9AEBA.


Background Color

.myBgColor { background-color: #C9AEBA; }

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

This div background color is #C9AEBA.


Border color

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

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

This div border color is #C9AEBA.


Opacity

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

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

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

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

This text has shadow with #C9AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AEBA on black background.


Color preview on white background

This text has color #C9AEBA on white background.



Black color preview on #C9AEBA background

This text has black color on #C9AEBA background.


White color preview on #C9AEBA background

This text has white color on #C9AEBA background.