COLOR #C8AEBF

HEX: #C8AEBF
RGB: (200,174,191)

Color info

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

RGB color model

#C8AEBF color RGB value is (200,174,191).

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

RGB channels and saturation

R 200 of 255 = 78%
G 174 of 255 = 68%
B 191 of 255 = 75%

200
174
191

R + G + B ~ 74%. #C8AEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 174 + 191 = 565 (100%)
R 200 of 565 ~ 35.4%
G 174 of 565 ~ 30.8%
B 191 of 565 ~ 33.81%

%35.4
%30.8
%33.81

CMYK color model

#C8AEBF color CMYK value is (0,13,5,22).

  • cyan value is 0.00%
  • magenta value is 13.00%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(0,13,5,22)
C0M13Y5K22 
(0%,13%,5%,22%)
(0.00/0.13/0.05/0.22)	

CMYK percentages

%0
%13
%4.5
%21.57

Codes

Color #C8AEBF in popluar color models

C8AEBF
RGB200174191
HSL321°19.12%73.33%
HSB/HSV321°13.00%78.43%
CMYK0.00%13.00%4.50%
21.57%

Color #C8AEBF in popluar number systems.

HEXC8AEBF
Decimal200174191
Binary110010001010111010111111
Octal310256277

Shades and tints

Shades of #C8AEBF

#C8AEBF
(200,174,191)
#B69FAE
(182,159,174)
#A4909D
(164,144,157)
#92818C
(146,129,140)
#80727B
(128,114,123)
#6E636A
(110,99,106)
#5C5459
(92,84,89)
#4A4548
(74,69,72)
#383637
(56,54,55)
#262726
(38,39,38)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #C8AEBF

#C8AEBF
(200,174,191)
#CDB5C4
(205,181,196)
#D2BCC9
(210,188,201)
#D7C3CE
(215,195,206)
#DCCAD3
(220,202,211)
#E1D1D8
(225,209,216)
#E6D8DD
(230,216,221)
#EBDFE2
(235,223,226)
#F0E6E7
(240,230,231)
#F5EDEC
(245,237,236)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AEBF; }

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

This text font color is #C8AEBF.


Background Color

.myBgColor { background-color: #C8AEBF; }

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

This div background color is #C8AEBF.


Border color

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

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

This div border color is #C8AEBF.


Opacity

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

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

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

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

This text has shadow with #C8AEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AEBF on black background.


Color preview on white background

This text has color #C8AEBF on white background.



Black color preview on #C8AEBF background

This text has black color on #C8AEBF background.


White color preview on #C8AEBF background

This text has white color on #C8AEBF background.