COLOR #C1BEAA

HEX: #C1BEAA
RGB: (193,190,170)

Color info

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

RGB color model

#C1BEAA color RGB value is (193,190,170).

  • red value is 193;
  • green value is 190;
  • blue value is 170.
RGB:
(193,190,170)
(76%,75%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 170 of 255 = 67%

193
190
170

R + G + B ~ 73%. #C1BEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 190 + 170 = 553 (100%)
R 193 of 553 ~ 34.9%
G 190 of 553 ~ 34.36%
B 170 of 553 ~ 30.74%

%34.9
%34.36
%30.74

CMYK color model

#C1BEAA color CMYK value is (0,2,12,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 11.92%
  • key color value is 24.31%
CMYK:
(0,2,12,24)
C0M2Y12K24 
(0%,2%,12%,24%)
(0.00/0.02/0.12/0.24)	

CMYK percentages

%0
%1.55
%11.92
%24.31

Codes

Color #C1BEAA in popluar color models

C1BEAA
RGB193190170
HSL52°15.65%71.18%
HSB/HSV52°11.92%75.69%
CMYK0.00%1.55%11.92%
24.31%

Color #C1BEAA in popluar number systems.

HEXC1BEAA
Decimal193190170
Binary110000011011111010101010
Octal301276252

Shades and tints

Shades of #C1BEAA

#C1BEAA
(193,190,170)
#B0AD9B
(176,173,155)
#9F9C8C
(159,156,140)
#8E8B7D
(142,139,125)
#7D7A6E
(125,122,110)
#6C695F
(108,105,95)
#5B5850
(91,88,80)
#4A4741
(74,71,65)
#393632
(57,54,50)
#282523
(40,37,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C1BEAA

#C1BEAA
(193,190,170)
#C6C3B1
(198,195,177)
#CBC8B8
(203,200,184)
#D0CDBF
(208,205,191)
#D5D2C6
(213,210,198)
#DAD7CD
(218,215,205)
#DFDCD4
(223,220,212)
#E4E1DB
(228,225,219)
#E9E6E2
(233,230,226)
#EEEBE9
(238,235,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BEAA color. Also use rgb(193,190,170) instead hex code.

Text Font Color

.myTextColor { color: #C1BEAA; }

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

This text font color is #C1BEAA.


Background Color

.myBgColor { background-color: #C1BEAA; }

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

This div background color is #C1BEAA.


Border color

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

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

This div border color is #C1BEAA.


Opacity

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

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

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

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

This text has shadow with #C1BEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1BEAA on black background.


Color preview on white background

This text has color #C1BEAA on white background.



Black color preview on #C1BEAA background

This text has black color on #C1BEAA background.


White color preview on #C1BEAA background

This text has white color on #C1BEAA background.