COLOR #C1BCA7

HEX: #C1BCA7 RGB: (193,188,167)

Color info

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

RGB color model

#C1BCA7 color RGB value is (193,188,167).

RGB: (193,188,167) (76%, 74%, 65%)

RGB channels and saturation

R 193 of 255 = 76%
G 188 of 255 = 74%
B 167 of 255 = 65%

193
188
167

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

Portions of RGB colors in percentages

R + G + B = 193 + 188 + 167 = 548 (100%)
R 193 of 548 ~ 35.22%
G 188 of 548 ~ 34.31%
B 167 of 548 ~ 30.47'%

%35.22
%34.31
%30.47

CMYK color model

#C1BCA7 color CMYK value is (0,3,13,24).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 13.47%
  • key color value is 24.31%
CMYK: (0,3,13,24) C0M3Y13K24 (0%,3%,13%,24%) (0.00/0.03/0.13/0.24) 

CMYK percentages

%0
%2.59
%13.47
%24.31

Codes

Color #C1BCA7 in popluar color models

C1 BC A7
RGB 193 188 167
HSL 48° 17.33% 70.59%
HSB/HSV 48° 13.47% 75.69%
CMYK 0.00% 2.59% 13.47%
24.31%

Color #C1BCA7 in popluar number systems.

HEX C1 BC A7
Decimal 193 188 167
Binary 11000001 10111100 10100111
Octal 301 274 247

Shades and tints

Shades of #C1BCA7

#C1BCA7
(193,188,167)
#B0AB98
(176,171,152)
#9F9A89
(159,154,137)
#8E897A
(142,137,122)
#7D786B
(125,120,107)
#6C675C
(108,103,92)
#5B564D
(91,86,77)
#4A453E
(74,69,62)
#39342F
(57,52,47)
#282320
(40,35,32)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #C1BCA7

#C1BCA7
(193,188,167)
#C6C2AF
(198,194,175)
#CBC8B7
(203,200,183)
#D0CEBF
(208,206,191)
#D5D4C7
(213,212,199)
#DADACF
(218,218,207)
#DFE0D7
(223,224,215)
#E4E6DF
(228,230,223)
#E9ECE7
(233,236,231)
#EEF2EF
(238,242,239)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BCA7 color. Also use rgb(193,188,167) instead hex code.

Text Font Color

.myTextColor { color: #C1BCA7; }

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

This text font color is #C1BCA7.

Background Color

.myBgColor { background-color: #C1BCA7; }

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

This div background color is #C1BCA7.

Border color

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

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

This div border color is #C1BCA7.

Opacity

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

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

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

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

This text has shadow with #C1BCA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BCA7.

Preview

Color preview on black background

This text has color #C1BCA7 on black background.


Color preview on white background

This text has color #C1BCA7 on white background.


Black color preview on #C1BCA7 background

This text has black color on #C1BCA7 background.


White color preview on #C1BCA7 background

This text has white color on #C1BCA7 background.


Related colors

Complementary color

Complementary color for #hex is #3E4358.


I love getcolorcode.com

Triadic colors

1 #A7C1BC and #BCA7C1 with #C1BCA7 are triadic colors.

2 #A7BCC1 and #BCC1A7 with #C1BCA7 are triadic colors.