COLOR #C1BBA4

HEX: #C1BBA4
RGB: (193,187,164)

Color info

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

RGB color model

#C1BBA4 color RGB value is (193,187,164).

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

RGB channels and saturation

R 193 of 255 = 76%
G 187 of 255 = 73%
B 164 of 255 = 64%

193
187
164

R + G + B ~ 71%. #C1BBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 187 + 164 = 544 (100%)
R 193 of 544 ~ 35.48%
G 187 of 544 ~ 34.38%
B 164 of 544 ~ 30.15%

%35.48
%34.38
%30.15

CMYK color model

#C1BBA4 color CMYK value is (0,3,15,24).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 15.03%
  • key color value is 24.31%
CMYK:
(0,3,15,24)
C0M3Y15K24 
(0%,3%,15%,24%)
(0.00/0.03/0.15/0.24)	

CMYK percentages

%0
%3.11
%15.03
%24.31

Codes

Color #C1BBA4 in popluar color models

C1BBA4
RGB193187164
HSL48°18.95%70.00%
HSB/HSV48°15.03%75.69%
CMYK0.00%3.11%15.03%
24.31%

Color #C1BBA4 in popluar number systems.

HEXC1BBA4
Decimal193187164
Binary110000011011101110100100
Octal301273244

Shades and tints

Shades of #C1BBA4

#C1BBA4
(193,187,164)
#B0AA96
(176,170,150)
#9F9988
(159,153,136)
#8E887A
(142,136,122)
#7D776C
(125,119,108)
#6C665E
(108,102,94)
#5B5550
(91,85,80)
#4A4442
(74,68,66)
#393334
(57,51,52)
#282226
(40,34,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #C1BBA4

#C1BBA4
(193,187,164)
#C6C1AC
(198,193,172)
#CBC7B4
(203,199,180)
#D0CDBC
(208,205,188)
#D5D3C4
(213,211,196)
#DAD9CC
(218,217,204)
#DFDFD4
(223,223,212)
#E4E5DC
(228,229,220)
#E9EBE4
(233,235,228)
#EEF1EC
(238,241,236)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BBA4; }

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

This text font color is #C1BBA4.


Background Color

.myBgColor { background-color: #C1BBA4; }

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

This div background color is #C1BBA4.


Border color

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

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

This div border color is #C1BBA4.


Opacity

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

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

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

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

This text has shadow with #C1BBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BBA4 on black background.


Color preview on white background

This text has color #C1BBA4 on white background.



Black color preview on #C1BBA4 background

This text has black color on #C1BBA4 background.


White color preview on #C1BBA4 background

This text has white color on #C1BBA4 background.