COLOR #C9BEAF

HEX: #C9BEAF RGB: (201,190,175)

Color info

#C9BEAF contains red, green and blue colors in about the same proportion. Web safe color of #C9BEAF is #CCCC99 (or #CC9).

RGB color model

#C9BEAF color RGB value is (201,190,175).

RGB: (201,190,175) (79%, 75%, 69%)

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 175 of 255 = 69%

201
190
175

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

Portions of RGB colors in percentages

R + G + B = 201 + 190 + 175 = 566 (100%)
R 201 of 566 ~ 35.51%
G 190 of 566 ~ 33.57%
B 175 of 566 ~ 30.92'%

%35.51
%33.57
%30.92

CMYK color model

#C9BEAF color CMYK value is (0,5,13,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK: (0,5,13,21) C0M5Y13K21 (0%,5%,13%,21%) (0.00/0.05/0.13/0.21) 

CMYK percentages

%0
%5.47
%12.94
%21.18

Codes

Color #C9BEAF in popluar color models

C9 BE AF
RGB 201 190 175
HSL 35° 19.40% 73.73%
HSB/HSV 35° 12.94% 78.82%
CMYK 0.00% 5.47% 12.94%
21.18%

Color #C9BEAF in popluar number systems.

HEX C9 BE AF
Decimal 201 190 175
Binary 11001001 10111110 10101111
Octal 311 276 257

Shades and tints

Shades of #C9BEAF

#C9BEAF
(201,190,175)
#B7ADA0
(183,173,160)
#A59C91
(165,156,145)
#938B82
(147,139,130)
#817A73
(129,122,115)
#6F6964
(111,105,100)
#5D5855
(93,88,85)
#4B4746
(75,71,70)
#393637
(57,54,55)
#272528
(39,37,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C9BEAF

#C9BEAF
(201,190,175)
#CDC3B6
(205,195,182)
#D1C8BD
(209,200,189)
#D5CDC4
(213,205,196)
#D9D2CB
(217,210,203)
#DDD7D2
(221,215,210)
#E1DCD9
(225,220,217)
#E5E1E0
(229,225,224)
#E9E6E7
(233,230,231)
#EDEBEE
(237,235,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BEAF color. Also use rgb(201,190,175) instead hex code.

Text Font Color

.myTextColor { color: #C9BEAF; }

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

This text font color is #C9BEAF.

Background Color

.myBgColor { background-color: #C9BEAF; }

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

This div background color is #C9BEAF.

Border color

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

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

This div border color is #C9BEAF.

Opacity

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

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

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

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

This text has shadow with #C9BEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BEAF.

Preview

Color preview on black background

This text has color #C9BEAF on black background.


Color preview on white background

This text has color #C9BEAF on white background.


Black color preview on #C9BEAF background

This text has black color on #C9BEAF background.


White color preview on #C9BEAF background

This text has white color on #C9BEAF background.


Related colors

Complementary color

Complementary color for #hex is #364150.


I love getcolorcode.com

Triadic colors

1 #AFC9BE and #BEAFC9 with #C9BEAF are triadic colors.

2 #AFBEC9 and #BEC9AF with #C9BEAF are triadic colors.