COLOR #C1AFDB

HEX: #C1AFDB RGB: (193,175,219)

Color info

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

RGB color model

#C1AFDB color RGB value is (193,175,219).

RGB: (193,175,219) (76%, 69%, 86%)

RGB channels and saturation

R 193 of 255 = 76%
G 175 of 255 = 69%
B 219 of 255 = 86%

193
175
219

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

Portions of RGB colors in percentages

R + G + B = 193 + 175 + 219 = 587 (100%)
R 193 of 587 ~ 32.88%
G 175 of 587 ~ 29.81%
B 219 of 587 ~ 37.31'%

%32.88
%29.81
%37.31

CMYK color model

#C1AFDB color CMYK value is (12,20,0,14).

  • cyan value is 11.87%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (12,20,0,14)
C12M20Y0K14 (12%, 20%, 0%, 14%)
(0.12 / 0.20 / 0.00 / 0.14)

CMYK percentages

%11.87
%20.09
%0
%14.12

Codes

Color #C1AFDB in popluar color models

C1 AF DB
RGB 193 175 219
HSL 265° 37.93% 77.25%
HSB/HSV 265° 20.09% 85.88%
CMYK 11.87% 20.09% 0.00%
14.12%

Color #C1AFDB in popluar number systems.

HEX C1 AF DB
Decimal 193 175 219
Binary 11000001 10101111 11011011
Octal 301 257 333

Shades and tints

Shades of #C1AFDB

#C1AFDB
(193,175,219)
#B0A0C8
(176,160,200)
#9F91B5
(159,145,181)
#8E82A2
(142,130,162)
#7D738F
(125,115,143)
#6C647C
(108,100,124)
#5B5569
(91,85,105)
#4A4656
(74,70,86)
#393743
(57,55,67)
#282830
(40,40,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #C1AFDB

#C1AFDB
(193,175,219)
#C6B6DE
(198,182,222)
#CBBDE1
(203,189,225)
#D0C4E4
(208,196,228)
#D5CBE7
(213,203,231)
#DAD2EA
(218,210,234)
#DFD9ED
(223,217,237)
#E4E0F0
(228,224,240)
#E9E7F3
(233,231,243)
#EEEEF6
(238,238,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AFDB color. Also use rgb(193,175,219) instead hex code.

Text Font Color

.myTextColor { color: #C1AFDB; }

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

This text font color is #C1AFDB.

Background Color

.myBgColor { background-color: #C1AFDB; }

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

This div background color is #C1AFDB.

Border color

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

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

This div border color is #C1AFDB.

Opacity

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

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

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

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

This text has shadow with #C1AFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1AFDB.

Preview

Color preview on black background

This text has color #C1AFDB on black background.


Color preview on white background

This text has color #C1AFDB on white background.


Black color preview on #C1AFDB background

This text has black color on #C1AFDB background.


White color preview on #C1AFDB background

This text has white color on #C1AFDB background.


Related colors

Complementary color

Complementary color for #hex is #3E5024.


I love getcolorcode.com

Triadic colors

1 #DBC1AF and #AFDBC1 with #C1AFDB are triadic colors.

2 #DBAFC1 and #AFC1DB with #C1AFDB are triadic colors.