COLOR #C1BBA8

HEX: #C1BBA8
RGB: (193,187,168)

Color info

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

RGB color model

#C1BBA8 color RGB value is (193,187,168).

  • red value is 193;
  • green value is 187;
  • blue value is 168.
RGB:
(193,187,168)
(76%,73%,66%)

RGB channels and saturation

R 193 of 255 = 76%
G 187 of 255 = 73%
B 168 of 255 = 66%

193
187
168

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

Portions of RGB colors in percentages

R + G + B =
193 + 187 + 168 = 548 (100%)
R 193 of 548 ~ 35.22%
G 187 of 548 ~ 34.12%
B 168 of 548 ~ 30.66%

%35.22
%34.12
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 12.95%
  • 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
%3.11
%12.95
%24.31

Codes

Color #C1BBA8 in popluar color models

C1BBA8
RGB193187168
HSL46°16.78%70.78%
HSB/HSV46°12.95%75.69%
CMYK0.00%3.11%12.95%
24.31%

Color #C1BBA8 in popluar number systems.

HEXC1BBA8
Decimal193187168
Binary110000011011101110101000
Octal301273250

Shades and tints

Shades of #C1BBA8

#C1BBA8
(193,187,168)
#B0AA99
(176,170,153)
#9F998A
(159,153,138)
#8E887B
(142,136,123)
#7D776C
(125,119,108)
#6C665D
(108,102,93)
#5B554E
(91,85,78)
#4A443F
(74,68,63)
#393330
(57,51,48)
#282221
(40,34,33)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #C1BBA8

#C1BBA8
(193,187,168)
#C6C1AF
(198,193,175)
#CBC7B6
(203,199,182)
#D0CDBD
(208,205,189)
#D5D3C4
(213,211,196)
#DAD9CB
(218,217,203)
#DFDFD2
(223,223,210)
#E4E5D9
(228,229,217)
#E9EBE0
(233,235,224)
#EEF1E7
(238,241,231)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BBA8 color. Also use rgb(193,187,168) instead hex code.

Text Font Color

.myTextColor { color: #C1BBA8; }

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

This text font color is #C1BBA8.


Background Color

.myBgColor { background-color: #C1BBA8; }

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

This div background color is #C1BBA8.


Border color

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

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

This div border color is #C1BBA8.


Opacity

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

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

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

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

This text has shadow with #C1BBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BBA8 on black background.


Color preview on white background

This text has color #C1BBA8 on white background.



Black color preview on #C1BBA8 background

This text has black color on #C1BBA8 background.


White color preview on #C1BBA8 background

This text has white color on #C1BBA8 background.