COLOR #C1AEBA

HEX: #C1AEBA RGB: (193,174,186)

Color info

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

RGB color model

#C1AEBA color RGB value is (193,174,186).

RGB: (193,174,186) (76%, 68%, 73%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 186 of 255 = 73%

193
174
186

R + G + B ~ 72%. #C1AEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 174 + 186 = 553 (100%)
R 193 of 553 ~ 34.9%
G 174 of 553 ~ 31.46%
B 186 of 553 ~ 33.63'%

%34.9
%31.46
%33.63

CMYK color model

#C1AEBA color CMYK value is (0,10,4,24).

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

CMYK: (0,10,4,24)
C0M10Y4K24 (0%, 10%, 4%, 24%)
(0.00 / 0.10 / 0.04 / 0.24)

CMYK percentages

%0
%9.84
%3.63
%24.31

Codes

Color #C1AEBA in popluar color models

C1 AE BA
RGB 193 174 186
HSL 322° 13.29% 71.96%
HSB/HSV 322° 9.84% 75.69%
CMYK 0.00% 9.84% 3.63%
24.31%

Color #C1AEBA in popluar number systems.

HEX C1 AE BA
Decimal 193 174 186
Binary 11000001 10101110 10111010
Octal 301 256 272

Shades and tints

Shades of #C1AEBA

#C1AEBA
(193,174,186)
#B09FAA
(176,159,170)
#9F909A
(159,144,154)
#8E818A
(142,129,138)
#7D727A
(125,114,122)
#6C636A
(108,99,106)
#5B545A
(91,84,90)
#4A454A
(74,69,74)
#39363A
(57,54,58)
#28272A
(40,39,42)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #C1AEBA

#C1AEBA
(193,174,186)
#C6B5C0
(198,181,192)
#CBBCC6
(203,188,198)
#D0C3CC
(208,195,204)
#D5CAD2
(213,202,210)
#DAD1D8
(218,209,216)
#DFD8DE
(223,216,222)
#E4DFE4
(228,223,228)
#E9E6EA
(233,230,234)
#EEEDF0
(238,237,240)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AEBA; }

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

This text font color is #C1AEBA.

Background Color

.myBgColor { background-color: #C1AEBA; }

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

This div background color is #C1AEBA.

Border color

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

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

This div border color is #C1AEBA.

Opacity

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

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

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

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

This text has shadow with #C1AEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AEBA.

Preview

Color preview on black background

This text has color #C1AEBA on black background.


Color preview on white background

This text has color #C1AEBA on white background.


Black color preview on #C1AEBA background

This text has black color on #C1AEBA background.


White color preview on #C1AEBA background

This text has white color on #C1AEBA background.


Related colors

Complementary color

Complementary color for #hex is #3E5145.


I love getcolorcode.com

Triadic colors

1 #BAC1AE and #AEBAC1 with #C1AEBA are triadic colors.

2 #BAAEC1 and #AEC1BA with #C1AEBA are triadic colors.