COLOR #C1AEBF

HEX: #C1AEBF
RGB: (193,174,191)

Color info

#C1AEBF contains red, green and blue colors in about the same proportion. Web safe color of #C1AEBF is #CC99CC (or #C9C).

RGB color model

#C1AEBF color RGB value is (193,174,191).

  • red value is 193;
  • green value is 174;
  • blue value is 191.
RGB:
(193,174,191)
(76%,68%,75%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 191 of 255 = 75%

193
174
191

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

Portions of RGB colors in percentages

R + G + B =
193 + 174 + 191 = 558 (100%)
R 193 of 558 ~ 34.59%
G 174 of 558 ~ 31.18%
B 191 of 558 ~ 34.23%

%34.59
%31.18
%34.23

CMYK color model

#C1AEBF color CMYK value is (0,10,1,24).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 1.04%
  • key color value is 24.31%
CMYK:
(0,10,1,24)
C0M10Y1K24 
(0%,10%,1%,24%)
(0.00/0.10/0.01/0.24)	

CMYK percentages

%0
%9.84
%1.04
%24.31

Codes

Color #C1AEBF in popluar color models

C1AEBF
RGB193174191
HSL306°13.29%71.96%
HSB/HSV306°9.84%75.69%
CMYK0.00%9.84%1.04%
24.31%

Color #C1AEBF in popluar number systems.

HEXC1AEBF
Decimal193174191
Binary110000011010111010111111
Octal301256277

Shades and tints

Shades of #C1AEBF

#C1AEBF
(193,174,191)
#B09FAE
(176,159,174)
#9F909D
(159,144,157)
#8E818C
(142,129,140)
#7D727B
(125,114,123)
#6C636A
(108,99,106)
#5B5459
(91,84,89)
#4A4548
(74,69,72)
#393637
(57,54,55)
#282726
(40,39,38)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #C1AEBF

#C1AEBF
(193,174,191)
#C6B5C4
(198,181,196)
#CBBCC9
(203,188,201)
#D0C3CE
(208,195,206)
#D5CAD3
(213,202,211)
#DAD1D8
(218,209,216)
#DFD8DD
(223,216,221)
#E4DFE2
(228,223,226)
#E9E6E7
(233,230,231)
#EEEDEC
(238,237,236)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AEBF color. Also use rgb(193,174,191) instead hex code.

Text Font Color

.myTextColor { color: #C1AEBF; }

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

This text font color is #C1AEBF.


Background Color

.myBgColor { background-color: #C1AEBF; }

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

This div background color is #C1AEBF.


Border color

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

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

This div border color is #C1AEBF.


Opacity

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

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

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

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

This text has shadow with #C1AEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AEBF on black background.


Color preview on white background

This text has color #C1AEBF on white background.



Black color preview on #C1AEBF background

This text has black color on #C1AEBF background.


White color preview on #C1AEBF background

This text has white color on #C1AEBF background.