COLOR #C5ABDE

HEX: #C5ABDE RGB: (197,171,222)

Color info

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

RGB color model

#C5ABDE color RGB value is (197,171,222).

RGB: (197,171,222) (77%, 67%, 87%)

RGB channels and saturation

R 197 of 255 = 77%
G 171 of 255 = 67%
B 222 of 255 = 87%

197
171
222

R + G + B ~ 77%. #C5ABDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 171 + 222 = 590 (100%)
R 197 of 590 ~ 33.39%
G 171 of 590 ~ 28.98%
B 222 of 590 ~ 37.63'%

%33.39
%28.98
%37.63

CMYK color model

#C5ABDE color CMYK value is (11,23,0,13).

  • cyan value is 11.26%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (11,23,0,13)
C11M23Y0K13 (11%, 23%, 0%, 13%)
(0.11 / 0.23 / 0.00 / 0.13)

CMYK percentages

%11.26
%22.97
%0
%12.94

Codes

Color #C5ABDE in popluar color models

C5 AB DE
RGB 197 171 222
HSL 271° 43.59% 77.06%
HSB/HSV 271° 22.97% 87.06%
CMYK 11.26% 22.97% 0.00%
12.94%

Color #C5ABDE in popluar number systems.

HEX C5 AB DE
Decimal 197 171 222
Binary 11000101 10101011 11011110
Octal 305 253 336

Shades and tints

Shades of #C5ABDE

#C5ABDE
(197,171,222)
#B49CCA
(180,156,202)
#A38DB6
(163,141,182)
#927EA2
(146,126,162)
#816F8E
(129,111,142)
#70607A
(112,96,122)
#5F5166
(95,81,102)
#4E4252
(78,66,82)
#3D333E
(61,51,62)
#2C242A
(44,36,42)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #C5ABDE

#C5ABDE
(197,171,222)
#CAB2E1
(202,178,225)
#CFB9E4
(207,185,228)
#D4C0E7
(212,192,231)
#D9C7EA
(217,199,234)
#DECEED
(222,206,237)
#E3D5F0
(227,213,240)
#E8DCF3
(232,220,243)
#EDE3F6
(237,227,246)
#F2EAF9
(242,234,249)
#F7F1FC
(247,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ABDE color. Also use rgb(197,171,222) instead hex code.

Text Font Color

.myTextColor { color: #C5ABDE; }

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

This text font color is #C5ABDE.

Background Color

.myBgColor { background-color: #C5ABDE; }

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

This div background color is #C5ABDE.

Border color

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

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

This div border color is #C5ABDE.

Opacity

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

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

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

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

This text has shadow with #C5ABDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ABDE.

Preview

Color preview on black background

This text has color #C5ABDE on black background.


Color preview on white background

This text has color #C5ABDE on white background.


Black color preview on #C5ABDE background

This text has black color on #C5ABDE background.


White color preview on #C5ABDE background

This text has white color on #C5ABDE background.


Related colors

Complementary color

Complementary color for #hex is #3A5421.


I love getcolorcode.com

Triadic colors

1 #DEC5AB and #ABDEC5 with #C5ABDE are triadic colors.

2 #DEABC5 and #ABC5DE with #C5ABDE are triadic colors.