COLOR #C1ABBE

HEX: #C1ABBE RGB: (193,171,190)

Color info

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

RGB color model

#C1ABBE color RGB value is (193,171,190).

RGB: (193,171,190) (76%, 67%, 75%)

RGB channels and saturation

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

193
171
190

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

Portions of RGB colors in percentages

R + G + B = 193 + 171 + 190 = 554 (100%)
R 193 of 554 ~ 34.84%
G 171 of 554 ~ 30.87%
B 190 of 554 ~ 34.3'%

%34.84
%30.87
%34.3

CMYK color model

#C1ABBE color CMYK value is (0,11,2,24).

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

CMYK: (0,11,2,24)
C0M11Y2K24 (0%, 11%, 2%, 24%)
(0.00 / 0.11 / 0.02 / 0.24)

CMYK percentages

%0
%11.4
%1.55
%24.31

Codes

Color #C1ABBE in popluar color models

C1 AB BE
RGB 193 171 190
HSL 308° 15.07% 71.37%
HSB/HSV 308° 11.40% 75.69%
CMYK 0.00% 11.40% 1.55%
24.31%

Color #C1ABBE in popluar number systems.

HEX C1 AB BE
Decimal 193 171 190
Binary 11000001 10101011 10111110
Octal 301 253 276

Shades and tints

Shades of #C1ABBE

#C1ABBE
(193,171,190)
#B09CAD
(176,156,173)
#9F8D9C
(159,141,156)
#8E7E8B
(142,126,139)
#7D6F7A
(125,111,122)
#6C6069
(108,96,105)
#5B5158
(91,81,88)
#4A4247
(74,66,71)
#393336
(57,51,54)
#282425
(40,36,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #C1ABBE

#C1ABBE
(193,171,190)
#C6B2C3
(198,178,195)
#CBB9C8
(203,185,200)
#D0C0CD
(208,192,205)
#D5C7D2
(213,199,210)
#DACED7
(218,206,215)
#DFD5DC
(223,213,220)
#E4DCE1
(228,220,225)
#E9E3E6
(233,227,230)
#EEEAEB
(238,234,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ABBE; }

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

This text font color is #C1ABBE.

Background Color

.myBgColor { background-color: #C1ABBE; }

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

This div background color is #C1ABBE.

Border color

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

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

This div border color is #C1ABBE.

Opacity

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

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

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

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

This text has shadow with #C1ABBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ABBE.

Preview

Color preview on black background

This text has color #C1ABBE on black background.


Color preview on white background

This text has color #C1ABBE on white background.


Black color preview on #C1ABBE background

This text has black color on #C1ABBE background.


White color preview on #C1ABBE background

This text has white color on #C1ABBE background.


Related colors

Complementary color

Complementary color for #hex is #3E5441.


I love getcolorcode.com

Triadic colors

1 #BEC1AB and #ABBEC1 with #C1ABBE are triadic colors.

2 #BEABC1 and #ABC1BE with #C1ABBE are triadic colors.