COLOR #C1AEBC

HEX: #C1AEBC RGB: (193,174,188)

Color info

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

RGB color model

#C1AEBC color RGB value is (193,174,188).

RGB: (193,174,188) (76%, 68%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 188 of 255 = 74%

193
174
188

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

Portions of RGB colors in percentages

R + G + B = 193 + 174 + 188 = 555 (100%)
R 193 of 555 ~ 34.77%
G 174 of 555 ~ 31.35%
B 188 of 555 ~ 33.87'%

%34.77
%31.35
%33.87

CMYK color model

#C1AEBC color CMYK value is (0,10,3,24).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 2.59%
  • key color value is 24.31%

CMYK: (0,10,3,24)
C0M10Y3K24 (0%, 10%, 3%, 24%)
(0.00 / 0.10 / 0.03 / 0.24)

CMYK percentages

%0
%9.84
%2.59
%24.31

Codes

Color #C1AEBC in popluar color models

C1 AE BC
RGB 193 174 188
HSL 316° 13.29% 71.96%
HSB/HSV 316° 9.84% 75.69%
CMYK 0.00% 9.84% 2.59%
24.31%

Color #C1AEBC in popluar number systems.

HEX C1 AE BC
Decimal 193 174 188
Binary 11000001 10101110 10111100
Octal 301 256 274

Shades and tints

Shades of #C1AEBC

#C1AEBC
(193,174,188)
#B09FAB
(176,159,171)
#9F909A
(159,144,154)
#8E8189
(142,129,137)
#7D7278
(125,114,120)
#6C6367
(108,99,103)
#5B5456
(91,84,86)
#4A4545
(74,69,69)
#393634
(57,54,52)
#282723
(40,39,35)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #C1AEBC

#C1AEBC
(193,174,188)
#C6B5C2
(198,181,194)
#CBBCC8
(203,188,200)
#D0C3CE
(208,195,206)
#D5CAD4
(213,202,212)
#DAD1DA
(218,209,218)
#DFD8E0
(223,216,224)
#E4DFE6
(228,223,230)
#E9E6EC
(233,230,236)
#EEEDF2
(238,237,242)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AEBC; }

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

This text font color is #C1AEBC.

Background Color

.myBgColor { background-color: #C1AEBC; }

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

This div background color is #C1AEBC.

Border color

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

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

This div border color is #C1AEBC.

Opacity

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

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

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

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

This text has shadow with #C1AEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AEBC.

Preview

Color preview on black background

This text has color #C1AEBC on black background.


Color preview on white background

This text has color #C1AEBC on white background.


Black color preview on #C1AEBC background

This text has black color on #C1AEBC background.


White color preview on #C1AEBC background

This text has white color on #C1AEBC background.


Related colors

Complementary color

Complementary color for #hex is #3E5143.


I love getcolorcode.com

Triadic colors

1 #BCC1AE and #AEBCC1 with #C1AEBC are triadic colors.

2 #BCAEC1 and #AEC1BC with #C1AEBC are triadic colors.