COLOR #C8ADB1

HEX: #C8ADB1
RGB: (200,173,177)

Color info

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

RGB color model

#C8ADB1 color RGB value is (200,173,177).

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

RGB channels and saturation

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

200
173
177

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

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 177 = 550 (100%)
R 200 of 550 ~ 36.36%
G 173 of 550 ~ 31.45%
B 177 of 550 ~ 32.18%

%36.36
%31.45
%32.18

CMYK color model

#C8ADB1 color CMYK value is (0,14,12,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 11.50%
  • key color value is 21.57%
CMYK:
(0,14,12,22)
C0M14Y12K22 
(0%,14%,12%,22%)
(0.00/0.14/0.12/0.22)	

CMYK percentages

%0
%13.5
%11.5
%21.57

Codes

Color #C8ADB1 in popluar color models

C8ADB1
RGB200173177
HSL351°19.71%73.14%
HSB/HSV351°13.50%78.43%
CMYK0.00%13.50%11.50%
21.57%

Color #C8ADB1 in popluar number systems.

HEXC8ADB1
Decimal200173177
Binary110010001010110110110001
Octal310255261

Shades and tints

Shades of #C8ADB1

#C8ADB1
(200,173,177)
#B69EA1
(182,158,161)
#A48F91
(164,143,145)
#928081
(146,128,129)
#807171
(128,113,113)
#6E6261
(110,98,97)
#5C5351
(92,83,81)
#4A4441
(74,68,65)
#383531
(56,53,49)
#262621
(38,38,33)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #C8ADB1

#C8ADB1
(200,173,177)
#CDB4B8
(205,180,184)
#D2BBBF
(210,187,191)
#D7C2C6
(215,194,198)
#DCC9CD
(220,201,205)
#E1D0D4
(225,208,212)
#E6D7DB
(230,215,219)
#EBDEE2
(235,222,226)
#F0E5E9
(240,229,233)
#F5ECF0
(245,236,240)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ADB1; }

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

This text font color is #C8ADB1.


Background Color

.myBgColor { background-color: #C8ADB1; }

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

This div background color is #C8ADB1.


Border color

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

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

This div border color is #C8ADB1.


Opacity

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

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

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

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

This text has shadow with #C8ADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ADB1 on black background.


Color preview on white background

This text has color #C8ADB1 on white background.



Black color preview on #C8ADB1 background

This text has black color on #C8ADB1 background.


White color preview on #C8ADB1 background

This text has white color on #C8ADB1 background.