COLOR #C8AFBB

HEX: #C8AFBB
RGB: (200,175,187)

Color info

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

RGB color model

#C8AFBB color RGB value is (200,175,187).

  • red value is 200;
  • green value is 175;
  • blue value is 187.
RGB:
(200,175,187)
(78%,69%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 187 of 255 = 73%

200
175
187

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

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 187 = 562 (100%)
R 200 of 562 ~ 35.59%
G 175 of 562 ~ 31.14%
B 187 of 562 ~ 33.27%

%35.59
%31.14
%33.27

CMYK color model

#C8AFBB color CMYK value is (0,13,7,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK:
(0,13,7,22)
C0M13Y7K22 
(0%,13%,7%,22%)
(0.00/0.13/0.07/0.22)	

CMYK percentages

%0
%12.5
%6.5
%21.57

Codes

Color #C8AFBB in popluar color models

C8AFBB
RGB200175187
HSL331°18.52%73.53%
HSB/HSV331°12.50%78.43%
CMYK0.00%12.50%6.50%
21.57%

Color #C8AFBB in popluar number systems.

HEXC8AFBB
Decimal200175187
Binary110010001010111110111011
Octal310257273

Shades and tints

Shades of #C8AFBB

#C8AFBB
(200,175,187)
#B6A0AA
(182,160,170)
#A49199
(164,145,153)
#928288
(146,130,136)
#807377
(128,115,119)
#6E6466
(110,100,102)
#5C5555
(92,85,85)
#4A4644
(74,70,68)
#383733
(56,55,51)
#262822
(38,40,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #C8AFBB

#C8AFBB
(200,175,187)
#CDB6C1
(205,182,193)
#D2BDC7
(210,189,199)
#D7C4CD
(215,196,205)
#DCCBD3
(220,203,211)
#E1D2D9
(225,210,217)
#E6D9DF
(230,217,223)
#EBE0E5
(235,224,229)
#F0E7EB
(240,231,235)
#F5EEF1
(245,238,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AFBB color. Also use rgb(200,175,187) instead hex code.

Text Font Color

.myTextColor { color: #C8AFBB; }

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

This text font color is #C8AFBB.


Background Color

.myBgColor { background-color: #C8AFBB; }

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

This div background color is #C8AFBB.


Border color

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

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

This div border color is #C8AFBB.


Opacity

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

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

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

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

This text has shadow with #C8AFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AFBB on black background.


Color preview on white background

This text has color #C8AFBB on white background.



Black color preview on #C8AFBB background

This text has black color on #C8AFBB background.


White color preview on #C8AFBB background

This text has white color on #C8AFBB background.