COLOR #C1BEAF

HEX: #C1BEAF RGB: (193,190,175)

Color info

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

RGB color model

#C1BEAF color RGB value is (193,190,175).

RGB: (193,190,175) (76%, 75%, 69%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 175 of 255 = 69%

193
190
175

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

Portions of RGB colors in percentages

R + G + B = 193 + 190 + 175 = 558 (100%)
R 193 of 558 ~ 34.59%
G 190 of 558 ~ 34.05%
B 175 of 558 ~ 31.36'%

%34.59
%34.05
%31.36

CMYK color model

#C1BEAF color CMYK value is (0,2,9,24).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 9.33%
  • key color value is 24.31%

CMYK: (0,2,9,24)
C0M2Y9K24 (0%, 2%, 9%, 24%)
(0.00 / 0.02 / 0.09 / 0.24)

CMYK percentages

%0
%1.55
%9.33
%24.31

Codes

Color #C1BEAF in popluar color models

C1 BE AF
RGB 193 190 175
HSL 50° 12.68% 72.16%
HSB/HSV 50° 9.33% 75.69%
CMYK 0.00% 1.55% 9.33%
24.31%

Color #C1BEAF in popluar number systems.

HEX C1 BE AF
Decimal 193 190 175
Binary 11000001 10111110 10101111
Octal 301 276 257

Shades and tints

Shades of #C1BEAF

#C1BEAF
(193,190,175)
#B0ADA0
(176,173,160)
#9F9C91
(159,156,145)
#8E8B82
(142,139,130)
#7D7A73
(125,122,115)
#6C6964
(108,105,100)
#5B5855
(91,88,85)
#4A4746
(74,71,70)
#393637
(57,54,55)
#282528
(40,37,40)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #C1BEAF

#C1BEAF
(193,190,175)
#C6C3B6
(198,195,182)
#CBC8BD
(203,200,189)
#D0CDC4
(208,205,196)
#D5D2CB
(213,210,203)
#DAD7D2
(218,215,210)
#DFDCD9
(223,220,217)
#E4E1E0
(228,225,224)
#E9E6E7
(233,230,231)
#EEEBEE
(238,235,238)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1BEAF; }

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

This text font color is #C1BEAF.

Background Color

.myBgColor { background-color: #C1BEAF; }

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

This div background color is #C1BEAF.

Border color

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

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

This div border color is #C1BEAF.

Opacity

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

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

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

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

This text has shadow with #C1BEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BEAF.

Preview

Color preview on black background

This text has color #C1BEAF on black background.


Color preview on white background

This text has color #C1BEAF on white background.


Black color preview on #C1BEAF background

This text has black color on #C1BEAF background.


White color preview on #C1BEAF background

This text has white color on #C1BEAF background.


Related colors

Complementary color

Complementary color for #hex is #3E4150.


I love getcolorcode.com

Triadic colors

1 #AFC1BE and #BEAFC1 with #C1BEAF are triadic colors.

2 #AFBEC1 and #BEC1AF with #C1BEAF are triadic colors.