COLOR #C7AEB5

HEX: #C7AEB5
RGB: (199,174,181)

Color info

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

RGB color model

#C7AEB5 color RGB value is (199,174,181).

  • red value is 199;
  • green value is 174;
  • blue value is 181.
RGB:
(199,174,181)
(78%,68%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 181 of 255 = 71%

199
174
181

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

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 181 = 554 (100%)
R 199 of 554 ~ 35.92%
G 174 of 554 ~ 31.41%
B 181 of 554 ~ 32.67%

%35.92
%31.41
%32.67

CMYK color model

#C7AEB5 color CMYK value is (0,13,9,22).

  • cyan value is 0.00%
  • magenta value is 12.56%
  • yellow value is 9.05%
  • key color value is 21.96%
CMYK:
(0,13,9,22)
C0M13Y9K22 
(0%,13%,9%,22%)
(0.00/0.13/0.09/0.22)	

CMYK percentages

%0
%12.56
%9.05
%21.96

Codes

Color #C7AEB5 in popluar color models

C7AEB5
RGB199174181
HSL343°18.25%73.14%
HSB/HSV343°12.56%78.04%
CMYK0.00%12.56%9.05%
21.96%

Color #C7AEB5 in popluar number systems.

HEXC7AEB5
Decimal199174181
Binary110001111010111010110101
Octal307256265

Shades and tints

Shades of #C7AEB5

#C7AEB5
(199,174,181)
#B59FA5
(181,159,165)
#A39095
(163,144,149)
#918185
(145,129,133)
#7F7275
(127,114,117)
#6D6365
(109,99,101)
#5B5455
(91,84,85)
#494545
(73,69,69)
#373635
(55,54,53)
#252725
(37,39,37)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7AEB5

#C7AEB5
(199,174,181)
#CCB5BB
(204,181,187)
#D1BCC1
(209,188,193)
#D6C3C7
(214,195,199)
#DBCACD
(219,202,205)
#E0D1D3
(224,209,211)
#E5D8D9
(229,216,217)
#EADFDF
(234,223,223)
#EFE6E5
(239,230,229)
#F4EDEB
(244,237,235)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AEB5 color. Also use rgb(199,174,181) instead hex code.

Text Font Color

.myTextColor { color: #C7AEB5; }

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

This text font color is #C7AEB5.


Background Color

.myBgColor { background-color: #C7AEB5; }

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

This div background color is #C7AEB5.


Border color

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

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

This div border color is #C7AEB5.


Opacity

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

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

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

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

This text has shadow with #C7AEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEB5 on black background.


Color preview on white background

This text has color #C7AEB5 on white background.



Black color preview on #C7AEB5 background

This text has black color on #C7AEB5 background.


White color preview on #C7AEB5 background

This text has white color on #C7AEB5 background.