COLOR #C8AEB1

HEX: #C8AEB1
RGB: (200,174,177)

Color info

#C8AEB1 contains red, green and blue colors in about the same proportion. Web safe color of #C8AEB1 is #CC9999 (or #C99).

RGB color model

#C8AEB1 color RGB value is (200,174,177).

  • red value is 200;
  • green value is 174;
  • blue value is 177.
RGB:
(200,174,177)
(78%,68%,69%)

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 177 of 255 = 69%

200
174
177

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

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 177 = 551 (100%)
R 200 of 551 ~ 36.3%
G 174 of 551 ~ 31.58%
B 177 of 551 ~ 32.12%

%36.3
%31.58
%32.12

CMYK color model

#C8AEB1 color CMYK value is (0,13,12,22).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 11.50%
  • key color value is 21.57%
CMYK:
(0,13,12,22)
C0M13Y12K22 
(0%,13%,12%,22%)
(0.00/0.13/0.12/0.22)	

CMYK percentages

%0
%13
%11.5
%21.57

Codes

Color #C8AEB1 in popluar color models

C8AEB1
RGB200174177
HSL353°19.12%73.33%
HSB/HSV353°13.00%78.43%
CMYK0.00%13.00%11.50%
21.57%

Color #C8AEB1 in popluar number systems.

HEXC8AEB1
Decimal200174177
Binary110010001010111010110001
Octal310256261

Shades and tints

Shades of #C8AEB1

#C8AEB1
(200,174,177)
#B69FA1
(182,159,161)
#A49091
(164,144,145)
#928181
(146,129,129)
#807271
(128,114,113)
#6E6361
(110,99,97)
#5C5451
(92,84,81)
#4A4541
(74,69,65)
#383631
(56,54,49)
#262721
(38,39,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #C8AEB1

#C8AEB1
(200,174,177)
#CDB5B8
(205,181,184)
#D2BCBF
(210,188,191)
#D7C3C6
(215,195,198)
#DCCACD
(220,202,205)
#E1D1D4
(225,209,212)
#E6D8DB
(230,216,219)
#EBDFE2
(235,223,226)
#F0E6E9
(240,230,233)
#F5EDF0
(245,237,240)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AEB1 color. Also use rgb(200,174,177) instead hex code.

Text Font Color

.myTextColor { color: #C8AEB1; }

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

This text font color is #C8AEB1.


Background Color

.myBgColor { background-color: #C8AEB1; }

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

This div background color is #C8AEB1.


Border color

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

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

This div border color is #C8AEB1.


Opacity

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

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

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

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

This text has shadow with #C8AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AEB1 on black background.


Color preview on white background

This text has color #C8AEB1 on white background.



Black color preview on #C8AEB1 background

This text has black color on #C8AEB1 background.


White color preview on #C8AEB1 background

This text has white color on #C8AEB1 background.